Package de.sebinside.dcp.dsl.dSL
Interface NodeIdentitiySelector
-
- All Superinterfaces:
EObject,NodeSelector,Notifier
- All Known Implementing Classes:
NodeIdentitiySelectorImpl
public interface NodeIdentitiySelector extends NodeSelector
A representation of the model object 'Node Identitiy Selector'.The following features are supported:
- See Also:
DSLPackage.getNodeIdentitiySelector()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.dataflow.diagram.characterized.DataFlowDiagramCharacterized.CharacterizedNodegetDiaNode()Returns the value of the 'Dia Node' reference.StringgetName()Returns the value of the 'Name' attribute.voidsetDiaNode(org.palladiosimulator.dataflow.diagram.characterized.DataFlowDiagramCharacterized.CharacterizedNode value)Sets the value of the 'Dia Node' reference.voidsetName(String value)Sets the value of the 'Name' 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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DSLPackage.getNodeIdentitiySelector_Name()- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()- Generated class or method.
-
getDiaNode
org.palladiosimulator.dataflow.diagram.characterized.DataFlowDiagramCharacterized.CharacterizedNode getDiaNode()
Returns the value of the 'Dia Node' reference.- Returns:
- the value of the 'Dia Node' reference.
- See Also:
setDiaNode(CharacterizedNode),DSLPackage.getNodeIdentitiySelector_DiaNode()- Generated class or method.
- EMF model class or method.
-
setDiaNode
void setDiaNode(org.palladiosimulator.dataflow.diagram.characterized.DataFlowDiagramCharacterized.CharacterizedNode value)
Sets the value of the 'Dia Node' reference.- Parameters:
value- the new value of the 'Dia Node' reference.- See Also:
getDiaNode()- Generated class or method.
-
-