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 |
---|---|
IPort |
IUmlModel.createPort()
Create a Port.
|
IPort |
IUmlModel.createPort(String name,
IClassifier owner)
Create a Port.
|
IPort |
IUmlModel.createPort(String name,
IInstance owner)
Create a Port.
|
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 |
---|---|
IPort |
IProvidedInterface.getProviding()
Get the Providing association.
|
IPort |
IRequiredInterface.getRequiring()
Get the Requiring association.
|
Modifier and Type | Method and Description |
---|---|
void |
IProvidedInterface.setProviding(IPort element)
Setter for the 'Providing' [1..1] association.
|
void |
IRequiredInterface.setRequiring(IPort element)
Setter for the 'Requiring' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitPort(IPort thePort) |
Object |
DefaultMetamodelVisitor.visitPort(IPort thePort) |
Object |
AbstractMetamodelVisitor.visitPort(IPort thePort) |