kaos.core.service.directory.persistence
Class DirectoryServiceState
java.lang.Object
kaos.policy.management.PolicyState
kaos.core.service.directory.persistence.DirectoryServiceState
- All Implemented Interfaces:
- java.io.Serializable, StateObject
public class DirectoryServiceState
- extends PolicyState
- See Also:
- Serialized Form
Constructor Summary |
DirectoryServiceState()
Creates a new instance of DirectoryServiceState |
DirectoryServiceState(java.util.List policies,
java.util.List agentDescriptions,
java.util.List declaredInstances,
java.util.List ontModels,
java.util.List conditionalPolicies)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryServiceState
public DirectoryServiceState()
- Creates a new instance of DirectoryServiceState
DirectoryServiceState
public DirectoryServiceState(java.util.List policies,
java.util.List agentDescriptions,
java.util.List declaredInstances,
java.util.List ontModels,
java.util.List conditionalPolicies)
getAgentDescriptions
public java.util.List getAgentDescriptions()
setAgentDescriptions
public void setAgentDescriptions(java.util.List agentDescs)
addAgentDescription
public void addAgentDescription(AgentDescription desc)
modifyAgentDescription
public void modifyAgentDescription(AgentDescription desc)
removeAgentDescription
public void removeAgentDescription(AgentDescription desc)
getDeclaredInstances
public java.util.List getDeclaredInstances()
addDeclaredInstance
public void addDeclaredInstance(DeclaredInstance instance)
setDeclaredInstances
public void setDeclaredInstances(java.util.List instances)
addLoadedOntology
public void addLoadedOntology(LoadedOntology ontology)
getLoadedOntologies
public java.util.List getLoadedOntologies()
setLoadedOntologies
public void setLoadedOntologies(java.util.List loadedOntologies)
getConditionalPolicies
public java.util.List getConditionalPolicies()
setConditionalPolicies
public void setConditionalPolicies(java.util.List conditionalPolicies)