Interface ActiveResouce
-
- All Known Implementing Classes:
ActiveResouceImpl
public interface ActiveResouce extends EObject
A representation of the model object 'Active Resouce'.The following features are supported:
- See Also:
SimucomstatusPackage.getActiveResouce()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the value of the 'Id' attribute.EList<WaitForDemand>getWaitingDemands()Returns the value of the 'Waiting Demands' reference list.voidsetId(String value)Sets the value of the 'Id' attribute.-
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 Detail
-
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:
SimucomstatusPackage.getActiveResouce_WaitingDemands(),WaitForDemand.getResource()- 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:
setId(String),SimucomstatusPackage.getActiveResouce_Id()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
-