Modifier and Type | Method and Description |
---|---|
IAssociation |
IUmlModel.createAssociation(IClassifier source,
IClassifier destination,
String destinationRole)
Create a binary association.
|
IAttribute |
IUmlModel.createAttribute(String name,
IGeneralClass type,
IClassifier owner)
Create an Attribute.
|
IAttribute |
IUmlModel.createAttribute(String name,
IGeneralClass type,
IClassifier owner,
String stereotype)
Create a stereotyped Attribute.
|
IOperation |
IUmlModel.createOperation(String name,
IClassifier owner)
Create an Operation.
|
IOperation |
IUmlModel.createOperation(String name,
IClassifier owner,
String stereotype)
Create a stereotyped Operation.
|
IPort |
IUmlModel.createPort(String name,
IClassifier owner)
Create a Port.
|
Modifier and Type | Method and Description |
---|---|
IClassifier |
IBpmnParticipant.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnParticipant.setType(IClassifier element)
Setter for the 'Type' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IModule |
Modifier and Type | Interface and Description |
---|---|
interface |
ISignal |
Modifier and Type | Interface and Description |
---|---|
interface |
IInformationItem |
Modifier and Type | Method and Description |
---|---|
<T extends IClassifier> |
IInformationFlow.getConveyed(Class<T> filteredClass)
Get the list of ObClassifier to the Conveyed association.
|
<T extends IClassifier> |
IInformationItem.getRepresented(Class<T> filteredClass)
Get the list of ObClassifier to the Represented association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IClassifier> |
IInformationFlow.getConveyed()
Get the list of ObClassifier to the Conveyed association.
|
ObList<IClassifier> |
IInformationItem.getRepresented()
Get the list of ObClassifier to the Represented association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.addConveyed(IClassifier element)
Add a ObClassifier to the 'Conveyed' association.
|
void |
IInformationItem.addRepresented(IClassifier element)
Add a ObClassifier to the 'Represented' association.
|
void |
IInformationFlow.removeConveyed(IClassifier element)
Remove an ObClassifier from the 'Conveyed' association.
|
void |
IInformationItem.removeRepresented(IClassifier element)
Remove an ObClassifier from the 'Represented' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInformationFlow.cardConveyed(Class<? extends IClassifier> filteredClass)
Returns the number elements in the Conveyed association filtered with the given metaclass.
|
int |
IInformationItem.cardRepresented(Class<? extends IClassifier> filteredClass)
Returns the number elements in the Represented association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IClassifier |
ISubstitution.getContract()
Get the Contract association.
|
IClassifier |
ISubstitution.getSubstitutingClassifier()
Get the SubstitutingClassifier association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISubstitution.setContract(IClassifier element)
Setter for the 'Contract' [0..1] association.
|
void |
ISubstitution.setSubstitutingClassifier(IClassifier element)
Setter for the 'SubstitutingClassifier' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IArtifact |
interface |
IClass |
interface |
IComponent |
interface |
IDataType |
interface |
IEnumeration |
interface |
IGeneralClass |
interface |
IInterface |
interface |
INode |
interface |
ITemplateParameter |
Modifier and Type | Method and Description |
---|---|
IClassifier |
IBindableInstance.getInternalOwner()
Get the InternalOwner association.
|
IClassifier |
IFeature.getOwner()
Get the Owner association.
|
IClassifier |
IRaisedException.getThrownType()
Get the ThrownType association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBindableInstance.setInternalOwner(IClassifier element)
Setter for the 'InternalOwner' [0..1] association.
|
void |
IFeature.setOwner(IClassifier element)
Setter for the 'Owner' [0..1] association.
|
void |
IRaisedException.setThrownType(IClassifier element)
Setter for the 'ThrownType' [1..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActor |
interface |
IUseCase |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitClassifier(IClassifier theClassifier) |
Object |
DefaultMetamodelVisitor.visitClassifier(IClassifier theClassifier) |
Object |
AbstractMetamodelVisitor.visitClassifier(IClassifier theClassifier) |