Interface ActiveResouce
- All Known Implementing Classes:
ActiveResouceImpl
A representation of the model object 'Active Resouce'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWaitingDemands
EList<WaitForDemand> getWaitingDemands()Returns the value of the 'Waiting Demands' reference list. The list contents are of typeWaitForDemand
. It is bidirectional and its opposite is 'Resource
'.If the meaning of the 'Waiting Demands' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Waiting Demands' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="resource" ordered="false"
-
getId
String getId()Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
- Generated class or method.
-