Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Interface |
IUmlModel.createInterface()
Create an interface.
|
Interface |
IUmlModel.createInterface(java.lang.String name,
NameSpace owner)
Create an interface.
|
Interface |
IUmlModel.createInterface(java.lang.String name,
NameSpace owner,
Stereotype stereotype)
Create a stereotyped Interface.
|
Interface |
IUmlModel.createInterface(java.lang.String name,
NameSpace owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
InterfaceRealization |
IUmlModel.createInterfaceRealization(NameSpace source,
Interface destination)
Create an interfaceRealization.
|
Modifier and Type | Method and Description |
---|---|
ProvidedInterface |
IUmlModel.createProvidedInterface(Port owner,
java.util.List<Interface> interfaces)
Create a ProvidedInterface.
|
RequiredInterface |
IUmlModel.createRequiredInterface(Port owner,
java.util.List<Interface> interfaces)
Create a RequiredInterface.
|
Modifier and Type | Method and Description |
---|---|
Interface |
IStandardModelFactory.createInterface() |
Interface |
IStandardModelFactory.createInterface(java.lang.String name,
NameSpace owner) |
Interface |
IStandardModelFactory.createInterface(java.lang.String name,
NameSpace owner,
Stereotype stereotype) |
Interface |
IStandardModelFactory.createInterface(java.lang.String name,
NameSpace owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
InterfaceRealization |
IStandardModelFactory.createInterfaceRealization(NameSpace source,
Interface destination) |
Modifier and Type | Method and Description |
---|---|
ProvidedInterface |
IStandardModelFactory.createProvidedInterface(Port owner,
java.util.List<Interface> interfaces) |
RequiredInterface |
IStandardModelFactory.createRequiredInterface(Port owner,
java.util.List<Interface> interfaces) |
Modifier and Type | Method and Description |
---|---|
<T extends Interface> |
ProvidedInterface.getProvidedElement(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ProvidedInterface->ProvidedElement'
Metamodel description:
Interface provided by the Port.
|
<T extends Interface> |
RequiredInterface.getRequiredElement(java.lang.Class<T> filterClass)
Filtered Getter for relation 'RequiredInterface->RequiredElement'
Metamodel description:
Interface required by the Port.
|
Modifier and Type | Method and Description |
---|---|
Interface |
InterfaceRealization.getImplemented()
Getter for relation 'InterfaceRealization->Implemented'
Metamodel description:
End of the implementation link toward an Interface.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Interface> |
ProvidedInterface.getProvidedElement()
Getter for relation 'ProvidedInterface->ProvidedElement'
Metamodel description:
Interface provided by the Port.
|
org.eclipse.emf.common.util.EList<Interface> |
RequiredInterface.getRequiredElement()
Getter for relation 'RequiredInterface->RequiredElement'
Metamodel description:
Interface required by the Port.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceRealization.setImplemented(Interface value)
Setter for relation 'InterfaceRealization->Implemented'
Metamodel description:
End of the implementation link toward an Interface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitInterface(Interface obj) |
java.lang.Object |
IModelVisitor.visitInterface(Interface obj) |
java.lang.Object |
DefaultModelVisitor.visitInterface(Interface obj) |
default java.lang.Object |
IAbstractModelVisitor.visitInterface(Interface obj) |
default java.lang.Object |
IDefaultModelVisitor.visitInterface(Interface obj) |