kaos.kpat.models
Interface iModelAgent

All Superinterfaces:
iModelObject
All Known Subinterfaces:
iModelDomainManager
All Known Implementing Classes:
ModelAgent

public interface iModelAgent
extends iModelObject

$Revision: 1.3 $


Method Summary
 iModelAgentContainer getAgentContainer()
           
 KAoSAgentDescription getAgentDescription()
           
 ModelExecEnvList getExecEnvs()
           
 java.lang.String getGUID()
           
 
Methods inherited from interface kaos.kpat.models.iModelObject
getName, getPolicies, getScope, isGovernable, toString
 

Method Detail

getGUID

java.lang.String getGUID()

getAgentDescription

KAoSAgentDescription getAgentDescription()

getAgentContainer

iModelAgentContainer getAgentContainer()

getExecEnvs

ModelExecEnvList getExecEnvs()