|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasicAgentDescription
kaos.core.service.directory.DefaultKAoSEntityDescription
kaos.core.service.directory.DefaultKAoSGuardDescription
public class DefaultKAoSGuardDescription
Implements the operations to access information about a KAoS agent. The information includes the ids of Guards guarding the agent, the id of the container the agent is running in, the agent's nickname, security status, and whether the agent supports conversations.
Field Summary |
---|
Fields inherited from interface kaos.core.service.directory.KAoSEntityDescription |
---|
CONCEPT_MAPPING_NAME, ENTITY_DAML_S_TYPES, ENTITY_DOMAIN_NAMES, ENTITY_HOST_ADDRESS, ENTITY_HOST_NAME, ENTITY_ONTOLOGICAL_TYPE_NAMES, ENTITY_ONTOLOGICAL_TYPES, ENTITY_TYPE, EXECUTION_ENVIRONMENT, FULL_SEARCH, IS_ENTITY_POLICY_SUBJECT, IS_ENTITY_RUNNING, SEARCH_PARAMS |
Constructor Summary | |
---|---|
DefaultKAoSGuardDescription()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getControlledActionClasses()
Obtain the list of action class names. |
java.util.List<java.lang.String> |
getControlledActorClasses()
Obtain the list of actor class names. |
java.util.List<java.lang.String> |
getControlledActorInstances()
Obtain the list of actor instances. |
void |
setControlledActionClasses(java.util.List<java.lang.String> controlledActionClasses)
Set the list of action class names. |
void |
setControlledActorClasses(java.util.List<java.lang.String> _controlledActorClasses)
Set the list of actor class names. |
void |
setControlledActorInstances(java.util.List<java.lang.String> _controlledActorInstances)
Set the list of actor instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultKAoSGuardDescription()
Method Detail |
---|
public void setControlledActorClasses(java.util.List<java.lang.String> _controlledActorClasses)
setControlledActorClasses
in interface PolicyInterestConfiguration
_controlledActorClasses
- The list with names.public java.util.List<java.lang.String> getControlledActorClasses()
getControlledActorClasses
in interface PolicyInterestConfiguration
public void setControlledActorInstances(java.util.List<java.lang.String> _controlledActorInstances)
_controlledActorInstances
- The list with instances.public java.util.List<java.lang.String> getControlledActorInstances()
public void setControlledActionClasses(java.util.List<java.lang.String> controlledActionClasses)
setControlledActionClasses
in interface PolicyInterestConfiguration
controlledActionClasses
- The list with names.public java.util.List<java.lang.String> getControlledActionClasses()
getControlledActionClasses
in interface PolicyInterestConfiguration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |