| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component.description |
Description of IND2UCE component capabilities, i.e., their interfaces.
|
| de.fraunhofer.iese.ind2uce.api.policy |
Policy-related classes.
|
| Modifier and Type | Method and Description |
|---|---|
ActionId |
PepInterfaceDescription.getEvent()
Gets the event that is intercepted or monitored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PepInterfaceDescription.setEvent(ActionId event)
Sets the event that is intercepted or monitored.
|
| Constructor and Description |
|---|
PepInterfaceDescription(ActionId event,
boolean isPreventive,
String description)
Instantiates a new pep interface description.
|
PepInterfaceDescription(ActionId event,
boolean isPreventive,
String description,
List<InputParameterDescription> eventInputParameters)
Instantiates a new pep interface description.
|
| Modifier and Type | Method and Description |
|---|---|
ActionId |
Event.getActionId()
Gets the id of the system action that occurred.
|
ActionId |
ExecuteAction.getId()
Gets the id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setActionId(ActionId actionId)
Sets the id of the system action that occurred.
|
void |
ExecuteAction.setId(ActionId id)
Sets the id.
|
| Constructor and Description |
|---|
Event(ActionId actionId,
boolean isTry,
long time,
Parameter<?>... params)
Instantiates a new event.
|
Event(ActionId actionId,
boolean isTry,
long time,
ParameterList params)
Instantiates a new event.
|
Event(ActionId actionId,
boolean isTry,
Parameter<?>... params)
Instantiates a new event.
|
Event(ActionId actionId,
Parameter<?>... params)
Instantiates a new event.
|
ExecuteAction(ActionId actionId,
ParameterList params)
Instantiates a new execute action.
|
Copyright © 2018. All rights reserved.