|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Relationship in be.ac.vub.cocompose.eclipse.commands |
Methods in be.ac.vub.cocompose.eclipse.commands that return Relationship | |
Relationship |
ConnectionCommand.getRelationship()
Gets the relationship. |
Methods in be.ac.vub.cocompose.eclipse.commands with parameters of type Relationship | |
void |
ConnectionCommand.setRelationship(Relationship relationship)
Sets the relationship. |
Uses of Relationship in be.ac.vub.cocompose.eclipse.editparts |
Methods in be.ac.vub.cocompose.eclipse.editparts that return Relationship | |
protected Relationship |
RelationshipEditPart.getRelationship()
Returns the model associated with this. |
Uses of Relationship in be.ac.vub.cocompose.eclipse.model |
Methods in be.ac.vub.cocompose.eclipse.model that return Relationship | |
Relationship |
EclipseModelFactory.createRelationship()
Creates a Relationship. |
Uses of Relationship in be.ac.vub.cocompose.eclipse.model.core |
Classes in be.ac.vub.cocompose.eclipse.model.core that implement Relationship | |
class |
EclipseRelationship
Eclipse representation for CoCompose language elements that can participate in a relationship. |
Uses of Relationship in be.ac.vub.cocompose.io.xmi |
Methods in be.ac.vub.cocompose.io.xmi that return Relationship | |
Relationship |
XMIModelLinkReader.getRelationship()
Gets the last parsed relationship. |
Relationship |
XMIModelReader.getRelationship()
Gets the last parsed relationship. |
Methods in be.ac.vub.cocompose.io.xmi with parameters of type Relationship | |
void |
XMIElementType.visitRelationship(Relationship relationship)
Visits a Relationship. |
void |
XMIElementWriter.visitRelationship(Relationship relationship)
Visits a Relationship. |
protected void |
XMIModelLinkReader.setRelationship(Relationship relationship)
Sets the last parsed relationship. |
protected void |
XMIModelReader.setRelationship(Relationship relationship)
Sets the last parsed relationship. |
Uses of Relationship in be.ac.vub.cocompose.lang |
Methods in be.ac.vub.cocompose.lang that return Relationship | |
Relationship |
ModelFactory.createRelationship()
Creates a Relationship. |
Methods in be.ac.vub.cocompose.lang with parameters of type Relationship | |
void |
DefaultModelVisitor.visitRelationship(Relationship relationship)
Visits a Relationship. |
void |
DefaultSuperModelVisitor.visitRelationship(Relationship relationship)
Visits a Relationship. |
void |
ModelVisitor.visitRelationship(Relationship relationship)
Visits a Relationship. |
Uses of Relationship in be.ac.vub.cocompose.lang.core |
Methods in be.ac.vub.cocompose.lang.core with parameters of type Relationship | |
void |
RelationElement.addRelationship(Relationship relationship)
Adds a relationship for this element. |
void |
RelationElement.addRelationship(int index,
Relationship relationship)
Adds a relationship for this element at the specified index. |
void |
RelationElement.removeRelationship(Relationship relationship)
Removes a relationship from this element. |
Uses of Relationship in be.ac.vub.cocompose.lang.impl |
Methods in be.ac.vub.cocompose.lang.impl that return Relationship | |
Relationship |
DefaultModelFactory.createRelationship()
Creates a Relationship. |
Uses of Relationship in be.ac.vub.cocompose.lang.impl.core |
Classes in be.ac.vub.cocompose.lang.impl.core that implement Relationship | |
class |
DefaultRelationship
Interface for relationships between CoCompose language elements. |
Methods in be.ac.vub.cocompose.lang.impl.core with parameters of type Relationship | |
void |
DefaultRelationElement.addRelationship(Relationship relationship)
Adds a relationship for this element. |
void |
DefaultRelationElement.addRelationship(int index,
Relationship relationship)
Adds a relationship for this element at the specified index. |
void |
DefaultRelationElement.removeRelationship(Relationship relationship)
Removes a relationship from this element. |
Uses of Relationship in be.ac.vub.cocompose.operations |
Methods in be.ac.vub.cocompose.operations with parameters of type Relationship | |
void |
CopyElementLinks.visitRelationship(Relationship relationship)
Visits a Relationship. |
void |
CopyElement.visitRelationship(Relationship relationship)
Visits a Relationship. |
void |
DeleteElement.visitRelationship(Relationship relationship)
Visits a Relationship. |
void |
UndeleteElement.visitRelationship(Relationship relationship)
Visits a Relationship. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |