|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkaos.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, getPolicies, isGovernable |
| 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, 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.Objectpublic iModelExecEnv getExecEnv()
getExecEnv in interface iModelAgentContainerpublic java.lang.String getScope()
getScope in interface iModelObjectgetScope in class ModelObjectpublic java.util.List getGuardIDs()
getGuardIDs in interface iModelAgentContainerpublic ModelAgentList getAgents()
getAgents in interface iModelAgentContainerpublic java.lang.String toString()
toString in interface iModelObjecttoString in class ModelObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||