|
|||||||||
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.ModelAgentContainer
public class ModelAgentContainer
Representation of Agent Container for the KAoS 2000 visualization tool. $Revision: 1.2 $
Field Summary |
---|
Fields inherited from class kaos.kpat.models.ModelObject |
---|
_isGovernable, _name, _nameJTP, _policyList |
Constructor Summary | |
---|---|
ModelAgentContainer(java.lang.String name,
java.util.List guardIDs,
ModelPolicyList policies,
ModelAgentList agents,
ModelExecEnv execEnv)
Constructor for an agent container |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deep clone. |
ModelAgentList |
getAgents()
|
iModelExecEnv |
getExecEnv()
Returns the ExecEnv for this ModelAgentContainer |
java.util.List |
getGuardIDs()
|
java.lang.String |
getScope()
Returns the scope |
java.lang.String |
toString()
toString Used by the JTable for displaying a VM Required by iModelAgentContainer i/f |
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 ModelAgentContainer(java.lang.String name, java.util.List guardIDs, ModelPolicyList policies, ModelAgentList agents, ModelExecEnv execEnv)
Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public iModelExecEnv getExecEnv()
getExecEnv
in interface iModelAgentContainer
public java.lang.String getScope()
getScope
in interface iModelObject
getScope
in class ModelObject
public java.util.List getGuardIDs()
getGuardIDs
in interface iModelAgentContainer
public ModelAgentList getAgents()
getAgents
in interface iModelAgentContainer
public java.lang.String toString()
toString
in interface iModelObject
toString
in class ModelObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |