kaos.ontology.util
Class SerializableOntModelImpl

java.lang.Object
  extended by OntModelImpl
      extended by kaos.ontology.util.TempOntModelImpl
          extended by kaos.ontology.util.SerializableOntModelImpl
All Implemented Interfaces:
java.io.Serializable

public class SerializableOntModelImpl
extends TempOntModelImpl
implements java.io.Serializable

$Revision: 1.5 $

Author:
James Lott

Constructor Summary
SerializableOntModelImpl()
           
SerializableOntModelImpl(OntModelSpec spec, Model m)
           
 
Method Summary
 java.lang.String getOntologyStructureId()
           
 void setOntologyStructureId(java.lang.String _ontologyStructureId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableOntModelImpl

public SerializableOntModelImpl()

SerializableOntModelImpl

public SerializableOntModelImpl(OntModelSpec spec,
                                Model m)
Method Detail

getOntologyStructureId

public java.lang.String getOntologyStructureId()
Returns:
Returns the ontologyStructureId.

setOntologyStructureId

public void setOntologyStructureId(java.lang.String _ontologyStructureId)
Parameters:
_ontologyStructureId - The ontologyStructureId to set.