|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectubiware.core.policies.PolicyChecker
public abstract class PolicyChecker
a PolicyChecker allows its user to check what the policies are saying about executing the specified action.
| Field Summary | |
|---|---|
static ProduceN3Options |
optionsForPolicyCheckN3Generation
Options to produce N3 for the Policy checkers. |
| Constructor Summary | |
|---|---|
PolicyChecker()
|
|
| Method Summary | |
|---|---|
abstract Status |
performPolicyCheck(UbiwareAgent agent,
java.lang.String actionName,
BehaviorStartParameters parameters,
ParameterGenerator paramsgenerator)
Perform a policy check; check whether the given agent is allowed to execute the action specified in actionName with the given parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ProduceN3Options optionsForPolicyCheckN3Generation
| Constructor Detail |
|---|
public PolicyChecker()
| Method Detail |
|---|
public abstract Status performPolicyCheck(UbiwareAgent agent,
java.lang.String actionName,
BehaviorStartParameters parameters,
ParameterGenerator paramsgenerator)
agent - The agent which wants to perform the action.actionName - The name of the ReusableAtomicBehavior class the agent wants to execute.parameters - The parameters for execution.paramsgenerator - A generator which is able to generate a S-APL object String representing the parameters.
Status of the policy check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||