Interface InstanceSpecification

All Superinterfaces:
BaseElement, Cloneable, Comparable, DeployedArtifact, DeploymentTarget, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement, ParameterableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
EnumerationLiteral

public interface InstanceSpecification extends PackageableElement, DeploymentTarget, DeployedArtifact
A representation of the model object 'Instance Specification'.

An InstanceSpecification is a model element that represents an instance in a modeled system. An InstanceSpecification can act as a DeploymentTarget in a Deployment relationship, in the case that it represents an instance of a Node. It can also act as a DeployedArtifact, if it represents an instance of an Artifact.

The following features are supported:

See Also:
Model:
annotation="MOF package='classes.mdkernel'"
Generated:
  • Method Details

    • getSlot

      Collection<Slot> getSlot()
      Returns the value of the 'Slot' containment reference list. The list contents are of type Slot. It is bidirectional and its opposite is 'Owning Instance'. A Slot giving the value or values of a StructuralFeature of the instance. An InstanceSpecification can have one Slot per StructuralFeature of its Classifiers, including inherited features. It is not necessary to model a Slot for every StructuralFeature, in which case the InstanceSpecification is a partial description.
      Returns:
      the value of the 'Slot' containment reference list.
      See Also:
      Model:
      opposite="owningInstance" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • getSpecification

      @CheckForNull ValueSpecification getSpecification()
      Returns the value of the 'Specification' containment reference. It is bidirectional and its opposite is 'Owning Instance Spec'. A specification of how to compute, derive, or construct the instance.
      Returns:
      the value of the 'Specification' containment reference.
      See Also:
      Model:
      opposite="owningInstanceSpec" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • setSpecification

      void setSpecification(@CheckForNull ValueSpecification value)
      Sets the value of the 'Specification' containment reference.
      Parameters:
      value - the new value of the 'Specification' containment reference.
      See Also:
      Generated:
    • getClassifier

      List<Classifier> getClassifier()
      Returns the value of the 'Classifier' reference list. The list contents are of type Classifier. It is bidirectional and its opposite is 'instance Specification Of Classifier'. The Classifier or Classifiers of the represented instance. If multiple Classifiers are specified, the instance is classified by all of them.
      Returns:
      the value of the 'Classifier' reference list.
      See Also:
      Model:
      opposite="_instanceSpecificationOfClassifier"
      Generated:
    • get_instanceValueOfInstance

      Collection<InstanceValue> get_instanceValueOfInstance()
      Returns the value of the 'instance Value Of Instance' reference list. The list contents are of type InstanceValue. It is bidirectional and its opposite is 'Instance'.

      If the meaning of the 'instance Value Of Instance' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'instance Value Of Instance' reference list.
      See Also:
      Model:
      opposite="instance" ordered="false"
      Generated:
    • hasSlot

      boolean hasSlot() throws javax.jmi.reflect.JmiException
      Returns the value of the 'Classifier' reference list. The list contents are of type Classifier. It is bidirectional and its opposite is 'instance Specification Of Classifier'. The Classifier or Classifiers of the represented instance. If multiple Classifiers are specified, the instance is classified by all of them.
      Returns:
      the value of the 'Classifier' reference list.
      Throws:
      javax.jmi.reflect.JmiException
      See Also:
      Model:
      opposite="_instanceSpecificationOfClassifier" resolveProxies="false"
      Generated:
    • hasClassifier

      boolean hasClassifier() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • has_instanceValueOfInstance

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