Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.behavior.activityModel | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Attribute |
IUmlModel.createAttribute()
Create an Attribute.
|
Attribute |
IUmlModel.createAttribute(java.lang.String name,
GeneralClass type,
Classifier owner)
Create an Attribute.
|
Attribute |
IUmlModel.createAttribute(java.lang.String name,
GeneralClass type,
Classifier owner,
Stereotype stereotype)
Create a stereotyped Attribute.
|
Attribute |
IUmlModel.createAttribute(java.lang.String name,
GeneralClass type,
Classifier owner,
java.lang.String moduleName,
java.lang.String stereotypeName)
Create a stereotyped Attribute.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
IStandardModelFactory.createAttribute()
Creates an new
Attribute |
Attribute |
IStandardModelFactory.createAttribute(java.lang.String name,
GeneralClass type,
Classifier owner) |
Attribute |
IStandardModelFactory.createAttribute(java.lang.String name,
GeneralClass type,
Classifier owner,
Stereotype stereotype) |
Attribute |
IStandardModelFactory.createAttribute(java.lang.String name,
GeneralClass type,
Classifier owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Attribute |
ObjectNode.getRepresentedAttribute()
Getter for relation 'ObjectNode->RepresentedAttribute'
Metamodel description:
Represented attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectNode.setRepresentedAttribute(Attribute value)
Setter for relation 'ObjectNode->RepresentedAttribute'
Metamodel description:
Represented attribute.
|
Modifier and Type | Method and Description |
---|---|
<T extends Attribute> |
GeneralClass.getObject(java.lang.Class<T> filterClass)
Filtered Getter for relation 'GeneralClass->Object'
Metamodel description:
null
|
<T extends Attribute> |
Classifier.getOwnedAttribute(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Classifier->OwnedAttribute'
Metamodel description:
null
|
<T extends Attribute> |
AssociationEnd.getQualifier(java.lang.Class<T> filterClass)
Filtered Getter for relation 'AssociationEnd->Qualifier'
Metamodel description:
Defines a Qualifier on the AssociationEnd.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeLink.getBase()
Getter for relation 'AttributeLink->Base'
Metamodel description:
Defines the optional Attribute that specifies the AttributeLink.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeLink.setBase(Attribute value)
Setter for relation 'AttributeLink->Base'
Metamodel description:
Defines the optional Attribute that specifies the AttributeLink.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IModelVisitor.visitAttribute(Attribute obj) |
default java.lang.Object |
IDefaultModelVisitor.visitAttribute(Attribute obj) |
default java.lang.Object |
IAbstractModelVisitor.visitAttribute(Attribute obj) |
java.lang.Object |
DefaultModelVisitor.visitAttribute(Attribute obj) |
java.lang.Object |
AbstractModelVisitor.visitAttribute(Attribute obj) |