Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.conceptual.AbstractConceptualElement

Packages that use AbstractConceptualElement
org.eclipse.gmt.modisco.omg.kdm.conceptual   
org.eclipse.gmt.modisco.omg.kdm.conceptual.util   
 

Uses of AbstractConceptualElement in org.eclipse.gmt.modisco.omg.kdm.conceptual
 

Subinterfaces of AbstractConceptualElement in org.eclipse.gmt.modisco.omg.kdm.conceptual
 interface BehaviorUnit
          A representation of the model object 'Behavior Unit'.
 interface ConceptualContainer
          A representation of the model object 'Container'.
 interface ConceptualElement
          A representation of the model object 'Element'.
 interface ConceptualRole
          A representation of the model object 'Role'.
 interface FactUnit
          A representation of the model object 'Fact Unit'.
 interface RuleUnit
          A representation of the model object 'Rule Unit'.
 interface ScenarioUnit
          A representation of the model object 'Scenario Unit'.
 interface TermUnit
          A representation of the model object 'Term Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return AbstractConceptualElement
 AbstractConceptualElement ConceptualRole.getConceptualElement()
          Returns the value of the 'Conceptual Element' reference.
 AbstractConceptualElement ConceptualRelationship.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual with parameters of type AbstractConceptualElement
 void ConceptualRole.setConceptualElement(AbstractConceptualElement value)
          Sets the value of the 'Conceptual Element' reference.
 void ConceptualRelationship.setFrom(AbstractConceptualElement value)
          Sets the value of the 'From' reference.
 

Uses of AbstractConceptualElement in org.eclipse.gmt.modisco.omg.kdm.conceptual.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.util with parameters of type AbstractConceptualElement
 T ConceptualSwitch.caseAbstractConceptualElement(AbstractConceptualElement object)
          Returns the result of interpreting the object as an instance of 'Abstract Conceptual Element'.