| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component.description |
Description of IND2UCE component capabilities, i.e., their interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputParameterDescription> |
PepInterfaceDescription.getEventParameterDescription()
Gets the event parameter description.
|
List<InputParameterDescription> |
MethodInterfaceDescription.getParameters()
Gets the a list of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodInterfaceDescription.addParameter(InputParameterDescription param)
Adds the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PepInterfaceDescription.setEventParameterDescription(List<InputParameterDescription> eventParameterDescription)
Sets the event parameter description.
|
void |
MethodInterfaceDescription.setParameters(List<InputParameterDescription> parameters)
Sets the a list of parameters.
|
| Constructor and Description |
|---|
MethodInterfaceDescription(String methodName,
Class<?> returnType,
String description,
InputParameterDescription... parameters)
Instantiates a new interface description.
|
ModifierInterfaceDescription(String methodName,
Class<?> returnType,
String description,
String modifierType,
InputParameterDescription... parameters)
Instantiates a new modifier interface description.
|
| Constructor and Description |
|---|
MethodInterfaceDescription(String methodName,
Class<?> returnType,
String description,
List<InputParameterDescription> parameters)
Instantiates a new interface description.
|
ModifierInterfaceDescription(String methodName,
Class<?> returnType,
String description,
String modifierType,
List<InputParameterDescription> parameters)
Instantiates a new modifier interface description.
|
PepInterfaceDescription(ActionId event,
boolean isPreventive,
String description,
List<InputParameterDescription> eventInputParameters)
Instantiates a new pep interface description.
|
Copyright © 2018. All rights reserved.