|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.policy.information.OntologyConditionContainer
public class OntologyConditionContainer
Constructor Summary | |
---|---|
OntologyConditionContainer(java.lang.String conditionClassName,
SerializableOntModelImpl condition,
OntologyActionHistoryContainer history,
java.lang.String stateClassName,
SerializableOntModelImpl state)
|
Method Summary | |
---|---|
java.lang.String |
getConditionClassName()
get name of the condition class |
SerializableOntModelImpl |
getConditionModel()
get the ont model for the condition |
KAoSRoleValueMapContainer |
getconditionRVM()
get RVM conatiner for the condition |
OntologyActionHistoryContainer |
getPertinentHistoryContainer()
get the pertinent history container |
java.lang.String |
getPertinentStateClassName()
get name of the pertinent state class |
SerializableOntModelImpl |
getPertinentStateModel()
get the ont model for pertinent state |
KAoSRoleValueMapContainer |
getPertinentStateRVM()
get RVM container for pertinent state |
void |
setConditionRVM(KAoSRoleValueMapContainer conditionRVMContainer)
set RVM conatiner for the condition |
void |
setPertinentStateRVM(KAoSRoleValueMapContainer stateRVMContainer)
set RVM container for pertinent state |
java.lang.String |
toString()
A utility method to print the policy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OntologyConditionContainer(java.lang.String conditionClassName, SerializableOntModelImpl condition, OntologyActionHistoryContainer history, java.lang.String stateClassName, SerializableOntModelImpl state)
Method Detail |
---|
public SerializableOntModelImpl getConditionModel()
public void setConditionRVM(KAoSRoleValueMapContainer conditionRVMContainer)
public KAoSRoleValueMapContainer getconditionRVM()
public java.lang.String getConditionClassName()
public OntologyActionHistoryContainer getPertinentHistoryContainer()
public java.lang.String getPertinentStateClassName()
public SerializableOntModelImpl getPertinentStateModel()
public void setPertinentStateRVM(KAoSRoleValueMapContainer stateRVMContainer)
public KAoSRoleValueMapContainer getPertinentStateRVM()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |