Package | Description |
---|---|
org.modelio.metamodel.mmextensions.standard.facilities |
Model experts and services that don't need a ModelingSession.
|
org.modelio.metamodel.uml.behavior.commonBehaviors | |
org.modelio.metamodel.uml.behavior.usecaseModel | |
org.modelio.metamodel.uml.informationFlow | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CompositionInitializer.visitModelTree(ModelTree theModelTree) |
Modifier and Type | Interface and Description |
---|---|
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 |
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 |
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.
|
Modifier and Type | Interface and Description |
---|---|
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 ModelTree> |
ModelTree.getOwnedElement(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModelTree->OwnedElement'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
ModelTree |
ModelTree.getOwner()
Getter for relation 'ModelTree->Owner'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ModelTree> |
ModelTree.getOwnedElement()
Getter for relation 'ModelTree->OwnedElement'
Metamodel description:
|
Modifier and Type | Method and Description |
---|---|
void |
ModelTree.setOwner(ModelTree value)
Setter for relation 'ModelTree->Owner'
Metamodel description:
|
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 |
Class
Class v0.0.9054
The Class is the main concept used in object-oriented modeling.
|
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 |
Component
Component v0.0.9054
A Component defines its behavior in terms of ProvidedInterfaces and RequiredInterfaces.
|
interface |
DataType
DataType v0.0.9054
DataTypes include numbers, strings, and enumerated values.
|
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 |
GeneralClass
GeneralClass v0.0.9054
A GeneralClass is an elaborated Classifier.
|
interface |
Interface
Interface v0.0.9054
An Interface specifies a contract.
|
interface |
NameSpace
NameSpace v0.0.9054
A NameSpace is a named element that can own other named elements.
|
interface |
Node
Node v0.0.9054
In the metamodel, a Node is a subclass of Classifier.
|
interface |
Package
Package v1.1.1
The Package is the main structuring unit in a model.
|
interface |
TemplateParameter
TemplateParameter v0.0.9054
NameSpaces and Operations can be templated by TemplateParameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitModelTree(ModelTree obj) |
java.lang.Object |
IModelVisitor.visitModelTree(ModelTree obj) |
java.lang.Object |
DefaultModelVisitor.visitModelTree(ModelTree obj) |
default java.lang.Object |
IAbstractModelVisitor.visitModelTree(ModelTree obj) |
default java.lang.Object |
IDefaultModelVisitor.visitModelTree(ModelTree obj) |