kaos.kpat.models
Interface iModelExecEnv

All Superinterfaces:
iModelObject
All Known Implementing Classes:
ModelExecEnv

public interface iModelExecEnv
extends iModelObject

$Revision: 1.1.1.1 $


Method Summary
 ModelAgentContainerList getAgentContainers()
          returns the agent containers operating 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
 
Methods inherited from interface kaos.kpat.models.iModelObject
getName, getNameJTP, getPolicies, getScope, isGovernable, toString
 

Method Detail

getGuardIDs

java.util.List getGuardIDs()
returns the ids of guards for this execution environment


getAgentContainers

ModelAgentContainerList getAgentContainers()
returns the agent containers operating in this execution environment


getAgents

ModelAgentList getAgents()
returns the agents not contained in an agent container operating in this execution environment


getHost

iModelHost getHost()
returns the host that this execution environment is running on