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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'instance Value Of Instance' reference list.Returns the value of the 'Classifier' reference list.getSlot()
Returns the value of the 'Slot' containment reference list.Returns the value of the 'Specification' containment reference.boolean
boolean
boolean
hasSlot()
Returns the value of the 'Classifier' reference list.void
Sets the value of the 'Specification
' containment reference.Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetID
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.deployments.mdnodes.DeployedArtifact
get_deploymentOfDeployedArtifact, has_deploymentOfDeployedArtifact
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.deployments.mdnodes.DeploymentTarget
getDeployedElement, getDeployment, hasDeployedElement, hasDeployment
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElement
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
Methods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, setLocalID, sGetLocalID
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.NamedElement
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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.PackageableElement
get_componentOfPackagedElement, get_elementImportOfImportedElement, get_manifestationOfUtilizedElement, getOwningPackage, getVisibility, has_elementImportOfImportedElement, has_manifestationOfUtilizedElement, set_componentOfPackagedElement, setOwningPackage, setVisibility
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.auxiliaryconstructs.mdtemplates.ParameterableElement
get_templateParameterOfDefault, get_templateParameterOfOwnedDefault, get_templateParameterSubstitutionOfActual, get_templateParameterSubstitutionOfOwnedActual, getOwningTemplateParameter, getTemplateParameter, has_templateParameterOfDefault, has_templateParameterSubstitutionOfActual, set_templateParameterOfOwnedDefault, set_templateParameterSubstitutionOfOwnedActual, setOwningTemplateParameter, setTemplateParameter
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValue
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Method Details
-
getSlot
Collection<Slot> getSlot()Returns the value of the 'Slot' containment reference list. The list contents are of typeSlot
. 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
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
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 typeClassifier
. 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 typeInstanceValue
. 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.JmiExceptionReturns the value of the 'Classifier' reference list. The list contents are of typeClassifier
. 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:
-