Modifier and Type | Interface and Description |
---|---|
interface |
BpmnCollaboration
BpmnCollaboration v2.2.00
The Collaboration package contains classes which are used for modeling Collaborations, which is a collection of Participants shown as Pools, their interactions as shown by Message Flow, and may include Processes within the Pools and/or Choreographies between the Pools.
|
interface |
BpmnProcess
BpmnProcess v2.2.0
|
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnSharedDefinitions
BpmnSharedDefinitions v2.2.0
Definitions BPMN metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AcceptCallEventAction
AcceptCallEventAction v0.0.9054
AcceptCallAction is an accept event action representing the receipt of a synchronous call request.
|
interface |
AcceptChangeEventAction
AcceptChangeEventAction v0.0.9054
A change event occurs when the Boolean-valued expression becomes true.
|
interface |
AcceptSignalAction
AcceptSignalAction v0.0.9054
AcceptSignalAction is an accept event action representing the receipt of an asynchronous signal.
|
interface |
AcceptTimeEventAction
AcceptTimeEventAction v0.0.9054
An AcceptTimeEventAction waits for the occurrence of a time event meeting a specified condition.
|
interface |
Activity
Activity v0.0.9054
An activity specifies the coordination of executions of subordinate behaviors, using a control and data flow model.
|
interface |
ActivityAction
ActivityAction v0.0.9054
The execution of an action represents some transformation or processing in the modeled system, be it a computer system or otherwise.
|
interface |
ActivityEdge
ActivityEdge v0.0.9054
ActivityEdge is an abstract class for the connections along which tokens flow between activity nodes.
|
interface |
ActivityFinalNode
ActivityFinalNode v0.0.9054
An activity may have more than one activity final node.
|
interface |
ActivityGroup
ActivityGroup v0.0.9054
Nodes and edges can belong to more than one group.
|
interface |
ActivityNode
ActivityNode v0.0.9054
The execution of an action represents some transformation or processing in the modeled
system, be it a computer system or otherwise.
|
interface |
ActivityParameterNode
ActivityParameterNode v0.0.9054
Activity parameter nodes are object nodes at the beginning and end of flows that provide a means to accept inputs to an activity and provide outputs from the activity, through the activity parameters.
|
interface |
ActivityPartition
ActivityPartition v0.0.9054
Partitions divide the nodes and edges to constrain and show a view of the contained nodes.
|
interface |
CallAction
CallAction v0.0.9054
|
interface |
CallBehaviorAction
CallBehaviorAction v0.0.9054
CallBehaviorAction is a call action that invokes a behavior directly rather than invoking a behavioral feature that, in turn, results in the invocation of that behavior.
|
interface |
CallOperationAction
CallOperationAction v0.0.9054
CallOperationAction is an action that transmits an operation call request to the target object, where it may cause the invocation of associated behavior.
|
interface |
CentralBufferNode
CentralBufferNode v0.0.9054
A central buffer node accepts tokens from upstream object nodes and passes them along to downstream object nodes.
|
interface |
Clause
Clause v0.0.9054
A clause is an element that represents a single branch of a conditional construct, including a test and a body section.
|
interface |
ConditionalNode
ConditionalNode v0.0.9054
A conditional node consists of one or more clauses.
|
interface |
ControlFlow
ControlFlow v0.0.9054
A control flow is an edge that starts an activity node after the previous one is finished.
|
interface |
ControlNode
ControlNode v0.0.9054
A control node is an activity node used to coordinate the flows between other nodes.
|
interface |
DataStoreNode
DataStoreNode v0.0.9054
A data store keeps all tokens that enter it, copying them when they are chosen to move downstream.
|
interface |
DecisionMergeNode
DecisionMergeNode v0.0.9054
A decision node is a control node that chooses between outgoing flows.
|
interface |
ExceptionHandler
ExceptionHandler v0.0.9054
null
|
interface |
ExpansionNode
ExpansionNode v0.0.9054
null
|
interface |
ExpansionRegion
ExpansionRegion v0.0.9054
null
|
interface |
FinalNode
FinalNode v0.0.9054
All tokens offered on incoming edges are accepted.
|
interface |
FlowFinalNode
FlowFinalNode v0.0.9054
A flow final destroys all tokens that arrive at it.
|
interface |
ForkJoinNode
ForkJoinNode v0.0.9054
A fork node has one incoming edge and multiple outgoing edges.
|
interface |
InitialNode
InitialNode v0.0.9054
An initial node is a starting point for executing an activity (or structured node, see StructuredActivityNode (from CompleteStructuredActivities, StructuredActivities) ).
|
interface |
InputPin
InputPin v0.0.9054
An input pin is a pin that holds input values to be consumed by an action.
|
interface |
InstanceNode
InstanceNode v0.0.9054
An instance node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, potentially available at a particular point in the activity.
|
interface |
InterruptibleActivityRegion
InterruptibleActivityRegion v0.0.9054
An interruptible region contains activity nodes.
|
interface |
LoopNode
LoopNode v0.0.9054
First the setup section of the loop node is executed.
|
interface |
MessageFlow
MessageFlow v0.0.9054
A Message Flow is used to show the flow of messages between two entities that are prepared to send and receive them.
|
interface |
ObjectFlow
ObjectFlow v0.0.9054
An object flow is an activity edge that only passes object and data tokens.
|
interface |
ObjectNode
ObjectNode v0.0.9054
An object node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, may be available at a particular point in the activity.
|
interface |
OpaqueAction
OpaqueAction v0.0.9054
The semantics of the action are determined by the implementation.
|
interface |
OutputPin
OutputPin v0.0.9054
An output pin is a pin that holds output values produced by an action.
|
interface |
Pin
Pin v0.0.9054
A pin represents an input to an action or an output from an action.
|
interface |
SendSignalAction
SendSignalAction v0.0.9054
SendSignalAction is an action that creates a signal instance from its inputs, and transmits it to the target object, where it may cause the firing of a state machine transition or the execution of an activity.
|
interface |
StructuredActivityNode
StructuredActivityNode v0.0.9054
A structured activity node represents a structured portion of the activity that is not shared with any other structured node, except for nesting.
|
interface |
ValuePin
ValuePin v0.0.9054
null
|
Modifier and Type | Method and Description |
---|---|
UmlModelElement |
ActivityPartition.getRepresented()
Getter for relation 'ActivityPartition->Represented'
Metamodel description:
An element constraining behaviors invoked by nodes in the partition.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityPartition.setRepresented(UmlModelElement value)
Setter for relation 'ActivityPartition->Represented'
Metamodel description:
An element constraining behaviors invoked by nodes in the partition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Behavior
Behavior v0.0.9054
Behavior is a specification of how its context classifier changes state over time.
|
interface |
BehaviorParameter
BehaviorParameter v0.0.9054
BehaviorParameter is a Parameter extended to add support for streaming, exceptions and parameter sets.
|
interface |
Event
Event v0.0.9054
An Event is the specification of a specific occurrence at a specific point in space and time.
|
interface |
OpaqueBehavior
OpaqueBehavior v0.0.9054
The semantics of the behavior are determined by the implementation.
|
interface |
Signal
Signal v0.0.9054
Signals are processed by StateMachines, which represent how SignalEvents are taken into account.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommunicationChannel
CommunicationChannel v0.0.9054
A CommunicationChannel is a link between two CommunicationNodes.
|
interface |
CommunicationInteraction
CommunicationInteraction v0.0.9054
|
interface |
CommunicationMessage
CommunicationMessage v0.0.9054
CommunicationMessages are used in communication diagrams.
|
interface |
CommunicationNode
CommunicationNode v0.0.9054
|
Modifier and Type | Interface and Description |
---|---|
interface |
CombinedFragment
CombinedFragment v0.0.9054
A combined fragment is defined by an interaction operator and corresponding interaction operands.
|
interface |
DurationConstraint
DurationConstraint v0.0.9054
NOTE : This class is not yet available in Modelio.
|
interface |
ExecutionOccurenceSpecification
ExecutionOccurenceSpecification v0.0.9054
An execution occurence specification is a kind of message end.
|
interface |
ExecutionSpecification
ExecutionSpecification v0.0.9054
An ExecutionSpecification is a specification of the execution of a unit of behavior or action within the Lifeline.
|
interface |
Gate
Gate v0.0.9054
Gates are connected through Messages.
|
interface |
Interaction
Interaction v0.0.9054
Interactions are units of behavior of an enclosing Classifier.
|
interface |
InteractionFragment
InteractionFragment v0.0.9054
InteractionFragment is an abstract notion of the most general interaction unit.
|
interface |
InteractionOperand
InteractionOperand v0.0.9054
An InteractionOperand is contained in a CombinedFragment and contains an ordered set of InteractionFragments.
|
interface |
InteractionUse
InteractionUse v0.0.9054
An InteractionUse refers to an Interaction.
|
interface |
Lifeline
Lifeline v0.0.9054
|
interface |
Message
Message v2.2.01
Messages are used in object diagrams, collaboration diagrams and sequence diagrams.
|
interface |
MessageEnd
MessageEnd v0.0.9054
A MessageEnd is an abstract NamedElement that represents what can occur at the end of a Message.
|
interface |
OccurrenceSpecification
OccurrenceSpecification v0.0.9054
An OccurrenceSpecification is the basic semantic unit of Interactions.
|
interface |
PartDecomposition
PartDecomposition v0.0.9054
A Lifeline has a class associated as the type of the Instance that the Lifeline represents.
|
interface |
StateInvariant
StateInvariant v0.0.9054
A StateInvariant is a runtime constraint on the participants of the interaction.
|
interface |
TerminateSpecification
TerminateSpecification v0.0.9054
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractPseudoState
AbstractPseudoState v0.0.9054
PseudoStates represent every kind of graphical Node in a StateMachine, except States, such as a branch, a fork, and so on.
|
interface |
ChoicePseudoState
ChoicePseudoState v0.0.9054
ChoicePseudoState vertices result in the dynamic evaluation of the guards of the triggers of its outgoing transitions.
|
interface |
ConnectionPointReference
ConnectionPointReference v0.0.9054
|
interface |
DeepHistoryPseudoState
DeepHistoryPseudoState v0.0.9054
DeepHistoryPseudoState represents the most recent active configuration of the composite state that directly contains this pseudostate (e.g., the state configuration that was active when the composite state was last exited).
|
interface |
EntryPointPseudoState
EntryPointPseudoState v0.0.9054
An entry point pseudostate is an entry point of a state machine or composite state.
|
interface |
ExitPointPseudoState
ExitPointPseudoState v0.0.9054
An exit point pseudostate is an exit point of a state machine or composite state.
|
interface |
FinalState
FinalState v0.0.9054
|
interface |
ForkPseudoState
ForkPseudoState v0.0.9054
ForkPseudoState vertices serve to split an incoming transition into two or more transitions terminating on orthogonal target vertices (i.e., vertices in different regions of a composite state).
|
interface |
InitialPseudoState
InitialPseudoState v0.0.9054
An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state.
|
interface |
InternalTransition
InternalTransition v0.0.9054
This Transition is related to a State.
|
interface |
JoinPseudoState
JoinPseudoState v0.0.9054
Join vertices serve to merge several transitions emanating from source vertices in different orthogonal regions.
|
interface |
JunctionPseudoState
JunctionPseudoState v0.0.9054
Junction vertices are semantic-free vertices that are used to chain together multiple transitions.
|
interface |
Region
Region v0.0.9054
|
interface |
ShallowHistoryPseudoState
ShallowHistoryPseudoState v0.0.9054
ShallowHistoryPseudoState represents the most recent active substate of its containing state (but not the substates of that substate).
|
interface |
State
State v0.0.9054
A State represents a period of time during which an object waits for an Event or some Events to occur, or a period of time during which an object performs some ongoing activity.
|
interface |
StateMachine
StateMachine v0.0.9054
State diagams can also define usage protocol for Classes.
|
interface |
StateVertex
StateVertex v0.0.9054
A StateVertex can be either a State, or a PseudoState that is only a graphical convention.
|
interface |
TerminatePseudoState
TerminatePseudoState v0.0.9054
Entering a TerminatePseudoState implies that the execution of this state machine by means of its context object is terminated.
|
interface |
Transition
Transition v0.0.9054
Transitions represent the reaction of an object in a certain State, to a particular Event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Actor
Actor v0.0.9054
An Actor is an idealization of an external person, process or thing interacting with a system, subsystem or class.
|
interface |
ExtensionPoint
ExtensionPoint v0.0.9054
An extension point identifies a point in the behavior of a use case where that behavior can be extended by the behavior of some other (extending) use case, as specified by an extend relationship.
|
interface |
UseCase
UseCase v0.0.9054
A UseCase is expressed by sequences of Messages exchanged by system units and one or more Actors of the system.
|
interface |
UseCaseDependency
UseCaseDependency v0.0.9054
In Modelio, this specific metaclass has been created for the definition of these links.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataFlow
DataFlow v0.0.9054
DataFlows are the representation of all types of information that can be transmitted between elements.
|
interface |
InformationFlow
InformationFlow v0.0.9054
|
interface |
InformationItem
InformationItem v0.0.9054
An information item is an abstraction of all kinds of information that can be exchanged between objects.
|
Modifier and Type | Method and Description |
---|---|
<T extends UmlModelElement> |
InformationFlow.getInformationSource(java.lang.Class<T> filterClass)
Filtered Getter for relation 'InformationFlow->InformationSource'
Metamodel description:
Defines from which source the conveyed information items are initiated.
|
<T extends UmlModelElement> |
InformationFlow.getInformationTarget(java.lang.Class<T> filterClass)
Filtered Getter for relation 'InformationFlow->InformationTarget'
Metamodel description:
Defines to which target the conveyed information items are directed.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<UmlModelElement> |
InformationFlow.getInformationSource()
Getter for relation 'InformationFlow->InformationSource'
Metamodel description:
Defines from which source the conveyed information items are initiated.
|
org.eclipse.emf.common.util.EList<UmlModelElement> |
InformationFlow.getInformationTarget()
Getter for relation 'InformationFlow->InformationTarget'
Metamodel description:
Defines to which target the conveyed information items are directed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Constraint
Constraint v0.0.9054
Constraints can express restrictions and relationships that cannot be expressed using UML notation.
|
interface |
ModelTree
ModelTree v0.0.9054
The ElementOwnerShip association provides a hierarchy of ModelElements that can be managed by the model explorer or by the teamwork facility.
|
interface |
Substitution
Substitution v0.0.9054
|
Modifier and Type | Method and Description |
---|---|
<T extends UmlModelElement> |
Constraint.getConstrainedElement(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Constraint->ConstrainedElement'
Metamodel description:
Defines which elements are concerned by the Constraint.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<UmlModelElement> |
Constraint.getConstrainedElement()
Getter for relation 'Constraint->ConstrainedElement'
Metamodel description:
Defines which elements are concerned by the Constraint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Artifact
Artifact v0.0.9054
In the metamodel, an Artifact is a Classifier that represents a physical entity.
|
interface |
Association
Association v0.0.9054
An Association describes discrete connections among objects or other instances in a system.
|
interface |
AssociationEnd
AssociationEnd v0.0.9054
An AssociationEnd is an endpoint of an Association, which connects the Association to a Classifier.
|
interface |
Attribute
Attribute v0.0.9054
An Attribute is a named slot within a Classifier that describes a range of values that instances of the Classifier may hold.
|
interface |
AttributeLink
AttributeLink v0.0.9054
An AttributeLink defines an Attribute's value at instance level.
|
interface |
BehavioralFeature
BehavioralFeature v0.0.9054
null
|
interface |
BindableInstance
BindableInstance v0.0.9054
A BindableInstance represents the UML 2.0 "Part" concept.
|
interface |
Binding
Binding v0.0.9054
A Binding is used to define the mapping between the Features of the Collaboration and the Features of the Classifier or Operation in the CollaborationUse.
|
interface |
Class
Class v0.0.9054
The Class is the main concept used in object-oriented modeling.
|
interface |
ClassAssociation
ClassAssociation v0.0.9054
A ClassAssociation is represented in UML as a Class that plays the role of an Association.
|
interface |
Classifier
Classifier v0.0.9054
A Classifier is an abstract view of the most important metaclasses such as Class, UseCase, Actor, Component and Node.
|
interface |
Collaboration
Collaboration v0.0.9054
(UML 2.0) A Collaboration is represented as a kind of Classifier, and defines a set of cooperating entities to be played by instances (its roles), as well as a set of Connectors that define Links between the participating instances.
|
interface |
CollaborationUse
CollaborationUse v0.0.9054
(UML 2.0) A CollaborationUse (or collaboration occurrence) represents one particular use of a Collaboration to explain the relationships between the properties of a Classifier.
|
interface |
Component
Component v0.0.9054
A Component defines its behavior in terms of ProvidedInterfaces and RequiredInterfaces.
|
interface |
ComponentRealization
ComponentRealization v0.0.9054
|
interface |
Connector
Connector v0.0.9054
A Connector specifies a Link that enables communication between two or more instances.
|
interface |
ConnectorEnd
ConnectorEnd v0.0.9054
A ConnectorEnd is an endpoint of a Connector, which attaches the Connector to a connectable element.
|
interface |
DataType
DataType v0.0.9054
DataTypes include numbers, strings, and enumerated values.
|
interface |
ElementImport
ElementImport v0.0.9054
ModelElement.Name: Specifies the name that should be added to the namespace of the importing Package in lieu of the name of the imported PackagableElement.
|
interface |
Enumeration
Enumeration v0.0.9054
An Enumeration corresponds to C++ or Java enum, or equivalent types in Pascal, Ada or any other language.
|
interface |
EnumerationLiteral
EnumerationLiteral v0.0.9054
An EnumerationLiteral is a possible value of an enumeration.
|
interface |
Feature
Feature v0.0.9054
In the metamodel, a Feature declares a behavioral or structural characteristic of an Instance of a Classifier or of the Classifier itself.
|
interface |
GeneralClass
GeneralClass v0.0.9054
A GeneralClass is an elaborated Classifier.
|
interface |
Generalization
Generalization v0.0.9054
Each instance of the specific Classifier is also an instance of the general Classifier.
|
interface |
Instance
Instance v0.0.9054
In Modelio, Instances represent both the UML 2.0 Instance specification, and the UML 2.0 Part within structured Classifiers.
|
interface |
Interface
Interface v0.0.9054
An Interface specifies a contract.
|
interface |
InterfaceRealization
InterfaceRealization v0.0.9054
In Modelio, a Realization belongs to its Classifier.
|
interface |
Link
Link v0.0.9054
A Link is an Instance of an Association.
|
interface |
LinkEnd
LinkEnd v0.0.9054
A LinkEnd is the part of a Link that connects to an Instance.
|
interface |
Manifestation
Manifestation v0.0.9054
An Artifact embodies or manifests a number of ModelElements.
|
interface |
NameSpace
NameSpace v0.0.9054
A NameSpace is a named element that can own other named elements.
|
interface |
NaryAssociation
NaryAssociation v0.0.9054
null
|
interface |
NaryAssociationEnd
NaryAssociationEnd v0.0.9054
null
|
interface |
NaryConnector
NaryConnector v0.0.9054
null
|
interface |
NaryConnectorEnd
NaryConnectorEnd v0.0.9054
null
|
interface |
NaryLink
NaryLink v0.0.9054
null
|
interface |
NaryLinkEnd
NaryLinkEnd v0.0.9054
Nouvelle Class :
Extrémité de lien en contact avec une instance.
|
interface |
Node
Node v0.0.9054
In the metamodel, a Node is a subclass of Classifier.
|
interface |
Operation
Operation v0.0.9054
In Modelio, this metaclass defines both the Operation, and the method implementing it.
|
interface |
Package
Package v1.1.1
The Package is the main structuring unit in a model.
|
interface |
PackageImport
PackageImport v0.0.9054
A PackageImport is defined as a directed relationship that identifies a Package whose members are to be imported by a NameSpace.
|
interface |
PackageMerge
PackageMerge v0.0.9054
A PackageMerge is a relationship between two Packages, where the contents of the target Package (the one pointed at) is merged with the contents of the source Package through specialization and redefinition, where applicable.
|
interface |
Parameter
Parameter v0.0.9054
The main characteristics of a Parameter are its name, passing mode and type.
|
interface |
Port
Port v0.0.9054
(UML 2.0) Ports are connected to other Parts through Connectors through which requests can be made to invoke the behavioral Features of a Classifier.
|
interface |
ProvidedInterface
ProvidedInterface v0.0.9054
|
interface |
RaisedException
RaisedException v0.0.9054
|
interface |
RequiredInterface
RequiredInterface v0.0.9054
|
interface |
StructuralFeature
StructuralFeature v0.0.9054
null
|
interface |
TemplateBinding
TemplateBinding v0.0.9054
A TemplateBinding specifies the Substitution of actual Parameters by the formal Parameters of the template.
|
interface |
TemplateParameter
TemplateParameter v0.0.9054
NameSpaces and Operations can be templated by TemplateParameters.
|
interface |
TemplateParameterSubstitution
TemplateParameterSubstitution v0.0.9054
A TemplateParameterSubstitution associates one or more actual Parameters with a formal template Parameter within the context of a TemplateBinding.
|
Modifier and Type | Method and Description |
---|---|
UmlModelElement |
TemplateParameterSubstitution.getActual()
Getter for relation 'TemplateParameterSubstitution->Actual'
Metamodel description:
The elements that are the actual parameters for this substitution.
|
UmlModelElement |
TemplateParameter.getDefaultType()
Getter for relation 'TemplateParameter->DefaultType'
Metamodel description:
Value that the parameter takes if no specific value is specified.
|
UmlModelElement |
TemplateParameter.getOwnedParameterElement()
Getter for relation 'TemplateParameter->OwnedParameterElement'
Metamodel description:
A TemplateParameter references a ParameterableElement that is exposed as a formal template parameter in the container template.
|
UmlModelElement |
NaryConnector.getRepresentedFeature()
Getter for relation 'NaryConnector->RepresentedFeature'
Metamodel description:
null
|
UmlModelElement |
Binding.getRepresentedFeature()
Getter for relation 'Binding->RepresentedFeature'
Metamodel description:
null
|
UmlModelElement |
ConnectorEnd.getRepresentedFeature()
Getter for relation 'ConnectorEnd->RepresentedFeature'
Metamodel description:
Expresses that the ConnectorEnd represents an element in a more accurate context (such as within an instance or a class internal structure).
|
UmlModelElement |
BindableInstance.getRepresentedFeature()
Getter for relation 'BindableInstance->RepresentedFeature'
Metamodel description:
Expresses that the Part or Port represents an element from within a more accurate context (such as within an instance or a class internal structure).
|
UmlModelElement |
TemplateParameter.getType()
Getter for relation 'TemplateParameter->Type'
Metamodel description:
Default parameter type, when IsValueParameter is false.
|
UmlModelElement |
Manifestation.getUtilizedElement()
Getter for relation 'Manifestation->UtilizedElement'
Metamodel description:
Elements that are rendered by the Artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateParameterSubstitution.setActual(UmlModelElement value)
Setter for relation 'TemplateParameterSubstitution->Actual'
Metamodel description:
The elements that are the actual parameters for this substitution.
|
void |
TemplateParameter.setDefaultType(UmlModelElement value)
Setter for relation 'TemplateParameter->DefaultType'
Metamodel description:
Value that the parameter takes if no specific value is specified.
|
void |
TemplateParameter.setOwnedParameterElement(UmlModelElement value)
Setter for relation 'TemplateParameter->OwnedParameterElement'
Metamodel description:
A TemplateParameter references a ParameterableElement that is exposed as a formal template parameter in the container template.
|
void |
NaryConnector.setRepresentedFeature(UmlModelElement value)
Setter for relation 'NaryConnector->RepresentedFeature'
Metamodel description:
null
|
void |
Binding.setRepresentedFeature(UmlModelElement value)
Setter for relation 'Binding->RepresentedFeature'
Metamodel description:
null
|
void |
ConnectorEnd.setRepresentedFeature(UmlModelElement value)
Setter for relation 'ConnectorEnd->RepresentedFeature'
Metamodel description:
Expresses that the ConnectorEnd represents an element in a more accurate context (such as within an instance or a class internal structure).
|
void |
BindableInstance.setRepresentedFeature(UmlModelElement value)
Setter for relation 'BindableInstance->RepresentedFeature'
Metamodel description:
Expresses that the Part or Port represents an element from within a more accurate context (such as within an instance or a class internal structure).
|
void |
TemplateParameter.setType(UmlModelElement value)
Setter for relation 'TemplateParameter->Type'
Metamodel description:
Default parameter type, when IsValueParameter is false.
|
void |
Manifestation.setUtilizedElement(UmlModelElement value)
Setter for relation 'Manifestation->UtilizedElement'
Metamodel description:
Elements that are rendered by the Artifact.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitUmlModelElement(UmlModelElement obj) |
java.lang.Object |
IModelVisitor.visitUmlModelElement(UmlModelElement obj) |
java.lang.Object |
DefaultModelVisitor.visitUmlModelElement(UmlModelElement obj) |
default java.lang.Object |
IAbstractModelVisitor.visitUmlModelElement(UmlModelElement obj) |
default java.lang.Object |
IDefaultModelVisitor.visitUmlModelElement(UmlModelElement obj) |