|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Concept language element interface.
Method Summary | |
void |
addPartOf(int index,
Role partOf)
Adds a role of which this concept is a part. |
void |
addPartOf(Role partOf)
Adds a role of which this concept is a part. |
Model |
getDefaultConceptOf()
Gets the model of which this concept is the default concept, if any. |
List |
getPartOf()
Gets the roles of which this concept is a part. |
void |
removePartOf(Role partOf)
Removes a role of which this concept is a part. |
void |
setDefaultConceptOf(Model model)
Sets the model of which this concept is the default concept, if any. |
Methods inherited from interface be.ac.vub.cocompose.lang.core.RefinedElement |
addInheritsFrom, addInheritsFrom, addSuperimposesOn, addSuperimposesOn, getIconUri, getInheritsFrom, getRefinements, getSuperimposesOn, removeInheritsFrom, removeSuperimposesOn, setIconUri |
Methods inherited from interface be.ac.vub.cocompose.lang.core.RelationElement |
addRelationship, addRelationship, getBackgroundColor, getPosition, getRelationships, getSourceRelationships, getTargetRelationships, removeRelationship, setBackgroundColor, setPosition |
Methods inherited from interface be.ac.vub.cocompose.lang.core.Namespace |
addOwnedElement, addOwnedElement, getDeepOwnedElements, getOwnedElement, getOwnedElementId, getOwnedElements, getOwnedElements, isRegistered, registerNameChange, removeOwnedElement |
Methods inherited from interface be.ac.vub.cocompose.lang.core.ModelElement |
getId, getModel, getName, getNamespace, setId, setName, setNamespace |
Methods inherited from interface be.ac.vub.cocompose.lang.Element |
addPropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface be.ac.vub.cocompose.lang.VisitedElement |
accept |
Method Detail |
public List getPartOf()
public void addPartOf(Role partOf)
partOf
- the role.public void addPartOf(int index, Role partOf)
index
- the index at which to add the element.partOf
- the role.public void removePartOf(Role partOf)
partOf
- the role.public Model getDefaultConceptOf()
public void setDefaultConceptOf(Model model)
model
- the model of which this concept is the default concept, if any.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |