Package | Description |
---|---|
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Interface and Description |
---|---|
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 |
BehavioralFeature
BehavioralFeature v0.0.9054
null
|
interface |
NaryAssociationEnd
NaryAssociationEnd v0.0.9054
null
|
interface |
Operation
Operation v0.0.9054
In Modelio, this metaclass defines both the Operation, and the method implementing it.
|
interface |
StructuralFeature
StructuralFeature v0.0.9054
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IModelVisitor.visitFeature(Feature obj) |
default java.lang.Object |
IDefaultModelVisitor.visitFeature(Feature obj) |
default java.lang.Object |
IAbstractModelVisitor.visitFeature(Feature obj) |
java.lang.Object |
DefaultModelVisitor.visitFeature(Feature obj) |
java.lang.Object |
AbstractModelVisitor.visitFeature(Feature obj) |