|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.kpat.models.ModelObject kaos.kpat.models.ModelExecEnv
public class ModelExecEnv
$Revision: 1.2 $
Field Summary |
---|
Fields inherited from class kaos.kpat.models.ModelObject |
---|
_isGovernable, _name, _nameJTP, _policyList |
Constructor Summary | |
---|---|
ModelExecEnv(java.lang.String id,
java.util.List guardIDs,
ModelPolicyList policies,
ModelAgentContainerList agentContainers,
ModelAgentList agents,
ModelHost host)
Constructor for an execution environment |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
ModelAgentContainerList |
getAgentContainers()
returns the agent containers in this execution environment |
ModelAgentList |
getAgents()
returns the agents not contained in an agent container operating in this execution environment |
java.util.List |
getGuardIDs()
returns the ids of guards for this execution environment |
iModelHost |
getHost()
returns the host that this execution environment is running on |
java.lang.String |
getScope()
Returns the scope |
java.lang.String |
toString()
toString Used by the JTable for displaying an object. |
Methods inherited from class kaos.kpat.models.ModelObject |
---|
compareTo, getName, getNameJTP, getPolicies, isGovernable, setNameJTP |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface kaos.kpat.models.iModelObject |
---|
getName, getNameJTP, getPolicies, isGovernable |
Constructor Detail |
---|
public ModelExecEnv(java.lang.String id, java.util.List guardIDs, ModelPolicyList policies, ModelAgentContainerList agentContainers, ModelAgentList agents, ModelHost host)
Method Detail |
---|
public java.util.List getGuardIDs()
iModelExecEnv
getGuardIDs
in interface iModelExecEnv
public java.lang.String getScope()
getScope
in interface iModelObject
getScope
in class ModelObject
public ModelAgentContainerList getAgentContainers()
getAgentContainers
in interface iModelExecEnv
public ModelAgentList getAgents()
iModelExecEnv
getAgents
in interface iModelExecEnv
public iModelHost getHost()
iModelExecEnv
getHost
in interface iModelExecEnv
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
ModelObject
toString
in interface iModelObject
toString
in class ModelObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |