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

Packages that use ActionElement
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.event   
org.eclipse.gmt.modisco.omg.kdm.platform   
org.eclipse.gmt.modisco.omg.kdm.ui   
 

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

Subinterfaces of ActionElement in org.eclipse.gmt.modisco.omg.kdm.action
 interface BlockUnit
          A representation of the model object 'Block Unit'.
 interface CatchUnit
          A representation of the model object 'Catch Unit'.
 interface ExceptionUnit
          A representation of the model object 'Exception Unit'.
 interface FinallyUnit
          A representation of the model object 'Finally Unit'.
 interface TryUnit
          A representation of the model object 'Try Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ActionElement
 ActionElement ActionFactory.createActionElement()
          Returns a new object of class 'Element'.
 ActionElement ActionRelationship.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Addresses.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Calls.getFrom()
          Returns the value of the 'From' reference.
 ActionElement CompliesTo.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ControlFlow.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Creates.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Dispatches.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ExceptionFlow.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ExitFlow.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Reads.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Throws.getFrom()
          Returns the value of the 'From' reference.
 ActionElement UsesType.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Writes.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ControlFlow.getTo()
          Returns the value of the 'To' reference.
 ActionElement EntryFlow.getTo()
          Returns the value of the 'To' reference.
 ActionElement ExceptionFlow.getTo()
          Returns the value of the 'To' reference.
 ActionElement ExitFlow.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type ActionElement
 void ActionRelationship.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Addresses.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Calls.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void CompliesTo.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ControlFlow.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Creates.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Dispatches.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ExceptionFlow.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ExitFlow.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Reads.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Throws.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void UsesType.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Writes.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ControlFlow.setTo(ActionElement value)
          Sets the value of the 'To' reference.
 void EntryFlow.setTo(ActionElement value)
          Sets the value of the 'To' reference.
 void ExceptionFlow.setTo(ActionElement value)
          Sets the value of the 'To' reference.
 void ExitFlow.setTo(ActionElement value)
          Sets the value of the 'To' reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.action.util with parameters of type ActionElement
 T ActionSwitch.caseActionElement(ActionElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return ActionElement
 ActionElement HasContent.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ManagesData.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ProducesDataEvent.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ReadsColumnSet.getFrom()
          Returns the value of the 'From' reference.
 ActionElement WritesColumnSet.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type ActionElement
 void HasContent.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ManagesData.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ProducesDataEvent.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ReadsColumnSet.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void WritesColumnSet.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.event that return ActionElement
 ActionElement HasState.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ProducesEvent.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ReadsState.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type ActionElement
 void HasState.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ProducesEvent.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ReadsState.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return ActionElement
 ActionElement DefinedBy.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Loads.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ManagesResource.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ReadsResource.getFrom()
          Returns the value of the 'From' reference.
 ActionElement Spawns.getFrom()
          Returns the value of the 'From' reference.
 ActionElement WritesResource.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type ActionElement
 void DefinedBy.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Loads.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ManagesResource.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ReadsResource.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void Spawns.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void WritesResource.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return ActionElement
 ActionElement Displays.getFrom()
          Returns the value of the 'From' reference.
 ActionElement DisplaysImage.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ManagesUI.getFrom()
          Returns the value of the 'From' reference.
 ActionElement ReadsUI.getFrom()
          Returns the value of the 'From' reference.
 ActionElement WritesUI.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type ActionElement
 void Displays.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void DisplaysImage.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ManagesUI.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void ReadsUI.setFrom(ActionElement value)
          Sets the value of the 'From' reference.
 void WritesUI.setFrom(ActionElement value)
          Sets the value of the 'From' reference.