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

Packages that use Role
be.ac.vub.cocompose.eclipse.editparts   
be.ac.vub.cocompose.eclipse.model   
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   
be.ac.vub.cocompose.lang.impl.core   
be.ac.vub.cocompose.operations   
 

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

Methods in be.ac.vub.cocompose.eclipse.editparts that return Role
protected  Role RoleEditPart.getRole()
          Gets the model associated with this.
 

Uses of Role in be.ac.vub.cocompose.eclipse.model
 

Methods in be.ac.vub.cocompose.eclipse.model that return Role
 Role EclipseModelFactory.createRole()
          Creates a Role.
 

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

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

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

Methods in be.ac.vub.cocompose.io.xmi that return Role
 Role XMIModelLinkReader.getRole()
           
 

Methods in be.ac.vub.cocompose.io.xmi with parameters of type Role
 void XMIElementType.visitRole(Role role)
          Visits a Role.
 void XMIElementWriter.visitRole(Role role)
          Visits a Role.
protected  void XMIModelLinkReader.setRole(Role role)
           
 

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

Methods in be.ac.vub.cocompose.lang that return Role
 Role ModelFactory.createRole()
          Creates a Role.
 

Methods in be.ac.vub.cocompose.lang with parameters of type Role
 void DefaultModelVisitor.visitRole(Role role)
          Visits a Role.
 void DefaultSuperModelVisitor.visitRole(Role role)
          Visits a Role.
 void DefaultTraversingModelVisitor.visitRole(Role role)
          Visits a Role.
 void ModelVisitor.visitRole(Role role)
          Visits a Role.
 

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

Methods in be.ac.vub.cocompose.lang.core with parameters of type Role
 void Concept.addPartOf(Role partOf)
          Adds a role of which this concept is a part.
 void Concept.addPartOf(int index, Role partOf)
          Adds a role of which this concept is a part.
 void Concept.removePartOf(Role partOf)
          Removes a role of which this concept is a part.
 

Uses of Role in be.ac.vub.cocompose.lang.impl
 

Methods in be.ac.vub.cocompose.lang.impl that return Role
 Role DefaultModelFactory.createRole()
          Creates a Role.
 

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

Classes in be.ac.vub.cocompose.lang.impl.core that implement Role
 class DefaultRole
          The Solution Role language element.
 

Methods in be.ac.vub.cocompose.lang.impl.core with parameters of type Role
 void DefaultConcept.addPartOf(Role partOf)
          Adds a role of which this concept is a part.
 void DefaultConcept.addPartOf(int index, Role partOf)
          Adds a role of which this concept is a part.
 void DefaultConcept.removePartOf(Role partOf)
          Removes a role of which this concept is a part.
 

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

Methods in be.ac.vub.cocompose.operations with parameters of type Role
 void CopyElementLinks.visitRole(Role role)
          Visits a Role.
 void CopyElement.visitRole(Role role)
          Visits a Role.