Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.ComputationalObject
-
Uses of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.action
Methods in org.eclipse.gmt.modisco.omg.kdm.action that return ComputationalObject Modifier and Type Method Description ComputationalObjectAddresses. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type ComputationalObject Modifier and Type Method Description voidAddresses. setTo(ComputationalObject value)Sets the value of the 'To' reference. -
Uses of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.action.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.action.impl declared as ComputationalObject Modifier and Type Field Description protected ComputationalObjectAddressesImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return ComputationalObject Modifier and Type Method Description ComputationalObjectAddressesImpl. basicGetTo()ComputationalObjectAddressesImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl with parameters of type ComputationalObject Modifier and Type Method Description voidAddressesImpl. setTo(ComputationalObject newTo) -
Uses of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceCallableUnitA representation of the model object 'Callable Unit'.interfaceControlElementA representation of the model object 'Control Element'.interfaceDataElementA representation of the model object 'Data Element'.interfaceIndexUnitA representation of the model object 'Index Unit'.interfaceItemUnitA representation of the model object 'Item Unit'.interfaceMemberUnitA representation of the model object 'Member Unit'.interfaceMethodUnitA representation of the model object 'Method Unit'.interfaceParameterUnitA representation of the model object 'Parameter Unit'.interfaceStorableUnitA representation of the model object 'Storable Unit'.interfaceValueA representation of the model object 'Value'.interfaceValueElementA representation of the model object 'Value Element'.interfaceValueListA representation of the model object 'Value List'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ComputationalObject Modifier and Type Method Description ComputationalObjectCodeFactory. createComputationalObject()Returns a new object of class 'Computational Object'. -
Uses of ComputationalObject in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement ComputationalObject Modifier and Type Class Description classCallableUnitImplAn implementation of the model object 'Callable Unit'.classComputationalObjectImplAn implementation of the model object 'Computational Object'.classControlElementImplAn implementation of the model object 'Control Element'.classDataElementImplAn implementation of the model object 'Data Element'.classIndexUnitImplAn implementation of the model object 'Index Unit'.classItemUnitImplAn implementation of the model object 'Item Unit'.classMemberUnitImplAn implementation of the model object 'Member Unit'.classMethodUnitImplAn implementation of the model object 'Method Unit'.classParameterUnitImplAn implementation of the model object 'Parameter Unit'.classStorableUnitImplAn implementation of the model object 'Storable Unit'.classValueElementImplAn implementation of the model object 'Value Element'.classValueImplAn implementation of the model object 'Value'.classValueListImplAn implementation of the model object 'Value List'.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return ComputationalObject Modifier and Type Method Description ComputationalObjectCodeFactoryImpl. createComputationalObject() -
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 Modifier and Type Method Description TCodeSwitch. caseComputationalObject(ComputationalObject object)Returns the result of interpreting the object as an instance of 'Computational Object'.