kaos.policy.util
Class OntologyPolicyEntry

java.lang.Object
  extended by kaos.policy.util.OntologyPolicyEntry

public class OntologyPolicyEntry
extends java.lang.Object

Class containg elements associated with single Ontology Policy in the Directory.


Constructor Summary
OntologyPolicyEntry(PolicyMsg _policyMsg, jtp.undo.Snapshot _prePolicyState)
           
 
Method Summary
 java.lang.String getId()
          Get Policy id
 boolean getIsHarmonized()
          Get isHarmonized
 OntologyConditionContainer getOntologyCondition()
          Get Ontology Policy Condition
 SerializableOntModelImpl getOntologyControlAction()
          Get Ontology Policy Control Action
 SerializableOntModelImpl getOntologyPolicy()
          Get Ontology part of the Policy
 SerializableOntModelImpl getOntologyTriggerAction()
          Get Ontology Policy Trigger Action
 PolicyMsg getPolicy()
          Get the Policy Message
 Snapshot prePolicyState()
          Get the JTP state before the loading of this policy
 void setIsHarmonized(boolean newValueForIsHarmonized)
          Set isHarmonized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyPolicyEntry

public OntologyPolicyEntry(PolicyMsg _policyMsg,
                           jtp.undo.Snapshot _prePolicyState)
                    throws RDFException
Throws:
RDFException
Method Detail

getPolicy

public PolicyMsg getPolicy()
Get the Policy Message


getIsHarmonized

public boolean getIsHarmonized()
Get isHarmonized


setIsHarmonized

public void setIsHarmonized(boolean newValueForIsHarmonized)
Set isHarmonized


getOntologyPolicy

public SerializableOntModelImpl getOntologyPolicy()
Get Ontology part of the Policy


getOntologyControlAction

public SerializableOntModelImpl getOntologyControlAction()
Get Ontology Policy Control Action


getOntologyTriggerAction

public SerializableOntModelImpl getOntologyTriggerAction()
Get Ontology Policy Trigger Action


getOntologyCondition

public OntologyConditionContainer getOntologyCondition()
Get Ontology Policy Condition


getId

public java.lang.String getId()
Get Policy id


prePolicyState

public Snapshot prePolicyState()
Get the JTP state before the loading of this policy