Interface InstanceSpecification

    • Method Detail

      • getSlot

        java.util.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:
        UMLPackage.getInstanceSpecification_Slot(), Slot.getOwningInstance()
        Model:
        opposite="owningInstance" 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:
        getSpecification()
        Generated:
      • get_instanceValueOfInstance

        java.util.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:
        UMLPackage.getInstanceSpecification__instanceValueOfInstance(), InstanceValue.getInstance()
        Model:
        opposite="instance" ordered="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: