Interface NodeDeclaration
- All Superinterfaces:
AnnotatedElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Statement
- All Known Implementing Classes:
NodeDeclarationImpl
A representation of the model object 'Node Declaration'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface tools.refinery.language.model.problem.AnnotatedElement
getAnnotations, setAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNodes
org.eclipse.emf.common.util.EList<Node> getNodes()Returns the value of the 'Nodes' containment reference list. The list contents are of typeNode.- Returns:
- the value of the 'Nodes' containment reference list.
- See Also:
-
getKind
NodeKind getKind()Returns the value of the 'Kind' attribute. The literals are from the enumerationNodeKind.- Returns:
- the value of the 'Kind' attribute.
- See Also:
-
setKind
Sets the value of the 'Kind' attribute.- Parameters:
value- the new value of the 'Kind' attribute.- See Also:
-