Interface RedefinableElement

All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, 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:
Model:
abstract="true" annotation="MOF package='classes.mdkernel'"
Generated:
  • Method Details

    • getRedefinedElement

      Collection<RedefinableElement> getRedefinedElement()
      Returns the value of the 'Redefined Element' reference list. The list contents are of type RedefinableElement. 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:
      Model:
      opposite="_redefinableElementOfRedefinedElement" transient="true" volatile="true" derived="true" ordered="false"
      Generated:
    • get_redefinableElementOfRedefinedElement

      Collection<RedefinableElement> get_redefinableElementOfRedefinedElement()
      Returns the value of the 'redefinable Element Of Redefined Element' reference list. The list contents are of type RedefinableElement. 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:
      Model:
      opposite="redefinedElement" transient="true" volatile="true" derived="true" ordered="false"
      Generated:
    • getRedefinitionContext

      Collection<Classifier> getRedefinitionContext()
      Returns the value of the 'Redefinition Context' reference list. The list contents are of type Classifier. 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:
      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:
      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: