Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.platform.AbstractPlatformElement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.platform | |
| org.eclipse.gmt.modisco.omg.kdm.platform.impl | |
| org.eclipse.gmt.modisco.omg.kdm.platform.util |
-
Uses of AbstractPlatformElement in org.eclipse.gmt.modisco.omg.kdm.platform
Subinterfaces of AbstractPlatformElement in org.eclipse.gmt.modisco.omg.kdm.platform Modifier and Type Interface Description interfaceDataManagerA representation of the model object 'Data Manager'.interfaceDeployedComponentA representation of the model object 'Deployed Component'.interfaceDeployedResourceA representation of the model object 'Deployed Resource'.interfaceDeployedSoftwareSystemA representation of the model object 'Deployed Software System'.interfaceExecutionResourceA representation of the model object 'Execution Resource'.interfaceExternalActorA representation of the model object 'External Actor'.interfaceFileResourceA representation of the model object 'File Resource'.interfaceLockResourceA representation of the model object 'Lock Resource'.interfaceMachineA representation of the model object 'Machine'.interfaceMarshalledResourceA representation of the model object 'Marshalled Resource'.interfaceMessagingResourceA representation of the model object 'Messaging Resource'.interfaceNamingResourceA representation of the model object 'Naming Resource'.interfacePlatformActionA representation of the model object 'Action'.interfacePlatformElementA representation of the model object 'Element'.interfacePlatformEventA representation of the model object 'Event'.interfaceProcessA representation of the model object 'Process'.interfaceResourceTypeA representation of the model object 'Resource Type'.interfaceRuntimeResourceA representation of the model object 'Runtime Resource'.interfaceStreamResourceA representation of the model object 'Stream Resource'.interfaceThreadA representation of the model object 'Thread'.Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return AbstractPlatformElement Modifier and Type Method Description AbstractPlatformElementPlatformRelationship. getFrom()Returns the value of the 'From' reference.AbstractPlatformElementRequires. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return types with arguments of type AbstractPlatformElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractPlatformElement>PlatformModel. getPlatformElement()Returns the value of the 'Platform Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractPlatformElement>ResourceType. getPlatformElement()Returns the value of the 'Platform Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type AbstractPlatformElement Modifier and Type Method Description voidPlatformRelationship. setFrom(AbstractPlatformElement value)Sets the value of the 'From' reference.voidRequires. setTo(AbstractPlatformElement value)Sets the value of the 'To' reference. -
Uses of AbstractPlatformElement in org.eclipse.gmt.modisco.omg.kdm.platform.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.platform.impl that implement AbstractPlatformElement Modifier and Type Class Description classDataManagerImplAn implementation of the model object 'Data Manager'.classDeployedComponentImplAn implementation of the model object 'Deployed Component'.classDeployedResourceImplAn implementation of the model object 'Deployed Resource'.classDeployedSoftwareSystemImplAn implementation of the model object 'Deployed Software System'.classExecutionResourceImplAn implementation of the model object 'Execution Resource'.classExternalActorImplAn implementation of the model object 'External Actor'.classFileResourceImplAn implementation of the model object 'File Resource'.classLockResourceImplAn implementation of the model object 'Lock Resource'.classMachineImplAn implementation of the model object 'Machine'.classMarshalledResourceImplAn implementation of the model object 'Marshalled Resource'.classMessagingResourceImplAn implementation of the model object 'Messaging Resource'.classNamingResourceImplAn implementation of the model object 'Naming Resource'.classPlatformActionImplAn implementation of the model object 'Action'.classPlatformElementImplAn implementation of the model object 'Element'.classPlatformEventImplAn implementation of the model object 'Event'.classProcessImplAn implementation of the model object 'Process'.classResourceTypeImplAn implementation of the model object 'Resource Type'.classRuntimeResourceImplAn implementation of the model object 'Runtime Resource'.classStreamResourceImplAn implementation of the model object 'Stream Resource'.classThreadImplAn implementation of the model object 'Thread'.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl declared as AbstractPlatformElement Modifier and Type Field Description protected AbstractPlatformElementPlatformRelationshipImpl. fromThe cached value of the 'From' reference.protected AbstractPlatformElementRequiresImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl with type parameters of type AbstractPlatformElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractPlatformElement>PlatformModelImpl. platformElementThe cached value of the 'Platform Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractPlatformElement>ResourceTypeImpl. platformElementThe cached value of the 'Platform Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return AbstractPlatformElement Modifier and Type Method Description AbstractPlatformElementPlatformRelationshipImpl. basicGetFrom()AbstractPlatformElementRequiresImpl. basicGetTo()AbstractPlatformElementPlatformRelationshipImpl. getFrom()AbstractPlatformElementRequiresImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return types with arguments of type AbstractPlatformElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractPlatformElement>PlatformModelImpl. getPlatformElement()org.eclipse.emf.common.util.EList<AbstractPlatformElement>ResourceTypeImpl. getPlatformElement()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl with parameters of type AbstractPlatformElement Modifier and Type Method Description voidPlatformRelationshipImpl. setFrom(AbstractPlatformElement newFrom)voidRequiresImpl. setTo(AbstractPlatformElement newTo) -
Uses of AbstractPlatformElement in org.eclipse.gmt.modisco.omg.kdm.platform.util
Methods in org.eclipse.gmt.modisco.omg.kdm.platform.util with parameters of type AbstractPlatformElement Modifier and Type Method Description TPlatformSwitch. caseAbstractPlatformElement(AbstractPlatformElement object)Returns the result of interpreting the object as an instance of 'Abstract Platform Element'.