Interface Node
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Component
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
- All Known Subinterfaces:
ExternalActor
,Process
,Store
- All Known Implementing Classes:
ExternalActorImpl
,NodeImpl
,ProcessImpl
,StoreImpl
public interface Node extends Component
A representation of the model object 'Node'.The following features are supported:
- See Also:
DataFlowDiagramPackage.getNode()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Node>
getProvidingNodes()
Returns the value of the 'Providing Nodes' reference list.EList<Node>
getRequiringNodes()
Returns the value of the 'Requiring Nodes' reference list.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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.palladiosimulator.dataflow.diagram.DataFlowDiagram.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getRequiringNodes
EList<Node> getRequiringNodes()
Returns the value of the 'Requiring Nodes' reference list. The list contents are of typeNode
.- Returns:
- the value of the 'Requiring Nodes' reference list.
- See Also:
DataFlowDiagramPackage.getNode_RequiringNodes()
- Generated class or method.
- EMF model class or method.
- transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL derivation='self.oclAsType(ecore::EObject).eContainer().oclAsType(DataFlowDiagram).edges->select(e | e.source = self).target->asOrderedSet()'"
-
getProvidingNodes
EList<Node> getProvidingNodes()
Returns the value of the 'Providing Nodes' reference list. The list contents are of typeNode
.- Returns:
- the value of the 'Providing Nodes' reference list.
- See Also:
DataFlowDiagramPackage.getNode_ProvidingNodes()
- Generated class or method.
- EMF model class or method.
- transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL derivation='self.oclAsType(ecore::EObject).eContainer().oclAsType(DataFlowDiagram).edges->select(e | e.target = self).source->asOrderedSet()'"
-
-