Interface RedefinableElement
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
- All Known Subinterfaces:
AcceptCallAction
,AcceptEventAction
,Action
,ActionInputPin
,Activity
,ActivityEdge
,ActivityFinalNode
,ActivityNode
,ActivityParameterNode
,Actor
,AddStructuralFeatureValueAction
,AddVariableValueAction
,Artifact
,Association
,AssociationClass
,Behavior
,BehavioralFeature
,BehavioredClassifier
,BroadcastSignalAction
,CallAction
,CallBehaviorAction
,CallOperationAction
,CentralBufferNode
,Class
,Classifier
,ClearAssociationAction
,ClearStructuralFeatureAction
,ClearVariableAction
,Collaboration
,CommunicationPath
,Component
,ConditionalNode
,ConnectionPointReference
,Connector
,ControlFlow
,ControlNode
,CreateLinkAction
,CreateLinkObjectAction
,CreateObjectAction
,DataStoreNode
,DataType
,DecisionNode
,DeploymentSpecification
,DestroyLinkAction
,DestroyObjectAction
,Device
,EncapsulatedClassifier
,Enumeration
,ExecutableNode
,ExecutionEnvironment
,ExpansionNode
,ExpansionRegion
,Extension
,ExtensionEnd
,ExtensionPoint
,Feature
,FinalNode
,FinalState
,FlowFinalNode
,ForkNode
,FunctionBehavior
,InformationItem
,InitialNode
,InputPin
,Interaction
,Interface
,InvocationAction
,JoinNode
,LinkAction
,LoopNode
,MergeNode
,Node
,ObjectFlow
,ObjectNode
,OpaqueAction
,OpaqueBehavior
,Operation
,OutputPin
,Pin
,Port
,PrimitiveType
,Property
,ProtocolStateMachine
,ProtocolTransition
,Pseudostate
,RaiseExceptionAction
,ReadExtentAction
,ReadIsClassifiedObjectAction
,ReadLinkAction
,ReadLinkObjectEndAction
,ReadLinkObjectEndQualifierAction
,ReadSelfAction
,ReadStructuralFeatureAction
,ReadVariableAction
,Reception
,ReclassifyObjectAction
,RedefinableTemplateSignature
,ReduceAction
,Region
,RemoveStructuralFeatureValueAction
,RemoveVariableValueAction
,ReplyAction
,SendObjectAction
,SendSignalAction
,SequenceNode
,Signal
,StartClassifierBehaviorAction
,StartObjectBehaviorAction
,State
,StateMachine
,Stereotype
,StructuralFeature
,StructuralFeatureAction
,StructuredActivityNode
,StructuredClassifier
,TestIdentityAction
,Transition
,UnmarshallAction
,UseCase
,ValuePin
,ValueSpecificationAction
,VariableAction
,Vertex
,WriteLinkAction
,WriteStructuralFeatureAction
,WriteVariableAction
public interface RedefinableElement extends NamedElement
A representation of the model object 'Redefinable Element'.A RedefinableElement is an element that, when defined in the context of a Classifier, can be redefined more specifically or differently in the context of another Classifier that specializes (directly or indirectly) the context Classifier.
The following features are supported:
- See Also:
UMLPackage.getRedefinableElement()
- Model:
- abstract="true" annotation="MOF package='classes.mdkernel'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<RedefinableElement>
get_redefinableElementOfRedefinedElement()
Returns the value of the 'redefinable Element Of Redefined Element' reference list.java.util.Collection<RedefinableElement>
getRedefinedElement()
Returns the value of the 'Redefined Element' reference list.java.util.Collection<Classifier>
getRedefinitionContext()
Returns the value of the 'Redefinition Context' reference list.boolean
has_redefinableElementOfRedefinedElement()
boolean
hasRedefinedElement()
boolean
hasRedefinitionContext()
boolean
isLeaf()
Returns the value of the 'Leaf' attribute.void
setLeaf(boolean value)
Sets the value of the 'Leaf
' attribute.-
Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
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.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
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, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
getRedefinedElement
java.util.Collection<RedefinableElement> getRedefinedElement()
Returns the value of the 'Redefined Element' reference list. The list contents are of typeRedefinableElement
. It is bidirectional and its opposite is 'redefinable Element Of Redefined Element
'. The RedefinableElement that is being redefined by this element.- Returns:
- the value of the 'Redefined Element' reference list.
- See Also:
UMLPackage.getRedefinableElement_RedefinedElement()
,get_redefinableElementOfRedefinedElement()
- Model:
- opposite="_redefinableElementOfRedefinedElement" transient="true" volatile="true" derived="true" ordered="false"
- Generated:
-
get_redefinableElementOfRedefinedElement
java.util.Collection<RedefinableElement> get_redefinableElementOfRedefinedElement()
Returns the value of the 'redefinable Element Of Redefined Element' reference list. The list contents are of typeRedefinableElement
. It is bidirectional and its opposite is 'Redefined Element
'.If the meaning of the 'redefinable Element Of Redefined Element' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'redefinable Element Of Redefined Element' reference list.
- See Also:
UMLPackage.getRedefinableElement__redefinableElementOfRedefinedElement()
,getRedefinedElement()
- Model:
- opposite="redefinedElement" transient="true" volatile="true" derived="true" ordered="false"
- Generated:
-
getRedefinitionContext
java.util.Collection<Classifier> getRedefinitionContext()
Returns the value of the 'Redefinition Context' reference list. The list contents are of typeClassifier
. It is bidirectional and its opposite is 'redefinable Element Of Redefinition Context
'. The contexts that this element may be redefined from.- Returns:
- the value of the 'Redefinition Context' reference list.
- See Also:
UMLPackage.getRedefinableElement_RedefinitionContext()
,Classifier.get_redefinableElementOfRedefinitionContext()
- Model:
- opposite="_redefinableElementOfRedefinitionContext" transient="true" volatile="true" derived="true" ordered="false"
- Generated:
-
isLeaf
boolean isLeaf()
Returns the value of the 'Leaf' attribute. The default value is"false"
. Indicates whether it is possible to further redefine a RedefinableElement. If the value is true, then it is not possible to further redefine the RedefinableElement.- Returns:
- the value of the 'Leaf' attribute.
- See Also:
setLeaf(boolean)
,com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getRedefinableElement_Leaf()
- Model:
- default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
- Generated:
-
setLeaf
void setLeaf(boolean value)
Sets the value of the 'Leaf
' attribute.- Parameters:
value
- the new value of the 'Leaf' attribute.- See Also:
isLeaf()
- Generated:
-
hasRedefinitionContext
boolean hasRedefinitionContext() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
hasRedefinedElement
boolean hasRedefinedElement() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
has_redefinableElementOfRedefinedElement
boolean has_redefinableElementOfRedefinedElement() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
- Generated:
-
-