kaos.core.service.directory.persistence
Class LoadedOntology

java.lang.Object
  extended by kaos.core.service.directory.persistence.LoadedOntology
All Implemented Interfaces:
java.io.Serializable, StateUpdate

public class LoadedOntology
extends java.lang.Object
implements java.io.Serializable, StateUpdate

A tiny class representing a loadOntologies call to the directory services. This class is used to save the existence of a lodOntologies call on the blackboard so that the directory service can be correctly rehydrated later. One might expect that such a tiny class would be a private class in the DomainManagerPlugin. This is not done because the Serilizable requirement is awkward.

See Also:
Serialized Form

Field Summary
 SerializableOntModelImpl _model
           
 java.lang.Boolean _recursiveLoad
           
 
Constructor Summary
LoadedOntology(SerializableOntModelImpl model, java.lang.Boolean recursiveLoad)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_model

public SerializableOntModelImpl _model

_recursiveLoad

public java.lang.Boolean _recursiveLoad
Constructor Detail

LoadedOntology

public LoadedOntology(SerializableOntModelImpl model,
                      java.lang.Boolean recursiveLoad)