Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.ComputationalObject

Packages that use ComputationalObject
org.eclipse.gmt.modisco.omg.kdm.action   
org.eclipse.gmt.modisco.omg.kdm.code   
org.eclipse.gmt.modisco.omg.kdm.code.util   
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ComputationalObject
 ComputationalObject Addresses.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type ComputationalObject
 void Addresses.setTo(ComputationalObject value)
          Sets the value of the 'To' reference.
 

Uses of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.code
 

Subinterfaces of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.code
 interface CallableUnit
          A representation of the model object 'Callable Unit'.
 interface ControlElement
          A representation of the model object 'Control Element'.
 interface DataElement
          A representation of the model object 'Data Element'.
 interface IndexUnit
          A representation of the model object 'Index Unit'.
 interface ItemUnit
          A representation of the model object 'Item Unit'.
 interface MemberUnit
          A representation of the model object 'Member Unit'.
 interface MethodUnit
          A representation of the model object 'Method Unit'.
 interface ParameterUnit
          A representation of the model object 'Parameter Unit'.
 interface StorableUnit
          A representation of the model object 'Storable Unit'.
 interface Value
          A representation of the model object 'Value'.
 interface ValueElement
          A representation of the model object 'Value Element'.
 interface ValueList
          A representation of the model object 'Value List'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ComputationalObject
 ComputationalObject CodeFactory.createComputationalObject()
          Returns a new object of class 'Computational Object'.
 

Uses of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.code.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type ComputationalObject
 T CodeSwitch.caseComputationalObject(ComputationalObject object)
          Returns the result of interpreting the object as an instance of 'Computational Object'.