Modifier and Type | Method and Description |
---|---|
RequiredInterface |
IUmlModel.createRequiredInterface()
Create a RequiredInterface.
|
RequiredInterface |
IUmlModel.createRequiredInterface(Port owner,
List<Interface> interfaces)
Create a RequiredInterface.
|
Modifier and Type | Method and Description |
---|---|
Object |
BrokenElementTester.BrokenVisitor.visitRequiredInterface(RequiredInterface theElement) |
Object |
CompositionInitializer.visitRequiredInterface(RequiredInterface theRequiredInterface) |
Modifier and Type | Method and Description |
---|---|
Object |
ChangeSourceVisitor.visitRequiredInterface(RequiredInterface theRequiredInterface) |
Object |
ChangeDestinationVisitor.visitRequiredInterface(RequiredInterface theRequiredInterface) |
Modifier and Type | Method and Description |
---|---|
RequiredInterface |
IModelFactory.createRequiredInterface() |
RequiredInterface |
IModelFactory.createRequiredInterface(Port owner,
List<Interface> interfaces) |
Modifier and Type | Method and Description |
---|---|
<T extends RequiredInterface> |
Port.getRequired(Class<T> filterClass) |
<T extends RequiredInterface> |
Interface.getRequiring(Class<T> filterClass) |
Modifier and Type | Method and Description |
---|---|
RequiredInterface |
NaryLinkEnd.getConsumer() |
RequiredInterface |
LinkEnd.getConsumer() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<RequiredInterface> |
Port.getRequired() |
org.eclipse.emf.common.util.EList<RequiredInterface> |
Interface.getRequiring() |
Modifier and Type | Method and Description |
---|---|
void |
NaryLinkEnd.setConsumer(RequiredInterface value) |
void |
LinkEnd.setConsumer(RequiredInterface value) |
Modifier and Type | Method and Description |
---|---|
Object |
IModelVisitor.visitRequiredInterface(RequiredInterface obj) |
Object |
AbstractModelVisitor.visitRequiredInterface(RequiredInterface obj) |
Object |
DefaultModelVisitor.visitRequiredInterface(RequiredInterface obj) |