kaos.policy.history
Class OntologyActionHistoryContainer

java.lang.Object
  extended by kaos.policy.history.OntologyActionHistoryContainer
All Implemented Interfaces:
java.io.Serializable

public class OntologyActionHistoryContainer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OntologyActionHistoryContainer(java.lang.String historyClassName, SerializableOntModelImpl historyModel, java.lang.String actionClassName, SerializableOntModelImpl actionModel)
           
 
Method Summary
 java.lang.String getHistoryBuilderClassName()
          get name of the history builder class
 SerializableOntModelImpl getHistoryBuilderModel()
          get the ont model for the history builder
 java.lang.String getRegisteredActionClassName()
          get name of the registered action class
 SerializableOntModelImpl getRegisteredActionModel()
          get the ont model for the registered action class
 KAoSRoleValueMapContainer getRegisteredActionRVMContainer()
          get RVM container for pertinent history
 void setRegisteredActionRVMContainer(KAoSRoleValueMapContainer actionRVMContainer)
          set RVM container for pertinent history
 java.lang.String toString()
          A utility method to print the contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OntologyActionHistoryContainer

public OntologyActionHistoryContainer(java.lang.String historyClassName,
                                      SerializableOntModelImpl historyModel,
                                      java.lang.String actionClassName,
                                      SerializableOntModelImpl actionModel)
Method Detail

getHistoryBuilderModel

public SerializableOntModelImpl getHistoryBuilderModel()
                                                throws ValueNotSet
get the ont model for the history builder

Throws:
ValueNotSet

getHistoryBuilderClassName

public java.lang.String getHistoryBuilderClassName()
                                            throws ValueNotSet
get name of the history builder class

Throws:
ValueNotSet

getRegisteredActionClassName

public java.lang.String getRegisteredActionClassName()
                                              throws ValueNotSet
get name of the registered action class

Throws:
ValueNotSet

getRegisteredActionModel

public SerializableOntModelImpl getRegisteredActionModel()
                                                  throws ValueNotSet
get the ont model for the registered action class

Throws:
ValueNotSet

setRegisteredActionRVMContainer

public void setRegisteredActionRVMContainer(KAoSRoleValueMapContainer actionRVMContainer)
set RVM container for pertinent history


getRegisteredActionRVMContainer

public KAoSRoleValueMapContainer getRegisteredActionRVMContainer()
                                                          throws ValueNotSet
get RVM container for pertinent history

Throws:
ValueNotSet

toString

public java.lang.String toString()
A utility method to print the contents.

Overrides:
toString in class java.lang.Object