Uses of Interface
be.ac.vub.cocompose.lang.core.RelationElement

Packages that use RelationElement
be.ac.vub.cocompose.eclipse.commands   
be.ac.vub.cocompose.eclipse.editparts   
be.ac.vub.cocompose.eclipse.editpolicies   
be.ac.vub.cocompose.eclipse.model.core   
be.ac.vub.cocompose.io.xmi   
be.ac.vub.cocompose.lang   
be.ac.vub.cocompose.lang.core   
be.ac.vub.cocompose.lang.impl.core   
be.ac.vub.cocompose.operations   
 

Uses of RelationElement in be.ac.vub.cocompose.eclipse.commands
 

Methods in be.ac.vub.cocompose.eclipse.commands that return RelationElement
 RelationElement ConnectionCommand.getSourceParticipant()
          Gets the source participant.
 RelationElement ConnectionCommand.getTargetParticipant()
          Gets the target participant.
 

Methods in be.ac.vub.cocompose.eclipse.commands with parameters of type RelationElement
 void ConnectionCommand.setSourceParticipant(RelationElement sourceParticipant)
          Sets the source participant.
 void ConnectionCommand.setTargetParticipant(RelationElement targetParticipant)
          Sets the target participant.
 void SetConstraintCommand.setElement(RelationElement element)
          Sets the element to position and/or size.
 

Uses of RelationElement in be.ac.vub.cocompose.eclipse.editparts
 

Methods in be.ac.vub.cocompose.eclipse.editparts that return RelationElement
protected  RelationElement RelationElementEditPart.getRelationElement()
          Gets the model associated with this.
 

Uses of RelationElement in be.ac.vub.cocompose.eclipse.editpolicies
 

Methods in be.ac.vub.cocompose.eclipse.editpolicies that return RelationElement
protected  RelationElement CoComposeNodeEditPolicy.getRelationElement()
          Retrieves the EclipseRelationElement for the connection.
 

Uses of RelationElement in be.ac.vub.cocompose.eclipse.model.core
 

Classes in be.ac.vub.cocompose.eclipse.model.core that implement RelationElement
 class EclipseConcept
          The Concept language element for Eclipse.
 class EclipseRole
          The Concept language element for Eclipse.
 

Uses of RelationElement in be.ac.vub.cocompose.io.xmi
 

Methods in be.ac.vub.cocompose.io.xmi with parameters of type RelationElement
 void XMIElementType.visitRelationElement(RelationElement relationElement)
          Visits a RelationElement.
 void XMIElementWriter.visitRelationElement(RelationElement relationElement)
          Visits a RelationElement.
 

Uses of RelationElement in be.ac.vub.cocompose.lang
 

Methods in be.ac.vub.cocompose.lang with parameters of type RelationElement
 void DefaultModelVisitor.visitRelationElement(RelationElement relationElement)
          Visits a RelationElement.
 void DefaultSuperModelVisitor.visitRelationElement(RelationElement relationElement)
          Visits a RelationElement.
 void ModelVisitor.visitRelationElement(RelationElement relationElement)
          Visits a RelationElement.
 

Uses of RelationElement in be.ac.vub.cocompose.lang.core
 

Subinterfaces of RelationElement in be.ac.vub.cocompose.lang.core
 interface Concept
          The Concept language element interface.
 interface RefinedElement
          Interface for elements that can have refinements.
 interface Role
          The Solution Role language element interface.
 

Methods in be.ac.vub.cocompose.lang.core that return RelationElement
 RelationElement Relationship.getSourceParticipant()
          Gets the first participant in this relationship.
 RelationElement Relationship.getTargetParticipant()
          Gets the second participant in this relationship.
 

Methods in be.ac.vub.cocompose.lang.core with parameters of type RelationElement
 void Relationship.setSourceParticipant(RelationElement sourceParticipant)
          Sets the first participant in this relationship.
 void Relationship.setTargetParticipant(RelationElement targetParticipant)
          Sets the second participant in this relationship.
 

Uses of RelationElement in be.ac.vub.cocompose.lang.impl.core
 

Classes in be.ac.vub.cocompose.lang.impl.core that implement RelationElement
 class DefaultConcept
          The Concept language element default implementation.
 class DefaultRefinedElement
          Represents a language element that can have refinements.
 class DefaultRelationElement
          Represents CoCompose language elements that can participate in a relationship.
 class DefaultRole
          The Solution Role language element.
 

Methods in be.ac.vub.cocompose.lang.impl.core that return RelationElement
 RelationElement DefaultRelationship.getSourceParticipant()
          Gets the first participant in this relationship.
 RelationElement DefaultRelationship.getTargetParticipant()
          Gets the second participant in this relationship.
 

Methods in be.ac.vub.cocompose.lang.impl.core with parameters of type RelationElement
 void DefaultRelationship.setSourceParticipant(RelationElement sourceParticipant)
          Sets the first participant in this relationship.
 void DefaultRelationship.setTargetParticipant(RelationElement targetParticipant)
          Sets the second participant in this relationship.
 

Uses of RelationElement in be.ac.vub.cocompose.operations
 

Methods in be.ac.vub.cocompose.operations with parameters of type RelationElement
 void DeleteElement.visitRelationElement(RelationElement relationElement)
          Visits a RelationElement.