All Superinterfaces:
BaseElement, BehavioredClassifier, Class, Classifier, Cloneable, Comparable, DeploymentTarget, Element, EncapsulatedClassifier, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, Namespace, org.eclipse.emf.common.notify.Notifier, PackageableElement, ParameterableElement, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, StructuredClassifier, TemplateableElement, Type
All Known Subinterfaces:
Device, ExecutionEnvironment

public interface Node extends Class, DeploymentTarget
A representation of the model object 'Node'.

A Node is computational resource upon which artifacts may be deployed for execution. Nodes can be interconnected through communication paths to define network structures.

The following features are supported:

See Also:
Model:
annotation="MOF package='deployments.mdnodes'"
Generated:
  • Method Details

    • getNestedNode

      Collection<Node> getNestedNode()
      Returns the value of the 'Nested Node' containment reference list. The list contents are of type Node. It is bidirectional and its opposite is 'node Of Nested Node'. The Nodes that are defined (nested) within the Node.
      Returns:
      the value of the 'Nested Node' containment reference list.
      See Also:
      Model:
      opposite="_nodeOfNestedNode" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • get_nodeOfNestedNode

      @CheckForNull Node get_nodeOfNestedNode()
      Returns the value of the 'node Of Nested Node' container reference. It is bidirectional and its opposite is 'Nested Node'.

      If the meaning of the 'node Of Nested Node' container reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'node Of Nested Node' container reference.
      See Also:
      Model:
      opposite="nestedNode" transient="false" ordered="false"
      Generated:
    • set_nodeOfNestedNode

      void set_nodeOfNestedNode(@CheckForNull Node value)
      Sets the value of the 'node Of Nested Node' container reference.
      Parameters:
      value - the new value of the 'node Of Nested Node' container reference.
      See Also:
      Generated:
    • hasNestedNode

      boolean hasNestedNode() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated: