Package | Description |
---|---|
fi.tut.mei.capabilityQueryLib | |
fi.tut.mei.capabilityQueryLib.model |
Modifier and Type | Method and Description |
---|---|
CapabilityAssociation |
Client.getCapabilityAssociation(String name)
Get a capability association by name
|
Modifier and Type | Method and Description |
---|---|
List<CapabilityAssociation> |
Client.getCapabilityAssociations()
List all capability associations in the model.
|
Modifier and Type | Method and Description |
---|---|
CapabilityAssociation |
CapabilityLibrary.getCapabilityAssociation(String name)
get capability association by name
|
Modifier and Type | Method and Description |
---|---|
List<CapabilityAssociation> |
CapabilityLibrary.getCapabilityAssociations()
get all capability associations
|
Set<CapabilityAssociation> |
Capability.getInputs()
get the input capability associations
|
Set<CapabilityAssociation> |
Capability.getOutputs()
get the output capability associations
|
Modifier and Type | Method and Description |
---|---|
void |
Capability.addInputAssociation(CapabilityAssociation association)
Add a new input association for the capability
|
void |
Capability.addOutputAssociation(CapabilityAssociation association)
add a new output capability association
|
Copyright © 2017. All rights reserved.