|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentMetaKind
A representation of the model object 'Component Meta Kind'.
The following features are supported:
StylePackage.getComponentMetaKind()| Method Summary | |
|---|---|
java.util.List<PortSpec> |
getAllPortSpecs(boolean base)
Returns all of the port specs for this component and it's parents. |
ComponentMetaKind |
getParent()
Returns the value of the 'Parent' reference. |
EList |
getPortSpecs()
Returns the value of the 'Port Specs' containment reference list. |
java.util.List<PortSpec> |
getTypedPortSpecs()
Convenience method that casts the return value of getPortSpecs() into a typed List. |
void |
setParent(ComponentMetaKind value)
Sets the value of the ' Parent' reference. |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.style.MetaKind |
|---|
getExposed, setExposed |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.style.BaseKind |
|---|
getAllParentMetaKinds, getName, getParentMetaKind, isAMetaKind, setName, setParentMetaKind |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject |
|---|
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.property.PropertyTypeContainer |
|---|
getAllPropertyDeclarations, getPropertyTypes, getTypedPropertyTypes |
| Method Detail |
|---|
ComponentMetaKind getParent()
setParent(ComponentMetaKind),
StylePackage.getComponentMetaKind_Parent()void setParent(ComponentMetaKind value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()EList getPortSpecs()
PortSpec.
StylePackage.getComponentMetaKind_PortSpecs()java.util.List<PortSpec> getTypedPortSpecs()
getPortSpecs() into a typed List.
getPortSpecs()java.util.List<PortSpec> getAllPortSpecs(boolean base)
base - If true, only port specs which have no
parent will be included in the return value.
Otherwise, only the most specialized version of each
port spec will be included in the list.
PortSpecs that were found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||