|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.policy.util.OntologyPolicyEntry
public class OntologyPolicyEntry
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 |
---|
public OntologyPolicyEntry(PolicyMsg _policyMsg, jtp.undo.Snapshot _prePolicyState) throws RDFException
RDFException
Method Detail |
---|
public PolicyMsg getPolicy()
public boolean getIsHarmonized()
public void setIsHarmonized(boolean newValueForIsHarmonized)
public SerializableOntModelImpl getOntologyPolicy()
public SerializableOntModelImpl getOntologyControlAction()
public SerializableOntModelImpl getOntologyTriggerAction()
public OntologyConditionContainer getOntologyCondition()
public java.lang.String getId()
public Snapshot prePolicyState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |