public interface InstanceSpecification extends PackageableElement, DeploymentTarget, DeployedArtifact
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:
UMLPackage.getInstanceSpecification()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<InstanceValue> |
get_instanceValueOfInstance()
Returns the value of the 'instance Value Of Instance' reference list.
|
java.util.List<Classifier> |
getClassifier()
Returns the value of the 'Classifier' reference list.
|
java.util.Collection<Slot> |
getSlot()
Returns the value of the 'Slot' containment reference list.
|
ValueSpecification |
getSpecification()
Returns the value of the 'Specification' containment reference.
|
Element |
getStereotypedElement()
Returns the value of the 'Stereotyped Element' container reference.
|
boolean |
has_instanceValueOfInstance() |
boolean |
hasClassifier() |
boolean |
hasSlot()
Returns the value of the 'Classifier' reference list.
|
void |
setSpecification(ValueSpecification value)
Sets the value of the '
Specification ' containment
reference. |
void |
setStereotypedElement(Element value)
Sets the value of the '
Stereotyped Element '
container reference. |
get_componentOfPackagedElement, get_elementImportOfImportedElement, get_manifestationOfUtilizedElement, getOwningPackage, getVisibility, has_elementImportOfImportedElement, has_manifestationOfUtilizedElement, set_componentOfPackagedElement, setOwningPackage, setVisibility
get_templateParameterOfDefault, get_templateParameterOfOwnedDefault, get_templateParameterSubstitutionOfActual, get_templateParameterSubstitutionOfOwnedActual, getOwningTemplateParameter, getTemplateParameter, has_templateParameterOfDefault, has_templateParameterSubstitutionOfActual, set_templateParameterOfOwnedDefault, set_templateParameterSubstitutionOfOwnedActual, setOwningTemplateParameter, setTemplateParameter
getDeployedElement, getDeployment, hasDeployedElement, hasDeployment
get_deploymentOfDeployedArtifact, has_deploymentOfDeployedArtifact
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
java.util.Collection<Slot> getSlot()
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.
UMLPackage.getInstanceSpecification_Slot()
,
Slot.getOwningInstance()
@CheckForNull ValueSpecification getSpecification()
Owning Instance Spec
'.
A specification of how to compute, derive, or construct the instance.
setSpecification(ValueSpecification)
,
UMLPackage.getInstanceSpecification_Specification()
,
ValueSpecification.getOwningInstanceSpec()
void setSpecification(@CheckForNull ValueSpecification value)
Specification
' containment
reference.
value
- the new value of the 'Specification' containment reference.getSpecification()
java.util.List<Classifier> getClassifier()
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.
UMLPackage.getInstanceSpecification_Classifier()
,
Classifier.get_instanceSpecificationOfClassifier()
java.util.Collection<InstanceValue> get_instanceValueOfInstance()
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...
UMLPackage.getInstanceSpecification__instanceValueOfInstance()
,
InstanceValue.getInstance()
@CheckForNull Element getStereotypedElement()
Applied Stereotype Instance
'.
If the meaning of the 'Stereotyped Element' container reference isn't clear, there really should be more of a description here...
setStereotypedElement(Element)
,
UMLPackage.getInstanceSpecification_StereotypedElement()
,
Element.getAppliedStereotypeInstance()
void setStereotypedElement(@CheckForNull Element value)
Stereotyped Element
'
container reference.
value
- the new value of the 'Stereotyped Element' container reference.getStereotypedElement()
boolean hasSlot() throws javax.jmi.reflect.JmiException
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.
javax.jmi.reflect.JmiException
UMLPackage.getInstanceSpecification_Classifier()
,
Classifier.get_instanceSpecificationOfClassifier()
boolean hasClassifier() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException
boolean has_instanceValueOfInstance() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException