Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IInterface |
IUmlModel.createInterface()
Create an Interface.
|
IInterface |
IUmlModel.createInterface(String name,
INameSpace owner)
Create an Interface.
|
IInterface |
IUmlModel.createInterface(String name,
INameSpace owner,
String stereotype)
Create a stereotyped Interface.
|
Modifier and Type | Method and Description |
---|---|
IInterfaceRealization |
IUmlModel.createInterfaceRealization(INameSpace source,
IInterface destination)
Create an InterfaceRealization.
|
Modifier and Type | Method and Description |
---|---|
IProvidedInterface |
IUmlModel.createProvidedInterface(IPort owner,
ObList<IInterface> interfaces)
Create a ProvidedInterface.
|
IRequiredInterface |
IUmlModel.createRequiredInterface(IPort owner,
ObList<IInterface> interfaces)
Create a RequiredInterface.
|
Modifier and Type | Method and Description |
---|---|
<T extends IInterface> |
IProvidedInterface.getProvidedElement(Class<T> filteredClass)
Get the list of ObInterface to the ProvidedElement association.
|
<T extends IInterface> |
IRequiredInterface.getRequiredElement(Class<T> filteredClass)
Get the list of ObInterface to the RequiredElement association.
|
Modifier and Type | Method and Description |
---|---|
IInterface |
IInterfaceRealization.getImplemented()
Get the Implemented association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IInterface> |
IProvidedInterface.getProvidedElement()
Get the list of ObInterface to the ProvidedElement association.
|
ObList<IInterface> |
IRequiredInterface.getRequiredElement()
Get the list of ObInterface to the RequiredElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
IProvidedInterface.addProvidedElement(IInterface element)
Add a ObInterface to the 'ProvidedElement' association.
|
void |
IRequiredInterface.addRequiredElement(IInterface element)
Add a ObInterface to the 'RequiredElement' association.
|
void |
IProvidedInterface.removeProvidedElement(IInterface element)
Remove an ObInterface from the 'ProvidedElement' association.
|
void |
IRequiredInterface.removeRequiredElement(IInterface element)
Remove an ObInterface from the 'RequiredElement' association.
|
void |
IInterfaceRealization.setImplemented(IInterface element)
Setter for the 'Implemented' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IProvidedInterface.cardProvidedElement(Class<? extends IInterface> filteredClass)
Returns the number elements in the ProvidedElement association filtered with the given metaclass.
|
int |
IRequiredInterface.cardRequiredElement(Class<? extends IInterface> filteredClass)
Returns the number elements in the RequiredElement association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInterface(IInterface theInterface) |
Object |
DefaultMetamodelVisitor.visitInterface(IInterface theInterface) |
Object |
AbstractMetamodelVisitor.visitInterface(IInterface theInterface) |