|
|||||||||
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.ModelDomain
public class ModelDomain
Representation of a Domain for the KAoS 2000 visualization tool. $Revision: 1.4 $
Field Summary |
---|
Fields inherited from class kaos.kpat.models.ModelObject |
---|
_isGovernable, _name, _nameJTP, _policyList |
Constructor Summary | |
---|---|
ModelDomain(java.lang.String name,
boolean isGovernable,
ModelPolicyList policies,
ModelHostList hosts,
ModelDomainList subdomains,
ModelAgentList virtualAgents)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
DomainDescription |
getDescription()
|
ModelHostList |
getHosts()
Returns the Hosts in this domain. |
java.lang.String |
getScope()
Returns the scope |
ModelDomainList |
getSubdomains()
|
ModelAgentList |
getVirtualAgents()
|
void |
setDescription(DomainDescription desc)
|
void |
setHosts(ModelHostList hosts)
Replace the existing list of ExecEnvs with a new list. |
void |
setSubdomains(ModelDomainList subdomains)
|
java.lang.String |
toString()
Returns the Domain name. |
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 ModelDomain(java.lang.String name, boolean isGovernable, ModelPolicyList policies, ModelHostList hosts, ModelDomainList subdomains, ModelAgentList virtualAgents)
Method Detail |
---|
public ModelHostList getHosts()
getHosts
in interface iModelDomain
public java.lang.String toString()
toString
in interface iModelObject
toString
in class ModelObject
public java.lang.String getScope()
getScope
in interface iModelObject
getScope
in class ModelObject
public void setHosts(ModelHostList hosts)
public void setSubdomains(ModelDomainList subdomains)
public ModelDomainList getSubdomains()
public ModelAgentList getVirtualAgents()
public java.lang.Object clone()
clone
in class java.lang.Object
public void setDescription(DomainDescription desc)
public DomainDescription getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |