|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ControlActionInstantiator
This interface defines a method to instantiate a control ActionInstanceDescription based on the given control ActionClassDescription and a trigger condition ActionInstanceDescription.
Method Summary | |
---|---|
ActionInstanceDescription |
instantiate(BasicActionDescription controlBAD,
ActionInstanceDescription triggerAID)
Based on the specified BasicActionDescription for the control action and trigger ActionInstanceDescription, instantiate an ActionInstanceDescription for the control action. |
ActionInstanceDescription |
instantiate(PolicyInformation controlPolicy,
ActionInstanceDescription triggerAID)
Based on the specified PolicyInformation and trigger ActionInstanceDescription, instantiate an ActionInstanceDescription for the control action. |
Method Detail |
---|
ActionInstanceDescription instantiate(BasicActionDescription controlBAD, ActionInstanceDescription triggerAID)
controlBAD
- BasicActionDescription specifies the action class, whose ActionInstanceDescription will be created.triggerAID
- ActionInstanceDescription describes the trigger condition instance to be used
in instantiation of the control ActionInstanceDescription.
ActionInstanceDescription instantiate(PolicyInformation controlPolicy, ActionInstanceDescription triggerAID)
controlPolicy
- PolicyInformation, whose trigger matches the specified trigger.triggerAID
- ActionInstanceDescription describes the trigger condition instance to be used
in instantiation of the control ActionInstanceDescription.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |