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

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

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

Subinterfaces of ConceptualContainer in org.eclipse.gmt.modisco.omg.kdm.conceptual
 interface BehaviorUnit
          A representation of the model object 'Behavior Unit'.
 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'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return ConceptualContainer
 ConceptualContainer ConceptualFactory.createConceptualContainer()
          Returns a new object of class 'Container'.
 ConceptualContainer ConceptualFlow.getFrom()
          Returns the value of the 'From' reference.
 ConceptualContainer ConceptualFlow.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual with parameters of type ConceptualContainer
 void ConceptualFlow.setFrom(ConceptualContainer value)
          Sets the value of the 'From' reference.
 void ConceptualFlow.setTo(ConceptualContainer value)
          Sets the value of the 'To' reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.util with parameters of type ConceptualContainer
 T ConceptualSwitch.caseConceptualContainer(ConceptualContainer object)
          Returns the result of interpreting the object as an instance of 'Container'.