Serialized Form
-
Package org.semanticweb.owlapi.change
-
Class org.semanticweb.owlapi.change.AbstractCompositeOntologyChange
class AbstractCompositeOntologyChange extends Object implements Serializable-
Serialized Fields
-
changes
List<OWLOntologyChange> changes
The changes. -
df
OWLDataFactory df
The data factory.
-
-
-
Class org.semanticweb.owlapi.change.AddAxiomData
class AddAxiomData extends AxiomChangeData implements Serializable -
Class org.semanticweb.owlapi.change.AddClassExpressionClosureAxiom
class AddClassExpressionClosureAxiom extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.AddImportData
class AddImportData extends ImportChangeData implements Serializable -
Class org.semanticweb.owlapi.change.AddOntologyAnnotationData
class AddOntologyAnnotationData extends OntologyAnnotationChangeData implements Serializable -
Class org.semanticweb.owlapi.change.AmalgamateSubClassAxioms
class AmalgamateSubClassAxioms extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.AxiomChangeData
class AxiomChangeData extends OWLOntologyChangeData implements Serializable-
Serialized Fields
-
axiom
OWLAxiom axiom
-
-
-
Class org.semanticweb.owlapi.change.CoerceConstantsIntoDataPropertyRange
class CoerceConstantsIntoDataPropertyRange extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.ConvertEquivalentClassesToSuperClasses
class ConvertEquivalentClassesToSuperClasses extends AbstractCompositeOntologyChange implements Serializable-
Serialized Fields
-
cls
OWLClass cls
The OWL class. -
ontologies
Collection<OWLOntology> ontologies
The ontologies. -
splitIntersections
boolean splitIntersections
true if intersections should be split. -
targetOntology
OWLOntology targetOntology
The target ontology.
-
-
-
Class org.semanticweb.owlapi.change.ConvertPropertyAssertionsToAnnotations
class ConvertPropertyAssertionsToAnnotations extends AbstractCompositeOntologyChange implements Serializable-
Serialized Fields
-
ontologies
Collection<OWLOntology> ontologies
-
-
-
Class org.semanticweb.owlapi.change.ConvertSuperClassesToEquivalentClass
class ConvertSuperClassesToEquivalentClass extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.CreateValuePartition
class CreateValuePartition extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.ImportChangeData
class ImportChangeData extends OWLOntologyChangeData implements Serializable-
Serialized Fields
-
declaration
OWLImportsDeclaration declaration
-
-
-
Class org.semanticweb.owlapi.change.MakeClassesMutuallyDisjoint
class MakeClassesMutuallyDisjoint extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.MakePrimitiveSubClassesMutuallyDisjoint
class MakePrimitiveSubClassesMutuallyDisjoint extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.OntologyAnnotationChangeData
class OntologyAnnotationChangeData extends OWLOntologyChangeData implements Serializable-
Serialized Fields
-
annotation
OWLAnnotation annotation
-
-
-
Class org.semanticweb.owlapi.change.OWLOntologyChangeData
class OWLOntologyChangeData extends Object implements Serializable -
Class org.semanticweb.owlapi.change.OWLOntologyChangeRecord
class OWLOntologyChangeRecord extends Object implements Serializable-
Serialized Fields
-
data
OWLOntologyChangeData data
-
ontologyID
OWLOntologyID ontologyID
-
-
-
Class org.semanticweb.owlapi.change.RemoveAllDisjointAxioms
class RemoveAllDisjointAxioms extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.RemoveAxiomData
class RemoveAxiomData extends AxiomChangeData implements Serializable -
Class org.semanticweb.owlapi.change.RemoveImportData
class RemoveImportData extends ImportChangeData implements Serializable -
Class org.semanticweb.owlapi.change.RemoveOntologyAnnotationData
class RemoveOntologyAnnotationData extends OntologyAnnotationChangeData implements Serializable -
Class org.semanticweb.owlapi.change.SetOntologyIDData
class SetOntologyIDData extends OWLOntologyChangeData implements Serializable-
Serialized Fields
-
newId
OWLOntologyID newId
-
-
-
Class org.semanticweb.owlapi.change.ShortForm2AnnotationGenerator
class ShortForm2AnnotationGenerator extends AbstractCompositeOntologyChange implements Serializable -
Class org.semanticweb.owlapi.change.SplitSubClassAxioms
class SplitSubClassAxioms extends AbstractCompositeOntologyChange implements Serializable
-
-
Package org.semanticweb.owlapi.formats
-
Class org.semanticweb.owlapi.formats.AbstractRDFNonPrefixDocumentFormat
class AbstractRDFNonPrefixDocumentFormat extends OWLDocumentFormatImpl implements Serializable-
Serialized Fields
-
errors
Set<RDFResourceParseError> errors
-
-
-
Class org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat
class AbstractRDFPrefixDocumentFormat extends PrefixDocumentFormatImpl implements Serializable-
Serialized Fields
-
errors
Set<RDFResourceParseError> errors
-
-
-
Class org.semanticweb.owlapi.formats.DLSyntaxDocumentFormat
class DLSyntaxDocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.DLSyntaxDocumentFormatFactory
class DLSyntaxDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.DLSyntaxHTMLDocumentFormat
class DLSyntaxHTMLDocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.DLSyntaxHTMLDocumentFormatFactory
class DLSyntaxHTMLDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormat
class FunctionalSyntaxDocumentFormat extends PrefixDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormatFactory
class FunctionalSyntaxDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.KRSS2DocumentFormat
class KRSS2DocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.KRSS2DocumentFormatFactory
class KRSS2DocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.KRSSDocumentFormat
class KRSSDocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.KRSSDocumentFormatFactory
class KRSSDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat
class LabelFunctionalDocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormatFactory
class LabelFunctionalDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormat
class LatexAxiomsListDocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.LatexAxiomsListDocumentFormatFactory
class LatexAxiomsListDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.LatexDocumentFormat
class LatexDocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.LatexDocumentFormatFactory
class LatexDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormat
class ManchesterSyntaxDocumentFormat extends PrefixDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.ManchesterSyntaxDocumentFormatFactory
class ManchesterSyntaxDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.OBODocumentFormat
class OBODocumentFormat extends OWLDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.OBODocumentFormatFactory
class OBODocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.OWLXMLDocumentFormat
class OWLXMLDocumentFormat extends PrefixDocumentFormatImpl implements Serializable -
Class org.semanticweb.owlapi.formats.OWLXMLDocumentFormatFactory
class OWLXMLDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.PrefixDocumentFormatImpl
class PrefixDocumentFormatImpl extends OWLDocumentFormatImpl implements Serializable-
Serialized Fields
-
nsm
PrefixManager nsm
-
-
-
Class org.semanticweb.owlapi.formats.RDFXMLDocumentFormat
class RDFXMLDocumentFormat extends AbstractRDFPrefixDocumentFormat implements Serializable -
Class org.semanticweb.owlapi.formats.RDFXMLDocumentFormatFactory
class RDFXMLDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable -
Class org.semanticweb.owlapi.formats.TurtleDocumentFormat
class TurtleDocumentFormat extends AbstractRDFPrefixDocumentFormat implements Serializable -
Class org.semanticweb.owlapi.formats.TurtleDocumentFormatFactory
class TurtleDocumentFormatFactory extends OWLDocumentFormatFactoryImpl implements Serializable
-
-
Package org.semanticweb.owlapi.io
-
Class org.semanticweb.owlapi.io.AbstractOWLParser
class AbstractOWLParser extends Object implements Serializable -
Exception org.semanticweb.owlapi.io.OntologyIRIMappingNotFoundException
class OntologyIRIMappingNotFoundException extends OWLOntologyCreationException implements Serializable-
Serialized Fields
-
ontologyIRI
IRI ontologyIRI
-
-
-
Exception org.semanticweb.owlapi.io.OWLOntologyCreationIOException
class OWLOntologyCreationIOException extends OWLOntologyCreationException implements Serializable -
Exception org.semanticweb.owlapi.io.OWLOntologyInputSourceException
class OWLOntologyInputSourceException extends OWLException implements Serializable -
Exception org.semanticweb.owlapi.io.OWLOntologyStorageIOException
class OWLOntologyStorageIOException extends OWLOntologyStorageException implements Serializable-
Serialized Fields
-
ioException
IOException ioException
-
-
-
Exception org.semanticweb.owlapi.io.OWLParserException
class OWLParserException extends OWLRuntimeException implements Serializable-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
-
-
Class org.semanticweb.owlapi.io.OWLParserFactoryImpl
class OWLParserFactoryImpl extends Object implements Serializable-
Serialized Fields
-
format
OWLDocumentFormatFactory format
-
-
-
Exception org.semanticweb.owlapi.io.OWLRendererException
class OWLRendererException extends OWLOntologyStorageException implements Serializable -
Exception org.semanticweb.owlapi.io.OWLRendererIOException
class OWLRendererIOException extends OWLRendererException implements Serializable -
Class org.semanticweb.owlapi.io.RDFLiteral
class RDFLiteral extends RDFNode implements Serializable -
Class org.semanticweb.owlapi.io.RDFNode
class RDFNode extends Object implements Serializable -
Class org.semanticweb.owlapi.io.RDFParserMetaData
class RDFParserMetaData extends Object implements Serializable-
Serialized Fields
-
guessedDeclarations
com.google.common.collect.ArrayListMultimap<IRI,
Class<?>> guessedDeclarations -
headerStatus
RDFOntologyHeaderStatus headerStatus
-
tripleCount
int tripleCount
-
unparsedTriples
Set<RDFTriple> unparsedTriples
-
-
-
Class org.semanticweb.owlapi.io.RDFResource
class RDFResource extends RDFNode implements Serializable -
Class org.semanticweb.owlapi.io.RDFResourceBlankNode
class RDFResourceBlankNode extends RDFResource implements Serializable-
Serialized Fields
-
forceIdOutput
boolean forceIdOutput
-
isAxiom
boolean isAxiom
-
isIndividual
boolean isIndividual
-
resource
IRI resource
-
-
-
Class org.semanticweb.owlapi.io.RDFResourceIRI
class RDFResourceIRI extends RDFResource implements Serializable-
Serialized Fields
-
resource
IRI resource
-
-
-
Class org.semanticweb.owlapi.io.RDFResourceParseError
class RDFResourceParseError extends Object implements Serializable -
Class org.semanticweb.owlapi.io.RDFTriple
class RDFTriple extends Object implements Serializable-
Serialized Fields
-
object
RDFNode object
-
predicate
RDFResourceIRI predicate
-
subject
RDFResource subject
-
-
-
Exception org.semanticweb.owlapi.io.UnparsableOntologyException
class UnparsableOntologyException extends OWLOntologyCreationException implements Serializable-
Serialized Fields
-
documentIRI
IRI documentIRI
-
exceptions
Map<OWLParser,
OWLParserException> exceptions -
includeStackTraceInMessage
boolean includeStackTraceInMessage
-
-
-
-
Package org.semanticweb.owlapi.model
-
Class org.semanticweb.owlapi.model.AddAxiom
class AddAxiom extends OWLAxiomChange implements Serializable -
Class org.semanticweb.owlapi.model.AddImport
class AddImport extends ImportChange implements Serializable -
Class org.semanticweb.owlapi.model.AddOntologyAnnotation
class AddOntologyAnnotation extends AnnotationChange implements Serializable -
Class org.semanticweb.owlapi.model.AnnotationChange
class AnnotationChange extends OWLOntologyChange implements Serializable-
Serialized Fields
-
annotation
OWLAnnotation annotation
-
-
-
Class org.semanticweb.owlapi.model.AxiomType
class AxiomType extends Object implements Serializable -
Class org.semanticweb.owlapi.model.DefaultChangeBroadcastStrategy
class DefaultChangeBroadcastStrategy extends Object implements Serializable -
Class org.semanticweb.owlapi.model.DefaultImpendingChangeBroadcastStrategy
class DefaultImpendingChangeBroadcastStrategy extends Object implements Serializable -
Class org.semanticweb.owlapi.model.EDTChangeBroadcastStrategy
class EDTChangeBroadcastStrategy extends Object implements Serializable -
Class org.semanticweb.owlapi.model.EntityType
class EntityType extends Object implements Serializable -
Exception org.semanticweb.owlapi.model.ImmutableOWLOntologyChangeException
class ImmutableOWLOntologyChangeException extends OWLOntologyChangeException implements Serializable -
Class org.semanticweb.owlapi.model.ImportChange
class ImportChange extends OWLOntologyChange implements Serializable-
Serialized Fields
-
declaration
OWLImportsDeclaration declaration
-
-
-
Class org.semanticweb.owlapi.model.IRI
class IRI extends Object implements Serializable -
Class org.semanticweb.owlapi.model.NodeID
class NodeID extends Object implements Serializable-
Serialized Fields
-
id
String id
-
-
-
Class org.semanticweb.owlapi.model.OntologyConfigurator
class OntologyConfigurator extends Object implements Serializable-
Serialized Fields
-
ignoredImports
Set<IRI> ignoredImports
Set of imports to ignore. -
overrides
EnumMap<ConfigurationOptions,
Object> overrides Local override map.
-
-
-
Class org.semanticweb.owlapi.model.OWLAxiomChange
class OWLAxiomChange extends OWLOntologyChange implements Serializable-
Serialized Fields
-
axiom
OWLAxiom axiom
-
-
-
Class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
class OWLDocumentFormatImpl extends Object implements Serializable-
Serialized Fields
-
addMissingTypes
boolean addMissingTypes
-
loaderMetaData
OWLOntologyLoaderMetaData loaderMetaData
-
parameterMap
Map<Serializable,
Serializable> parameterMap
-
-
-
Exception org.semanticweb.owlapi.model.OWLException
class OWLException extends Exception implements Serializable -
Exception org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
class OWLOntologyAlreadyExistsException extends OWLOntologyCreationException implements Serializable-
Serialized Fields
-
documentIRI
IRI documentIRI
-
ontologyID
OWLOntologyID ontologyID
-
-
-
Class org.semanticweb.owlapi.model.OWLOntologyChange
class OWLOntologyChange extends Object implements Serializable-
Serialized Fields
-
ont
OWLOntology ont
-
-
-
Exception org.semanticweb.owlapi.model.OWLOntologyChangeException
class OWLOntologyChangeException extends OWLRuntimeException implements Serializable-
Serialized Fields
-
change
OWLOntologyChangeData change
-
-
-
Exception org.semanticweb.owlapi.model.OWLOntologyChangeVetoException
class OWLOntologyChangeVetoException extends OWLOntologyChangeException implements Serializable -
Exception org.semanticweb.owlapi.model.OWLOntologyCreationException
class OWLOntologyCreationException extends OWLException implements Serializable -
Exception org.semanticweb.owlapi.model.OWLOntologyDocumentAlreadyExistsException
class OWLOntologyDocumentAlreadyExistsException extends OWLOntologyCreationException implements Serializable-
Serialized Fields
-
ontologyDocumentIRI
IRI ontologyDocumentIRI
-
-
-
Exception org.semanticweb.owlapi.model.OWLOntologyFactoryNotFoundException
class OWLOntologyFactoryNotFoundException extends OWLRuntimeException implements Serializable -
Class org.semanticweb.owlapi.model.OWLOntologyID
class OWLOntologyID extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
hashCode
int hashCode
-
-
-
Exception org.semanticweb.owlapi.model.OWLOntologyIRIMappingNotFoundException
class OWLOntologyIRIMappingNotFoundException extends OWLRuntimeException implements Serializable -
Class org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
class OWLOntologyLoaderConfiguration extends Object implements Serializable-
Serialized Fields
-
ignoredImports
Set<IRI> ignoredImports
set of imports to ignore -
overrides
EnumMap<ConfigurationOptions,
Object> overrides Local override map.
-
-
-
Exception org.semanticweb.owlapi.model.OWLOntologyRenameException
class OWLOntologyRenameException extends OWLOntologyChangeException implements Serializable-
Serialized Fields
-
ontologyID
OWLOntologyID ontologyID
-
-
-
Exception org.semanticweb.owlapi.model.OWLOntologyResourceAccessException
class OWLOntologyResourceAccessException extends OWLRuntimeException implements Serializable -
Exception org.semanticweb.owlapi.model.OWLOntologyStorageException
class OWLOntologyStorageException extends OWLException implements Serializable -
Class org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration
class OWLOntologyWriterConfiguration extends Object implements Serializable-
Serialized Fields
-
bannersEnabled
boolean bannersEnabled
-
indenting
boolean indenting
-
indentSize
int indentSize
-
labelsAsBanner
boolean labelsAsBanner
-
outputNamedGraphIRI
boolean outputNamedGraphIRI
-
remapIds
boolean remapIds
-
saveIds
boolean saveIds
-
useNamespaceEntities
boolean useNamespaceEntities
-
-
-
Exception org.semanticweb.owlapi.model.OWLRuntimeException
class OWLRuntimeException extends RuntimeException implements Serializable -
Exception org.semanticweb.owlapi.model.OWLStorerNotFoundException
class OWLStorerNotFoundException extends OWLOntologyStorageException implements Serializable -
Class org.semanticweb.owlapi.model.RemoveAxiom
class RemoveAxiom extends OWLAxiomChange implements Serializable -
Class org.semanticweb.owlapi.model.RemoveImport
class RemoveImport extends ImportChange implements Serializable -
Class org.semanticweb.owlapi.model.RemoveOntologyAnnotation
class RemoveOntologyAnnotation extends AnnotationChange implements Serializable -
Class org.semanticweb.owlapi.model.SetOntologyID
class SetOntologyID extends OWLOntologyChange implements Serializable-
Serialized Fields
-
newOntologyID
OWLOntologyID newOntologyID
-
ontologyID
OWLOntologyID ontologyID
-
-
-
Class org.semanticweb.owlapi.model.SpecificOntologyChangeBroadcastStrategy
class SpecificOntologyChangeBroadcastStrategy extends Object implements Serializable-
Serialized Fields
-
ontology
OWLOntology ontology
-
-
-
Exception org.semanticweb.owlapi.model.UnknownOWLOntologyException
class UnknownOWLOntologyException extends OWLRuntimeException implements Serializable -
Exception org.semanticweb.owlapi.model.UnloadableImportException
class UnloadableImportException extends OWLRuntimeException implements Serializable-
Serialized Fields
-
importsDeclaration
OWLImportsDeclaration importsDeclaration
-
ontologyCreationException
OWLOntologyCreationException ontologyCreationException
-
-
-
-
Package org.semanticweb.owlapi.model.providers
-
Package org.semanticweb.owlapi.reasoner
-
Exception org.semanticweb.owlapi.reasoner.AxiomNotInProfileException
class AxiomNotInProfileException extends OWLReasonerRuntimeException implements Serializable -
Exception org.semanticweb.owlapi.reasoner.ClassExpressionNotInProfileException
class ClassExpressionNotInProfileException extends OWLReasonerRuntimeException implements Serializable-
Serialized Fields
-
classExpression
OWLClassExpression classExpression
-
profile
IRI profile
-
-
-
Class org.semanticweb.owlapi.reasoner.ConsoleProgressMonitor
class ConsoleProgressMonitor extends Object implements Serializable-
Serialized Fields
-
lastPercentage
int lastPercentage
-
-
-
Exception org.semanticweb.owlapi.reasoner.FreshEntitiesException
class FreshEntitiesException extends OWLReasonerRuntimeException implements Serializable-
Serialized Fields
-
entities
Collection<OWLEntity> entities
-
-
-
Exception org.semanticweb.owlapi.reasoner.IllegalConfigurationException
class IllegalConfigurationException extends OWLReasonerRuntimeException implements Serializable-
Serialized Fields
-
configuration
OWLReasonerConfiguration configuration
-
-
-
Exception org.semanticweb.owlapi.reasoner.ImportsClosureNotInProfileException
class ImportsClosureNotInProfileException extends OWLReasonerRuntimeException implements Serializable-
Serialized Fields
-
profile
IRI profile
-
-
-
Exception org.semanticweb.owlapi.reasoner.InconsistentOntologyException
class InconsistentOntologyException extends OWLReasonerRuntimeException implements Serializable -
Class org.semanticweb.owlapi.reasoner.NullReasonerProgressMonitor
class NullReasonerProgressMonitor extends Object implements Serializable -
Exception org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
class OWLReasonerRuntimeException extends OWLRuntimeException implements Serializable -
Exception org.semanticweb.owlapi.reasoner.ReasonerInternalException
class ReasonerInternalException extends OWLReasonerRuntimeException implements Serializable -
Exception org.semanticweb.owlapi.reasoner.ReasonerInterruptedException
class ReasonerInterruptedException extends OWLRuntimeException implements Serializable -
Class org.semanticweb.owlapi.reasoner.SimpleConfiguration
class SimpleConfiguration extends Object implements Serializable-
Serialized Fields
-
freshEntityPolicy
FreshEntityPolicy freshEntityPolicy
-
individualNodeSetPolicy
IndividualNodeSetPolicy individualNodeSetPolicy
-
progressMonitor
ReasonerProgressMonitor progressMonitor
-
timeOut
long timeOut
-
-
-
Class org.semanticweb.owlapi.reasoner.TimedConsoleProgressMonitor
class TimedConsoleProgressMonitor extends Object implements Serializable-
Serialized Fields
-
beginTime
long beginTime
-
lastPercentage
int lastPercentage
-
lastTime
long lastTime
-
-
-
Exception org.semanticweb.owlapi.reasoner.TimeOutException
class TimeOutException extends OWLReasonerRuntimeException implements Serializable -
Exception org.semanticweb.owlapi.reasoner.UnsupportedEntailmentTypeException
class UnsupportedEntailmentTypeException extends OWLRuntimeException implements Serializable-
Serialized Fields
-
axiom
OWLAxiom axiom
-
-
-
-
Package org.semanticweb.owlapi.search
-
Class org.semanticweb.owlapi.search.Filters.AxiomFilter
class AxiomFilter extends Object implements Serializable-
Serialized Fields
-
filter
org.semanticweb.owlapi.search.Filters.Filter<A extends OWLAxiom> filter
-
types
Collection<AxiomType<?>> types
-
-
-
-
Package org.semanticweb.owlapi.util
-
Class org.semanticweb.owlapi.util.AbstractOWLStorer
class AbstractOWLStorer extends Object implements Serializable -
Class org.semanticweb.owlapi.util.AutoIRIMapper
class AutoIRIMapper extends DefaultHandler implements Serializable-
Serialized Fields
-
directoryPath
String directoryPath
-
fileExtensions
Set<String> fileExtensions
-
handlerMap
Map<String,
org.semanticweb.owlapi.util.AutoIRIMapper.OntologyRootElementHandler> handlerMap -
mapped
boolean mapped
-
oboFileMap
Map<String,
IRI> oboFileMap -
ontologyIRI2PhysicalURIMap
Map<IRI,
IRI> ontologyIRI2PhysicalURIMap -
recursive
boolean recursive
-
-
-
Class org.semanticweb.owlapi.util.CommonBaseIRIMapper
class CommonBaseIRIMapper extends Object implements Serializable -
Class org.semanticweb.owlapi.util.DefaultPrefixManager
class DefaultPrefixManager extends Object implements Serializable -
Class org.semanticweb.owlapi.util.HasPriorityComparator
class HasPriorityComparator extends Object implements Serializable -
Class org.semanticweb.owlapi.util.IRIComparator
class IRIComparator extends Object implements Serializable-
Serialized Fields
-
iriShortFormProvider
IRIShortFormProvider iriShortFormProvider
-
-
-
Class org.semanticweb.owlapi.util.NamespaceUtil
class NamespaceUtil extends Object implements Serializable -
Class org.semanticweb.owlapi.util.OntologyIRIShortFormProvider
class OntologyIRIShortFormProvider extends Object implements Serializable -
Class org.semanticweb.owlapi.util.OWLDocumentFormatFactoryImpl
class OWLDocumentFormatFactoryImpl extends Object implements Serializable -
Class org.semanticweb.owlapi.util.OWLEntityIRIComparator
class OWLEntityIRIComparator extends Object implements Serializable -
Class org.semanticweb.owlapi.util.OWLOntologyImportsClosureSetProvider
class OWLOntologyImportsClosureSetProvider extends Object implements Serializable-
Serialized Fields
-
manager
OWLOntologyManager manager
-
rootOntology
OWLOntology rootOntology
-
-
-
Class org.semanticweb.owlapi.util.OWLOntologySingletonSetProvider
class OWLOntologySingletonSetProvider extends Object implements Serializable-
Serialized Fields
-
o
OWLOntology o
-
-
-
Class org.semanticweb.owlapi.util.OWLStorerFactoryImpl
class OWLStorerFactoryImpl extends Object implements Serializable-
Serialized Fields
-
format
OWLDocumentFormatFactory format
-
-
-
Class org.semanticweb.owlapi.util.OWLZipClosureIRIMapper
class OWLZipClosureIRIMapper extends Object implements Serializable -
Class org.semanticweb.owlapi.util.PriorityCollection
class PriorityCollection extends Object implements Serializable-
Serialized Fields
-
configurationHolder
PriorityCollectionSorting configurationHolder
-
delegate
List<T extends Serializable> delegate
-
-
-
Class org.semanticweb.owlapi.util.SimpleIRIMapper
class SimpleIRIMapper extends Object implements Serializable -
Class org.semanticweb.owlapi.util.SimpleIRIShortFormProvider
class SimpleIRIShortFormProvider extends Object implements Serializable -
Class org.semanticweb.owlapi.util.SimpleShortFormProvider
class SimpleShortFormProvider extends Object implements Serializable-
Serialized Fields
-
uriShortFormProvider
SimpleIRIShortFormProvider uriShortFormProvider
-
-
-
Class org.semanticweb.owlapi.util.StringAnnotationVisitor
class StringAnnotationVisitor extends Object implements Serializable -
Class org.semanticweb.owlapi.util.StringLengthComparator
class StringLengthComparator extends Object implements Serializable -
Class org.semanticweb.owlapi.util.StructuralTransformation
class StructuralTransformation extends Object implements Serializable-
Serialized Fields
-
df
OWLDataFactory df
-
nameCounter
int nameCounter
-
signature
Set<OWLEntity> signature
-
-
-
Class org.semanticweb.owlapi.util.WeakCache
class WeakCache extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
-
Class org.semanticweb.owlapi.util.WeakIndexCache
class WeakIndexCache extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
-
Class org.semanticweb.owlapi.util.ZipIRIMapper
class ZipIRIMapper extends DefaultHandler implements Serializable
-