Modifier and Type | Interface and Description |
---|---|
interface |
IActivityParameterNode |
interface |
ICentralBufferNode |
interface |
IDataStoreNode |
interface |
IExpansionNode |
interface |
IInputPin |
interface |
IInstanceNode |
interface |
IOutputPin |
interface |
IPin |
interface |
IValuePin |
Modifier and Type | Method and Description |
---|---|
<T extends IObjectNode> |
IBehaviorParameter.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IObjectNode> |
IBehaviorParameter.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehaviorParameter.addRepresentingObjectNode(IObjectNode element)
Add a ObObjectNode to the 'RepresentingObjectNode' association.
|
void |
IBehaviorParameter.removeRepresentingObjectNode(IObjectNode element)
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBehaviorParameter.cardRepresentingObjectNode(Class<? extends IObjectNode> filteredClass)
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IObjectNode> |
IState.getRequiredStateOf(Class<T> filteredClass)
Get the list of ObObjectNode to the RequiredStateOf association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IObjectNode> |
IState.getRequiredStateOf()
Get the list of ObObjectNode to the RequiredStateOf association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addRequiredStateOf(IObjectNode element)
Add a ObObjectNode to the 'RequiredStateOf' association.
|
void |
IState.removeRequiredStateOf(IObjectNode element)
Remove an ObObjectNode from the 'RequiredStateOf' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardRequiredStateOf(Class<? extends IObjectNode> filteredClass)
Returns the number elements in the RequiredStateOf association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IObjectNode> |
IGeneralClass.getOccurenceObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the OccurenceObjectNode association.
|
<T extends IObjectNode> |
IInstance.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
<T extends IObjectNode> |
IAttribute.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
<T extends IObjectNode> |
IAssociationEnd.getRepresentingObjectNode(Class<T> filteredClass)
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IObjectNode> |
IGeneralClass.getOccurenceObjectNode()
Get the list of ObObjectNode to the OccurenceObjectNode association.
|
ObList<IObjectNode> |
IInstance.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
ObList<IObjectNode> |
IAttribute.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
ObList<IObjectNode> |
IAssociationEnd.getRepresentingObjectNode()
Get the list of ObObjectNode to the RepresentingObjectNode association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.addOccurenceObjectNode(IObjectNode element)
Add a ObObjectNode to the 'OccurenceObjectNode' association.
|
void |
IInstance.addRepresentingObjectNode(IObjectNode element)
Add a ObObjectNode to the 'RepresentingObjectNode' association.
|
void |
IAttribute.addRepresentingObjectNode(IObjectNode element)
Add a ObObjectNode to the 'RepresentingObjectNode' association.
|
void |
IAssociationEnd.addRepresentingObjectNode(IObjectNode element)
Add a ObObjectNode to the 'RepresentingObjectNode' association.
|
void |
IGeneralClass.removeOccurenceObjectNode(IObjectNode element)
Remove an ObObjectNode from the 'OccurenceObjectNode' association.
|
void |
IInstance.removeRepresentingObjectNode(IObjectNode element)
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
|
void |
IAttribute.removeRepresentingObjectNode(IObjectNode element)
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
|
void |
IAssociationEnd.removeRepresentingObjectNode(IObjectNode element)
Remove an ObObjectNode from the 'RepresentingObjectNode' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGeneralClass.cardOccurenceObjectNode(Class<? extends IObjectNode> filteredClass)
Returns the number elements in the OccurenceObjectNode association filtered with the given metaclass.
|
int |
IInstance.cardRepresentingObjectNode(Class<? extends IObjectNode> filteredClass)
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
|
int |
IAttribute.cardRepresentingObjectNode(Class<? extends IObjectNode> filteredClass)
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
|
int |
IAssociationEnd.cardRepresentingObjectNode(Class<? extends IObjectNode> filteredClass)
Returns the number elements in the RepresentingObjectNode association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitObjectNode(IObjectNode theObjectNode) |
Object |
DefaultMetamodelVisitor.visitObjectNode(IObjectNode theObjectNode) |
Object |
AbstractMetamodelVisitor.visitObjectNode(IObjectNode theObjectNode) |