Package | Description |
---|---|
fi.tut.mei.capabilityQueryLib | |
fi.tut.mei.capabilityQueryLib.model |
Modifier and Type | Method and Description |
---|---|
ParameterObject |
Client.getBasicResourceInformation()
Get basic resource information.
|
Modifier and Type | Method and Description |
---|---|
ParameterObject |
ParameterObjectValue.getParameterObject()
Get the parameter object this has values for.
|
ParameterObject |
Capability.getParameterObject(String property)
get a parameter object that is related to the capability via the given property
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterObject> |
ParameterObject.getChildren()
Get the child parameter objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterObject.addChild(ParameterObject child)
Add a child parameter object.
|
void |
Capability.addParameterObject(String property,
ParameterObject obj)
Add a relationship between the capability and the given ParameterObject that goes through the given property.
|
Constructor and Description |
---|
Blueprint(String name,
ParameterObject basicInfoObj)
Create a blueprint with the given name.
|
ParameterObjectValue(ParameterObject paramObj)
Construct a ParameterObjectValue for a given ParameterObject.
|
Copyright © 2017. All rights reserved.