Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.action.AbstractActionRelationship

Packages that use AbstractActionRelationship
org.eclipse.gmt.modisco.omg.kdm.action   
org.eclipse.gmt.modisco.omg.kdm.action.util   
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
org.eclipse.gmt.modisco.omg.kdm.event   
org.eclipse.gmt.modisco.omg.kdm.event.util   
org.eclipse.gmt.modisco.omg.kdm.platform   
org.eclipse.gmt.modisco.omg.kdm.platform.util   
org.eclipse.gmt.modisco.omg.kdm.ui   
org.eclipse.gmt.modisco.omg.kdm.ui.util   
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.action
 

Subinterfaces of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.action
 interface ActionRelationship
          A representation of the model object 'Relationship'.
 interface Addresses
          A representation of the model object 'Addresses'.
 interface Calls
          A representation of the model object 'Calls'.
 interface CompliesTo
          A representation of the model object 'Complies To'.
 interface ControlFlow
          A representation of the model object 'Control Flow'.
 interface Creates
          A representation of the model object 'Creates'.
 interface Dispatches
          A representation of the model object 'Dispatches'.
 interface EntryFlow
          A representation of the model object 'Entry Flow'.
 interface ExceptionFlow
          A representation of the model object 'Exception Flow'.
 interface ExitFlow
          A representation of the model object 'Exit Flow'.
 interface FalseFlow
          A representation of the model object 'False Flow'.
 interface Flow
          A representation of the model object 'Flow'.
 interface GuardedFlow
          A representation of the model object 'Guarded Flow'.
 interface Reads
          A representation of the model object 'Reads'.
 interface Throws
          A representation of the model object 'Throws'.
 interface TrueFlow
          A representation of the model object 'True Flow'.
 interface UsesType
          A representation of the model object 'Uses Type'.
 interface Writes
          A representation of the model object 'Writes'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.action.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action.util with parameters of type AbstractActionRelationship
 T ActionSwitch.caseAbstractActionRelationship(AbstractActionRelationship object)
          Returns the result of interpreting the object as an instance of 'Abstract Action Relationship'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.data
 

Subinterfaces of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.data
 interface HasContent
          A representation of the model object 'Has Content'.
 interface ManagesData
          A representation of the model object 'Manages Data'.
 interface ProducesDataEvent
          A representation of the model object 'Produces Data Event'.
 interface ReadsColumnSet
          A representation of the model object 'Reads Column Set'.
 interface WritesColumnSet
          A representation of the model object 'Writes Column Set'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type AbstractActionRelationship
 T DataSwitch.caseAbstractActionRelationship(AbstractActionRelationship object)
          Returns the result of interpreting the object as an instance of 'Abstract Action Relationship'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.event
 

Subinterfaces of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.event
 interface HasState
          A representation of the model object 'Has State'.
 interface ProducesEvent
          A representation of the model object 'Produces Event'.
 interface ReadsState
          A representation of the model object 'Reads State'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.event.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event.util with parameters of type AbstractActionRelationship
 T EventSwitch.caseAbstractActionRelationship(AbstractActionRelationship object)
          Returns the result of interpreting the object as an instance of 'Abstract Action Relationship'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.platform
 

Subinterfaces of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.platform
 interface DefinedBy
          A representation of the model object 'Defined By'.
 interface ManagesResource
          A representation of the model object 'Manages Resource'.
 interface ReadsResource
          A representation of the model object 'Reads Resource'.
 interface WritesResource
          A representation of the model object 'Writes Resource'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.platform.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform.util with parameters of type AbstractActionRelationship
 T PlatformSwitch.caseAbstractActionRelationship(AbstractActionRelationship object)
          Returns the result of interpreting the object as an instance of 'Abstract Action Relationship'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.ui
 

Subinterfaces of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.ui
 interface ManagesUI
          A representation of the model object 'Manages UI'.
 interface ReadsUI
          A representation of the model object 'Reads UI'.
 interface WritesUI
          A representation of the model object 'Writes UI'.
 

Uses of AbstractActionRelationship in org.eclipse.gmt.modisco.omg.kdm.ui.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui.util with parameters of type AbstractActionRelationship
 T UiSwitch.caseAbstractActionRelationship(AbstractActionRelationship object)
          Returns the result of interpreting the object as an instance of 'Abstract Action Relationship'.