Serialized Form
-
Package com.github.owlcs.ontapi
-
Class com.github.owlcs.ontapi.DataFactoryImpl extends Object implements Serializable
- serialVersionUID:
- -4032031232398404873L
-
Class com.github.owlcs.ontapi.ID extends org.semanticweb.owlapi.model.OWLOntologyID implements Serializable
-
Serialized Fields
-
node
org.apache.jena.graph.Node node
-
-
-
Class com.github.owlcs.ontapi.ModelConfig extends Object implements Serializable
- serialVersionUID:
- 3681978037818003272L
-
Serialized Fields
-
manager
OntologyManagerImpl manager
-
readConf
OntLoaderConfiguration readConf
-
writerConf
OntWriterConfiguration writerConf
-
-
Class com.github.owlcs.ontapi.NoOpReadWriteLock extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class com.github.owlcs.ontapi.OntApiException extends org.semanticweb.owlapi.model.OWLRuntimeException implements Serializable
-
Class com.github.owlcs.ontapi.OntApiException.IllegalArgument extends OntApiException implements Serializable
-
Class com.github.owlcs.ontapi.OntApiException.IllegalState extends OntApiException implements Serializable
-
Class com.github.owlcs.ontapi.OntApiException.ModificationDenied extends OntApiException.Unsupported implements Serializable
-
Class com.github.owlcs.ontapi.OntApiException.Unsupported extends OntApiException implements Serializable
-
Class com.github.owlcs.ontapi.OntBaseModelImpl extends Object implements Serializable
- serialVersionUID:
- 7605836729147058594L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reads the object while serialization. Note: only the base graph is serialized.- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if the class of a serialized object could not be found- See Also:
OntologyManagerImpl.readObject(ObjectInputStream)
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException, OntApiException
Writes the object while serialization. Note: only the base graph is serialized, so if you serialize and then de-serialize standalone ontology it will lose all its references, please use managers serialization, it will restore any links. Also, please note: an exception is expected if the encapsulated graph is notGraphMem
.- Throws:
IOException
- if I/O errors occur while writing to the underlyingOutputStream
OntApiException
- in case this instance encapsulates graph which is not plain in-memory graph
-
-
Serialized Fields
-
hashCode
int hashCode
-
-
Class com.github.owlcs.ontapi.OntFormat.SimpleDocumentFormat extends org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat implements Serializable
-
Class com.github.owlcs.ontapi.OntManagers extends Object implements Serializable
-
Class com.github.owlcs.ontapi.OntologyBuilderImpl extends Object implements Serializable
-
Class com.github.owlcs.ontapi.OntologyCollectionImpl extends Object implements Serializable
- serialVersionUID:
- 3693502109998760296L
-
Serialized Fields
-
lock
ReadWriteLock lock
-
map
Map<org.semanticweb.owlapi.model.OWLOntologyID,O extends org.semanticweb.owlapi.model.HasOntologyID> map
-
-
Class com.github.owlcs.ontapi.OntologyFactoryImpl extends Object implements Serializable
-
Serialized Fields
-
builder
OntologyFactory.Builder builder
-
loader
OntologyFactory.Loader loader
-
-
-
Class com.github.owlcs.ontapi.OntologyFactoryImpl.BadRecursionException extends org.semanticweb.owlapi.model.OWLOntologyCreationException implements Serializable
-
Class com.github.owlcs.ontapi.OntologyFactoryImpl.ConfigMismatchException extends org.semanticweb.owlapi.model.OWLOntologyCreationException implements Serializable
-
Class com.github.owlcs.ontapi.OntologyFactoryImpl.OWLTransformException extends org.semanticweb.owlapi.model.OWLOntologyCreationException implements Serializable
-
Class com.github.owlcs.ontapi.OntologyFactoryImpl.UnsupportedFormatException extends org.semanticweb.owlapi.model.OWLOntologyCreationException implements Serializable
-
Serialized Fields
-
format
OntFormat format
-
source
org.semanticweb.owlapi.model.IRI source
-
-
-
Class com.github.owlcs.ontapi.OntologyLoaderImpl extends Object implements Serializable
-
Serialized Fields
-
alternative
OntologyLoader alternative
-
graphs
Map<String,OntologyLoaderImpl.GraphInfo> graphs
-
loaded
Map<org.semanticweb.owlapi.model.IRI,OntologyLoaderImpl.GraphInfo> loaded
-
sourceMap
Map<org.semanticweb.owlapi.model.IRI,Optional<org.semanticweb.owlapi.model.IRI>> sourceMap
-
-
-
Class com.github.owlcs.ontapi.OntologyManagerImpl extends Object implements Serializable
- serialVersionUID:
- -4764329329583952286L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
This is a 'hack' methods to provide correct serialization. It fixes graph links between different models: ontology A with ontology B in the imports should have alsoUnionGraph
inside, that consists of the base graph from A and the base graph from B.- Throws:
IOException
- exceptionClassNotFoundException
- exception- See Also:
OntBaseModelImpl.readObject(ObjectInputStream)
-
-
Serialized Fields
-
config
OntConfig config
-
content
OntologyCollection<OntologyManagerImpl.OntInfo> content
-
dataFactory
DataFactory dataFactory
-
documentIRIMappers
RWLockedCollection<org.semanticweb.owlapi.model.OWLOntologyIRIMapper> documentIRIMappers
-
documentSourceMappers
RWLockedCollection<OntologyManager.DocumentSourceMapping> documentSourceMappers
-
listeners
OntologyManagerImpl.ListenersHolder listeners
-
loaderConfig
OntLoaderConfiguration loaderConfig
-
lock
ReadWriteLock lock
-
ontologyFactories
RWLockedCollection<org.semanticweb.owlapi.model.OWLOntologyFactory> ontologyFactories
-
ontologyStorers
RWLockedCollection<org.semanticweb.owlapi.model.OWLStorerFactory> ontologyStorers
-
parserFactories
RWLockedCollection<org.semanticweb.owlapi.io.OWLParserFactory> parserFactories
-
readLock
Lock readLock
-
writeLock
Lock writeLock
-
writerConfig
OntWriterConfiguration writerConfig
-
-
Class com.github.owlcs.ontapi.OntologyManagerImpl.ListenersHolder extends Object implements Serializable
- serialVersionUID:
- 6728609023804778746L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
broadcastChanges
AtomicBoolean broadcastChanges
-
defaultChangeBroadcastStrategy
org.semanticweb.owlapi.model.OWLOntologyChangeBroadcastStrategy defaultChangeBroadcastStrategy
-
defaultImpendingChangeBroadcastStrategy
org.semanticweb.owlapi.model.ImpendingOWLOntologyChangeBroadcastStrategy defaultImpendingChangeBroadcastStrategy
-
importsLoadCount
AtomicInteger importsLoadCount
-
loadCount
AtomicInteger loadCount
-
loaderListeners
List<org.semanticweb.owlapi.model.OWLOntologyLoaderListener> loaderListeners
-
missingImportsListeners
List<org.semanticweb.owlapi.model.MissingImportListener> missingImportsListeners
-
progressListeners
List<org.semanticweb.owlapi.model.OWLOntologyChangeProgressListener> progressListeners
-
-
Class com.github.owlcs.ontapi.OntologyManagerImpl.OntInfo extends Object implements Serializable
- serialVersionUID:
- 5894845199098931128L
-
Serialized Fields
-
conf
ModelConfig conf
-
declarationIRI
org.semanticweb.owlapi.model.IRI declarationIRI
-
documentIRI
org.semanticweb.owlapi.model.IRI documentIRI
-
format
org.semanticweb.owlapi.model.OWLDocumentFormat format
-
ont
Ontology ont
-
-
Class com.github.owlcs.ontapi.OntologyMetaData extends Object implements Serializable
- serialVersionUID:
- -1L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class com.github.owlcs.ontapi.OntologyModelImpl extends OntBaseModelImpl implements Serializable
- serialVersionUID:
- -2882895355499914294L
-
Serialized Fields
-
changer
org.semanticweb.owlapi.model.OWLOntologyChangeVisitorEx<org.semanticweb.owlapi.model.parameters.ChangeApplied> changer
-
-
Class com.github.owlcs.ontapi.OntologyModelImpl.ChangeProcessor extends Object implements Serializable
- serialVersionUID:
- 1150135725506037485L
-
Class com.github.owlcs.ontapi.OntologyModelImpl.Concurrent extends OWLOntologyWrapper implements Serializable
- serialVersionUID:
- 5823394836022970162L
-
Class com.github.owlcs.ontapi.OWLFactoryWrapper extends Object implements Serializable
-
Serialized Fields
-
sources
Set<org.semanticweb.owlapi.model.IRI> sources
-
-
-
Class com.github.owlcs.ontapi.OWLFactoryWrapper.FactoryImpl extends Object implements Serializable
-
Serialized Fields
-
builder
OWLFactoryWrapper.FactoryImpl.Builder builder
-
-
-
Class com.github.owlcs.ontapi.OWLOntologyWrapper extends RWLockedOntology implements Serializable
-
Serialized Fields
-
delegate
org.semanticweb.owlapi.model.OWLOntology delegate
-
-
-
Class com.github.owlcs.ontapi.RWLockedCollection extends org.semanticweb.owlapi.util.PriorityCollection<E extends Serializable> implements Serializable
-
Serialized Fields
-
lock
ReadWriteLock lock
-
-
-
Class com.github.owlcs.ontapi.RWLockedOntology extends Object implements Serializable
-
Serialized Fields
-
lock
ReadWriteLock lock
-
-
-
-
Package com.github.owlcs.ontapi.config
-
Class com.github.owlcs.ontapi.config.ExtendedProperties extends Properties implements Serializable
-
Class com.github.owlcs.ontapi.config.OntConfig extends org.semanticweb.owlapi.model.OntologyConfigurator implements Serializable
- serialVersionUID:
- 656765031127374396L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
data
Map<OntSettings,Object> data
-
forbidden
Set<OntSettings> forbidden
-
-
Class com.github.owlcs.ontapi.config.OntConfig.Concurrent extends OntConfig implements Serializable
- serialVersionUID:
- 5910609264963651991L
-
Serialized Fields
-
delegate
OntConfig delegate
-
lock
ReadWriteLock lock
-
-
Class com.github.owlcs.ontapi.config.OntLoaderConfiguration extends org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration implements Serializable
- serialVersionUID:
- 1599596390911768315L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
data
Map<OntSettings,Object> data
-
-
Class com.github.owlcs.ontapi.config.OntWriterConfiguration extends org.semanticweb.owlapi.model.OWLOntologyWriterConfiguration implements Serializable
- serialVersionUID:
- 2369276991908772369L
-
Serialized Fields
-
data
Map<OntSettings,Object> data
-
-
-
Package com.github.owlcs.ontapi.internal.axioms
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractListBasedTranslator.WithListImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom> implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<A extends org.semanticweb.owlapi.model.OWLAxiom,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.ClassNaryAxiomImpl extends com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.ClassOrIndividualNaryAxiomImpl<A extends org.semanticweb.owlapi.model.OWLNaryClassAxiom,org.semanticweb.owlapi.model.OWLClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.DataPropertyNaryAxiomImpl extends com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.PropertyNaryAxiomImpl<A extends org.semanticweb.owlapi.model.OWLNaryPropertyAxiom<org.semanticweb.owlapi.model.OWLDataPropertyExpression>,org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.IndividualNaryAxiomImpl extends com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.ClassOrIndividualNaryAxiomImpl<A extends org.semanticweb.owlapi.model.OWLNaryIndividualAxiom,org.semanticweb.owlapi.model.OWLIndividual> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.NaryAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLNaryAxiom<M>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.ObjectPropertyNaryAxiomImpl extends com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.PropertyNaryAxiomImpl<A extends org.semanticweb.owlapi.model.OWLNaryPropertyAxiom<org.semanticweb.owlapi.model.OWLObjectPropertyExpression>,org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractNegativePropertyAssertionTranslator.NegativeAssertionImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLPropertyAssertionAxiom<?,?>> implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<AbstractNegativePropertyAssertionTranslator.NegativeAssertionImpl<?,?,?,?>,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractPropertyAssertionTranslator.AssertionImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractPropertyDomainTranslator.ClassDomainAxiomImpl extends AbstractPropertyDomainTranslator.DomainAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom & org.semanticweb.owlapi.model.HasProperty<P> & org.semanticweb.owlapi.model.HasDomain<org.semanticweb.owlapi.model.OWLClassExpression>,P extends org.semanticweb.owlapi.model.OWLPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractPropertyDomainTranslator.DomainAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom & org.semanticweb.owlapi.model.HasProperty<P> & org.semanticweb.owlapi.model.HasDomain<D>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractPropertyRangeTranslator.RangeAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom & org.semanticweb.owlapi.model.HasProperty<P> & org.semanticweb.owlapi.model.HasRange<R>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractPropertyTypeTranslator.ObjectAxiomImpl extends AbstractPropertyTypeTranslator.UnaryAxiomImpl<A extends org.semanticweb.owlapi.model.OWLObjectPropertyCharacteristicAxiom,org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractPropertyTypeTranslator.UnaryAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom<P>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AbstractSubPropertyTranslator.SubPropertyAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationAssertionTranslator.AxiomImpl extends AbstractPropertyAssertionTranslator.AssertionImpl<org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom,org.semanticweb.owlapi.model.OWLAnnotationSubject,org.semanticweb.owlapi.model.OWLAnnotationProperty,org.semanticweb.owlapi.model.OWLAnnotationValue> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationAssertionTranslator.AxiomImpl.SimpleImpl extends AnnotationAssertionTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationAssertionTranslator.AxiomImpl.WithAnnotationsImpl extends AnnotationAssertionTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<AnnotationAssertionTranslator.AxiomImpl.WithAnnotationsImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyDomainTranslator.AxiomImpl extends AbstractPropertyDomainTranslator.DomainAxiomImpl<org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom,org.semanticweb.owlapi.model.OWLAnnotationProperty,org.semanticweb.owlapi.model.IRI> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyDomainTranslator.AxiomImpl.SimpleImpl extends AnnotationPropertyDomainTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyDomainTranslator.AxiomImpl.WithAnnotationsImpl extends AnnotationPropertyDomainTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyRangeTranslator.AxiomImpl extends AbstractPropertyRangeTranslator.RangeAxiomImpl<org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLAnnotationProperty,org.semanticweb.owlapi.model.IRI> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyRangeTranslator.AxiomImpl.SimpleImpl extends AnnotationPropertyRangeTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyRangeTranslator.AxiomImpl.WithAnnotationsImpl extends AnnotationPropertyRangeTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.AsymmetricObjectPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.AsymmetricObjectPropertyTranslator.AxiomImpl.ComplexImpl extends AsymmetricObjectPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<AsymmetricObjectPropertyTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.AsymmetricObjectPropertyTranslator.AxiomImpl.SimpleImpl extends AsymmetricObjectPropertyTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ClassAssertionTranslator.AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLClassAssertionAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ClassAssertionTranslator.AxiomImpl.ComplexImpl extends ClassAssertionTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<ClassAssertionTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.ClassAssertionTranslator.AxiomImpl.SimpleImpl extends ClassAssertionTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyAssertionTranslator.AxiomImpl extends AbstractPropertyAssertionTranslator.AssertionImpl<org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom,org.semanticweb.owlapi.model.OWLIndividual,org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLLiteral> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyAssertionTranslator.AxiomImpl.SimpleImpl extends DataPropertyAssertionTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyAssertionTranslator.AxiomImpl.WithAnnotationsImpl extends DataPropertyAssertionTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DataPropertyAssertionTranslator.AxiomImpl.WithAnnotationsImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyDomainTranslator.AxiomImpl extends AbstractPropertyDomainTranslator.ClassDomainAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom,org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyDomainTranslator.AxiomImpl.ComplexImpl extends DataPropertyDomainTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DataPropertyDomainTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyDomainTranslator.AxiomImpl.SimpleImpl extends DataPropertyDomainTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyRangeTranslator.AxiomImpl extends AbstractPropertyRangeTranslator.RangeAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLDataRange> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyRangeTranslator.AxiomImpl.ComplexImpl extends DataPropertyRangeTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DataPropertyRangeTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyRangeTranslator.AxiomImpl.SimpleImpl extends DataPropertyRangeTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DatatypeDefinitionTranslator.AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DatatypeDefinitionTranslator.AxiomImpl.ComplexImpl extends DatatypeDefinitionTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DatatypeDefinitionTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DatatypeDefinitionTranslator.AxiomImpl.SimpleImpl extends DatatypeDefinitionTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DeclarationTranslator.AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLDeclarationAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DeclarationTranslator.AxiomImpl.SimpleImpl extends DeclarationTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DeclarationTranslator.AxiomImpl.WithAnnotationsImpl extends DeclarationTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DeclarationTranslator.AxiomImpl.WithAnnotationsImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DifferentIndividualsTranslator.AxiomImpl extends AbstractNaryTranslator.IndividualNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DifferentIndividualsTranslator.AxiomImpl.ComplexImpl extends DifferentIndividualsTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DifferentIndividualsTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DifferentIndividualsTranslator.AxiomImpl.SimpleImpl extends DifferentIndividualsTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointClassesTranslator.AxiomImpl extends AbstractNaryTranslator.ClassNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDisjointClassesAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointClassesTranslator.AxiomImpl.ComplexImpl extends DisjointClassesTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DisjointClassesTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointClassesTranslator.AxiomImpl.SimpleImpl extends DisjointClassesTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointDataPropertiesTranslator.AxiomImpl extends AbstractNaryTranslator.DataPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointDataPropertiesTranslator.AxiomImpl.ComplexImpl extends DisjointDataPropertiesTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DisjointDataPropertiesTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointDataPropertiesTranslator.AxiomImpl.SimpleImpl extends DisjointDataPropertiesTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointObjectPropertiesTranslator.AxiomImpl extends AbstractNaryTranslator.ObjectPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointObjectPropertiesTranslator.AxiomImpl.ComplexImpl extends DisjointObjectPropertiesTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<DisjointObjectPropertiesTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointObjectPropertiesTranslator.AxiomImpl.SimpleImpl extends DisjointObjectPropertiesTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.DisjointUnionTranslator.AxiomImpl extends AbstractListBasedTranslator.WithListImpl<org.semanticweb.owlapi.model.OWLDisjointUnionAxiom,OntClass> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentClassesTranslator.AxiomImpl extends AbstractNaryTranslator.ClassNaryAxiomImpl<org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentClassesTranslator.AxiomImpl.ComplexImpl extends EquivalentClassesTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<EquivalentClassesTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentClassesTranslator.AxiomImpl.SimpleImpl extends EquivalentClassesTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentDataPropertiesTranslator.AxiomImpl extends AbstractNaryTranslator.DataPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentDataPropertiesTranslator.AxiomImpl.SimpleImpl extends EquivalentDataPropertiesTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentDataPropertiesTranslator.AxiomImpl.WithAnnotationsImpl extends EquivalentDataPropertiesTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentObjectPropertiesTranslator.AxiomImpl extends AbstractNaryTranslator.ObjectPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentObjectPropertiesTranslator.AxiomImpl.ComplexImpl extends EquivalentObjectPropertiesTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<EquivalentObjectPropertiesTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentObjectPropertiesTranslator.AxiomImpl.SimpleImpl extends EquivalentObjectPropertiesTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.FunctionalDataPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.UnaryAxiomImpl<org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom,org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.FunctionalDataPropertyTranslator.AxiomImpl.ComplexImpl extends FunctionalDataPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<FunctionalDataPropertyTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.FunctionalDataPropertyTranslator.AxiomImpl.SimpleImpl extends FunctionalDataPropertyTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.FunctionalObjectPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.FunctionalObjectPropertyTranslator.AxiomImpl.ComplexImpl extends FunctionalObjectPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<FunctionalObjectPropertyTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.FunctionalObjectPropertyTranslator.AxiomImpl.SimpleImpl extends FunctionalObjectPropertyTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.HasKeyTranslator.AxiomImpl extends AbstractListBasedTranslator.WithListImpl<org.semanticweb.owlapi.model.OWLHasKeyAxiom,OntRealProperty> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.InverseFunctionalObjectPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.InverseFunctionalObjectPropertyTranslator.AxiomImpl.ComplexImpl extends InverseFunctionalObjectPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.InverseFunctionalObjectPropertyTranslator.AxiomImpl.SimpleImpl extends InverseFunctionalObjectPropertyTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.InverseObjectPropertiesTranslator.AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.InverseObjectPropertiesTranslator.AxiomImpl.ComplexImpl extends InverseObjectPropertiesTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<InverseObjectPropertiesTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.InverseObjectPropertiesTranslator.AxiomImpl.SimpleImpl extends InverseObjectPropertiesTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.IrreflexiveObjectPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.IrreflexiveObjectPropertyTranslator.AxiomImpl.ComplexImpl extends IrreflexiveObjectPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<IrreflexiveObjectPropertyTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.IrreflexiveObjectPropertyTranslator.AxiomImpl.SimpleImpl extends IrreflexiveObjectPropertyTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.NegativeDataPropertyAssertionTranslator.AxiomImpl extends AbstractNegativePropertyAssertionTranslator.NegativeAssertionImpl<OntNegativeAssertion.WithDataProperty,org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom,org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLLiteral> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.NegativeObjectPropertyAssertionTranslator.AxiomImpl extends AbstractNegativePropertyAssertionTranslator.NegativeAssertionImpl<OntNegativeAssertion.WithObjectProperty,org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom,org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLIndividual> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyAssertionTranslator.AxiomImpl extends AbstractPropertyAssertionTranslator.AssertionImpl<org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom,org.semanticweb.owlapi.model.OWLIndividual,org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLIndividual> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyAssertionTranslator.AxiomImpl.SimpleImpl extends ObjectPropertyAssertionTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyAssertionTranslator.AxiomImpl.WithAnnotationsImpl extends ObjectPropertyAssertionTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyDomainTranslator.AxiomImpl extends AbstractPropertyDomainTranslator.ClassDomainAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom,org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyDomainTranslator.AxiomImpl.ComplexImpl extends ObjectPropertyDomainTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<ObjectPropertyDomainTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyDomainTranslator.AxiomImpl.SimpleImpl extends ObjectPropertyDomainTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyRangeTranslator.AxiomImpl extends AbstractPropertyRangeTranslator.RangeAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyRangeAxiom,org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyRangeTranslator.AxiomImpl.ComplexImpl extends ObjectPropertyRangeTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<ObjectPropertyRangeTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyRangeTranslator.AxiomImpl.SimpleImpl extends ObjectPropertyRangeTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ReflexiveObjectPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.ReflexiveObjectPropertyTranslator.AxiomImpl.ComplexImpl extends ReflexiveObjectPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<ReflexiveObjectPropertyTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.ReflexiveObjectPropertyTranslator.AxiomImpl.SimpleImpl extends ReflexiveObjectPropertyTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SameIndividualTranslator.AxiomImpl extends AbstractNaryTranslator.IndividualNaryAxiomImpl<org.semanticweb.owlapi.model.OWLSameIndividualAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SameIndividualTranslator.AxiomImpl.ComplexImpl extends SameIndividualTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<SameIndividualTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.SameIndividualTranslator.AxiomImpl.SimpleImpl extends SameIndividualTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubAnnotationPropertyOfTranslator.AxiomImpl extends AbstractSubPropertyTranslator.SubPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom,org.semanticweb.owlapi.model.OWLAnnotationProperty> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubAnnotationPropertyOfTranslator.AxiomImpl.ComplexImpl extends SubAnnotationPropertyOfTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<SubAnnotationPropertyOfTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.SubAnnotationPropertyOfTranslator.AxiomImpl.SimpleImpl extends SubAnnotationPropertyOfTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubClassOfTranslator.AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLSubClassOfAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubClassOfTranslator.AxiomImpl.ComplexImpl extends SubClassOfTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<SubClassOfTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.SubClassOfTranslator.AxiomImpl.SimpleImpl extends SubClassOfTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubDataPropertyOfTranslator.AxiomImpl extends AbstractSubPropertyTranslator.SubPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom,org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubDataPropertyOfTranslator.AxiomImpl.ComplexImpl extends SubDataPropertyOfTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<SubDataPropertyOfTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.SubDataPropertyOfTranslator.AxiomImpl.SimpleImpl extends SubDataPropertyOfTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubObjectPropertyOfTranslator.AxiomImpl extends AbstractSubPropertyTranslator.SubPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLSubObjectPropertyOfAxiom,org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubObjectPropertyOfTranslator.AxiomImpl.ComplexImpl extends SubObjectPropertyOfTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<SubObjectPropertyOfTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.SubObjectPropertyOfTranslator.AxiomImpl.SimpleImpl extends SubObjectPropertyOfTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SubPropertyChainOfTranslator.AxiomImpl extends AbstractListBasedTranslator.WithListImpl<org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom,OntObjectProperty> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SWRLRuleTranslator.AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.SWRLRule> implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<SWRLRuleTranslator.AxiomImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.SymmetricObjectPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.SymmetricObjectPropertyTranslator.AxiomImpl.ComplexImpl extends SymmetricObjectPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<SymmetricObjectPropertyTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.SymmetricObjectPropertyTranslator.AxiomImpl.SimpleImpl extends SymmetricObjectPropertyTranslator.AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.TransitiveObjectPropertyTranslator.AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.axioms.TransitiveObjectPropertyTranslator.AxiomImpl.ComplexImpl extends TransitiveObjectPropertyTranslator.AxiomImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<TransitiveObjectPropertyTranslator.AxiomImpl.ComplexImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.axioms.TransitiveObjectPropertyTranslator.AxiomImpl.SimpleImpl extends TransitiveObjectPropertyTranslator.AxiomImpl implements Serializable
-
-
Package com.github.owlcs.ontapi.internal.objects
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationImpl extends ONTStatementImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationImpl.SimpleImpl extends ONTAnnotationImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationImpl.WithAnnotationsImpl extends ONTAnnotationImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<ONTAnnotationImpl.WithAnnotationsImpl,Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationPropertyImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLAnnotationProperty> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl extends ONTExpressionImpl<ONT extends OntClass> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.CF extends ONTAnonymousClassExpressionImpl.Simple<OntClass.ComplementOf,org.semanticweb.owlapi.model.OWLObjectComplementOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DAVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary<OntClass.DataAllValuesFrom,org.semanticweb.owlapi.model.OWLDataAllValuesFrom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DEC extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality<OntClass.DataCardinality,org.semanticweb.owlapi.model.OWLDataExactCardinality> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DHV extends ONTAnonymousClassExpressionImpl.WithDataProperty<OntClass.DataHasValue,org.semanticweb.owlapi.model.OWLDataHasValue> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DMAC extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality<OntClass.DataMaxCardinality,org.semanticweb.owlapi.model.OWLDataMaxCardinality> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DMIC extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality<OntClass.DataMinCardinality,org.semanticweb.owlapi.model.OWLDataMinCardinality> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DSVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary<OntClass.DataSomeValuesFrom,org.semanticweb.owlapi.model.OWLDataSomeValuesFrom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.IF extends ONTAnonymousClassExpressionImpl.WithClassMembers<OntClass.IntersectionOf,org.semanticweb.owlapi.model.OWLObjectIntersectionOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.NDAVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyNary<OntClass.NaryDataAllValuesFrom,org.semanticweb.owlapi.model.OWLDataAllValuesFrom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.NDSVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyNary<OntClass.NaryDataSomeValuesFrom,org.semanticweb.owlapi.model.OWLDataSomeValuesFrom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OAVF extends ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty<OntClass.ObjectAllValuesFrom,org.semanticweb.owlapi.model.OWLObjectAllValuesFrom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OEC extends ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality<OntClass.ObjectCardinality,org.semanticweb.owlapi.model.OWLObjectExactCardinality> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OF extends ONTAnonymousClassExpressionImpl.WithMembers<OntIndividual,OntClass.OneOf,org.semanticweb.owlapi.model.OWLIndividual,org.semanticweb.owlapi.model.OWLObjectOneOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OHS extends ONTAnonymousClassExpressionImpl.WithObjectProperty<OntClass.HasSelf,org.semanticweb.owlapi.model.OWLObjectHasSelf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OHV extends ONTAnonymousClassExpressionImpl.WithObjectProperty<OntClass.ObjectHasValue,org.semanticweb.owlapi.model.OWLObjectHasValue> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OMAC extends ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality<OntClass.ObjectMaxCardinality,org.semanticweb.owlapi.model.OWLObjectMaxCardinality> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OMIC extends ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality<OntClass.ObjectMinCardinality,org.semanticweb.owlapi.model.OWLObjectMinCardinality> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OSVF extends ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty<OntClass.ObjectSomeValuesFrom,org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.Restriction extends ONTAnonymousClassExpressionImpl.Simple<ONT extends OntClass,OWL extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.Simple extends ONTAnonymousClassExpressionImpl<ONT extends OntClass,OWL extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.UF extends ONTAnonymousClassExpressionImpl.WithClassMembers<OntClass.UnionOf,org.semanticweb.owlapi.model.OWLObjectUnionOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty extends ONTAnonymousClassExpressionImpl.WithObjectProperty<ONT extends OntClass.ComponentRestrictionCE<OntClass,OntObjectProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality extends ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty<ONT extends OntClass.CardinalityRestrictionCE<OntClass,OntObjectProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithClassMembers extends ONTAnonymousClassExpressionImpl.WithMembers<OntClass,ONT extends OntClass.ComponentsCE<OntClass>,org.semanticweb.owlapi.model.OWLClassExpression,OWL extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataProperty extends ONTAnonymousClassExpressionImpl.Restriction<ONT extends OntClass.RestrictionCE<OntDataProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataProperty extends ONTAnonymousClassExpressionImpl.WithDataProperty<ONT extends OntClass.RestrictionCE<OntDataProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary<ONT extends OntClass.CardinalityRestrictionCE<OntDataRange,OntDataProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyNary extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataProperty<ONT extends OntClass.NaryRestrictionCE<OntDataRange,OntDataProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataProperty<ONT extends OntClass.ComponentRestrictionCE<OntDataRange,OntDataProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithMembers extends ONTAnonymousClassExpressionImpl<ONT_C extends OntClass.ComponentsCE<ONT_M>,OWL_C extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithObjectProperty extends ONTAnonymousClassExpressionImpl.Restriction<ONT extends OntClass.RestrictionCE<OntObjectProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl extends ONTExpressionImpl<ONT extends OntDataRange> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.CF extends ONTAnonymousDataRangeImpl<OntDataRange.ComplementOf,org.semanticweb.owlapi.model.OWLDataComplementOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.IF extends ONTAnonymousDataRangeImpl.WithDRMembers<OntDataRange.IntersectionOf,org.semanticweb.owlapi.model.OWLDataIntersectionOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.OF extends ONTAnonymousDataRangeImpl.WithMembers<org.apache.jena.rdf.model.Literal,OntDataRange.OneOf,org.semanticweb.owlapi.model.OWLLiteral,org.semanticweb.owlapi.model.OWLDataOneOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.R extends ONTAnonymousDataRangeImpl<OntDataRange.Restriction,org.semanticweb.owlapi.model.OWLDatatypeRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.UF extends ONTAnonymousDataRangeImpl.WithDRMembers<OntDataRange.UnionOf,org.semanticweb.owlapi.model.OWLDataUnionOf> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.WithDRMembers extends ONTAnonymousDataRangeImpl.WithMembers<OntDataRange,ONT extends OntDataRange.ComponentsDR<OntDataRange>,org.semanticweb.owlapi.model.OWLDataRange,OWL extends org.semanticweb.owlapi.model.OWLDataRange> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.WithMembers extends ONTAnonymousDataRangeImpl<ONT_D extends OntDataRange.ComponentsDR<ONT_M>,OWL_D extends org.semanticweb.owlapi.model.OWLDataRange> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousIndividualImpl extends AnonymousIndividualImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws Exception
- Throws:
Exception
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTAxiomImpl extends ONTStatementImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTClassImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLClass> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTDataPropertyImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLDataProperty> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTDatatypeImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLDatatype> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTEntityImpl extends ONTResourceImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTExpressionImpl extends ONTResourceImpl implements Serializable
-
Serialized Fields
-
content
InternalCache.Loading<ONTExpressionImpl<R extends OntObject>,Object[]> content
All theOWLObject
's components are store here. Since this is essentially duplication of the graph information, this store is designed as a soft cache. Note that any graph change will break this object.
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTFacetRestrictionImpl extends ONTExpressionImpl<OntFacetRestriction> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTIRI extends org.semanticweb.owlapi.model.IRI implements Serializable
- serialVersionUID:
- -6990484009590466514L
-
Class com.github.owlcs.ontapi.internal.objects.ONTLiteralImpl extends LiteralImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws Exception
- Throws:
Exception
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTNamedIndividualImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLNamedIndividual> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTObjectImpl extends OWLObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws Exception
- Throws:
Exception
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTObjectInverseOfImpl extends ONTExpressionImpl<OntObjectProperty.Inverse> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTObjectPropertyImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLObjectProperty> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTResourceImpl extends ONTObjectImpl implements Serializable
-
Serialized Fields
-
node
Object node
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTStatementImpl extends ONTObjectImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl extends ONTExpressionImpl<ONT extends OntSWRL.Atom<?>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.Binary extends ONTSWRLAtomImpl<ONT_R extends OntSWRL.Atom.Binary<ONT_P,ONT_F,ONT_S>,OWL_R extends org.semanticweb.owlapi.model.SWRLBinaryAtom<OWL_F,OWL_S>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.BN extends ONTSWRLAtomImpl<OntSWRL.Atom.WithBuiltin,org.semanticweb.owlapi.model.SWRLBuiltInAtom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.CU extends ONTSWRLAtomImpl.Unary<OntClass,OntSWRL.IArg,OntSWRL.Atom.WithClass,org.semanticweb.owlapi.model.OWLClassExpression,org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLClassAtom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.DIB extends ONTSWRLAtomImpl.ObjectBinary<OntObjectProperty.Named,org.semanticweb.owlapi.model.OWLObjectProperty,OntSWRL.Atom.WithDifferentIndividuals,org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.DPB extends ONTSWRLAtomImpl.Binary<OntDataProperty,OntSWRL.IArg,OntSWRL.DArg,OntSWRL.Atom.WithDataProperty,org.semanticweb.owlapi.model.OWLDataProperty,org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLDArgument,org.semanticweb.owlapi.model.SWRLDataPropertyAtom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.DU extends ONTSWRLAtomImpl.Unary<OntDataRange,OntSWRL.DArg,OntSWRL.Atom.WithDataRange,org.semanticweb.owlapi.model.OWLDataRange,org.semanticweb.owlapi.model.SWRLDArgument,org.semanticweb.owlapi.model.SWRLDataRangeAtom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.ObjectBinary extends ONTSWRLAtomImpl.Binary<ONT_P extends OntObjectProperty,OntSWRL.IArg,OntSWRL.IArg,ONT_R extends OntSWRL.Atom.Binary<ONT_P,OntSWRL.IArg,OntSWRL.IArg>,OWL_P extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument,OWL_R extends org.semanticweb.owlapi.model.SWRLBinaryAtom<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.OPB extends ONTSWRLAtomImpl.ObjectBinary<OntObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyExpression,OntSWRL.Atom.WithObjectProperty,org.semanticweb.owlapi.model.SWRLObjectPropertyAtom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.SIB extends ONTSWRLAtomImpl.ObjectBinary<OntObjectProperty.Named,org.semanticweb.owlapi.model.OWLObjectProperty,OntSWRL.Atom.WithSameIndividuals,org.semanticweb.owlapi.model.SWRLSameIndividualAtom> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.Unary extends ONTSWRLAtomImpl<ONT_R extends OntSWRL.Atom.Unary<ONT_P,ONT_A>,org.semanticweb.owlapi.model.SWRLUnaryAtom<OWL_A extends org.semanticweb.owlapi.model.SWRLArgument>> implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLIndividualImpl extends ONTResourceImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLLiteralImpl extends ONTResourceImpl implements Serializable
-
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLVariable extends ONTResourceImpl implements Serializable
-
-
Package com.github.owlcs.ontapi.jena
-
Class com.github.owlcs.ontapi.jena.OntJenaException extends org.apache.jena.shared.JenaException implements Serializable
-
Class com.github.owlcs.ontapi.jena.OntJenaException.Conversion extends OntJenaException implements Serializable
-
Class com.github.owlcs.ontapi.jena.OntJenaException.Creation extends OntJenaException implements Serializable
-
Class com.github.owlcs.ontapi.jena.OntJenaException.IllegalArgument extends OntJenaException implements Serializable
-
Class com.github.owlcs.ontapi.jena.OntJenaException.IllegalState extends OntJenaException implements Serializable
-
Class com.github.owlcs.ontapi.jena.OntJenaException.Recursion extends OntJenaException implements Serializable
-
Class com.github.owlcs.ontapi.jena.OntJenaException.Unsupported extends OntJenaException implements Serializable
-
-
Package com.github.owlcs.ontapi.owlapi
-
Class com.github.owlcs.ontapi.owlapi.ImportsDeclarationImpl extends Object implements Serializable
-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
Class com.github.owlcs.ontapi.owlapi.OWLObjectImpl extends Object implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
-
-
-
Package com.github.owlcs.ontapi.owlapi.axioms
-
Class com.github.owlcs.ontapi.owlapi.axioms.AnnotationAssertionAxiomImpl extends AxiomImpl implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLAnnotationProperty property
-
subject
org.semanticweb.owlapi.model.OWLAnnotationSubject subject
-
value
org.semanticweb.owlapi.model.OWLAnnotationValue value
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.AnnotationPropertyDomainAxiomImpl extends AxiomImpl implements Serializable
-
Serialized Fields
-
domain
org.semanticweb.owlapi.model.IRI domain
-
property
org.semanticweb.owlapi.model.OWLAnnotationProperty property
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.AnnotationPropertyRangeAxiomImpl extends AxiomImpl implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLAnnotationProperty property
-
range
org.semanticweb.owlapi.model.IRI range
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.AsymmetricObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.AxiomImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
annotations
List<org.semanticweb.owlapi.model.OWLAnnotation> annotations
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.ClassAssertionAxiomImpl extends IndividualAxiomImpl implements Serializable
-
Serialized Fields
-
clazz
org.semanticweb.owlapi.model.OWLClassExpression clazz
-
individual
org.semanticweb.owlapi.model.OWLIndividual individual
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.ClassAxiomImpl extends LogicalAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLLiteral> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyCharacteristicAxiomImpl extends PropertyAxiomImpl implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLDataPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyDomainAxiomImpl extends PropertyDomainAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyRangeAxiomImpl extends PropertyRangeAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLDataRange> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DatatypeDefinitionAxiomImpl extends AxiomImpl implements Serializable
-
Serialized Fields
-
dataRange
org.semanticweb.owlapi.model.OWLDataRange dataRange
-
datatype
org.semanticweb.owlapi.model.OWLDatatype datatype
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.DeclarationAxiomImpl extends AxiomImpl implements Serializable
-
Serialized Fields
-
entity
org.semanticweb.owlapi.model.OWLEntity entity
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.DifferentIndividualsAxiomImpl extends NaryIndividualAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointClassesAxiomImpl extends NaryClassAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointDataPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointObjectPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointUnionAxiomImpl extends ClassAxiomImpl implements Serializable
-
Serialized Fields
-
classes
List<org.semanticweb.owlapi.model.OWLClassExpression> classes
-
clazz
org.semanticweb.owlapi.model.OWLClass clazz
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.EquivalentClassesAxiomImpl extends NaryClassAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.EquivalentDataPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.EquivalentObjectPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.FunctionalDataPropertyAxiomImpl extends DataPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.FunctionalObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.HasKeyAxiomImpl extends LogicalAxiomImpl implements Serializable
-
Serialized Fields
-
expression
org.semanticweb.owlapi.model.OWLClassExpression expression
-
propertyExpressions
List<org.semanticweb.owlapi.model.OWLPropertyExpression> propertyExpressions
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.IndividualAxiomImpl extends LogicalAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.IndividualRelationshipAxiomImpl extends LogicalAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.InverseFunctionalObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.InverseObjectPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Serialized Fields
-
first
org.semanticweb.owlapi.model.OWLObjectPropertyExpression first
-
second
org.semanticweb.owlapi.model.OWLObjectPropertyExpression second
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.IrreflexiveObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.LogicalAxiomImpl extends AxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.NaryClassAxiomImpl extends ClassAxiomImpl implements Serializable
-
Serialized Fields
-
classes
List<org.semanticweb.owlapi.model.OWLClassExpression> classes
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.NaryIndividualAxiomImpl extends IndividualAxiomImpl implements Serializable
-
Serialized Fields
-
individuals
List<org.semanticweb.owlapi.model.OWLIndividual> individuals
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.NaryPropertyAxiomImpl extends PropertyAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.NegativeDataPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLLiteral> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.NegativeObjectPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLIndividual> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLIndividual> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyCharacteristicAxiomImpl extends PropertyAxiomImpl implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyDomainAxiomImpl extends PropertyDomainAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyRangeAxiomImpl extends PropertyRangeAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.PropertyAxiomImpl extends LogicalAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.PropertyDomainAxiomImpl extends UnaryPropertyAxiomImpl<P extends org.semanticweb.owlapi.model.OWLPropertyExpression> implements Serializable
-
Serialized Fields
-
domain
org.semanticweb.owlapi.model.OWLClassExpression domain
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.PropertyRangeAxiomImpl extends UnaryPropertyAxiomImpl<P extends org.semanticweb.owlapi.model.OWLPropertyExpression> implements Serializable
-
Serialized Fields
-
range
R extends org.semanticweb.owlapi.model.OWLPropertyRange range
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.ReflexiveObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.RuleImpl extends LogicalAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.SameIndividualAxiomImpl extends NaryIndividualAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.SubAnnotationPropertyOfAxiomImpl extends AxiomImpl implements Serializable
-
Serialized Fields
-
subProperty
org.semanticweb.owlapi.model.OWLAnnotationProperty subProperty
-
superProperty
org.semanticweb.owlapi.model.OWLAnnotationProperty superProperty
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.SubClassOfAxiomImpl extends ClassAxiomImpl implements Serializable
-
Serialized Fields
-
subClass
org.semanticweb.owlapi.model.OWLClassExpression subClass
-
superClass
org.semanticweb.owlapi.model.OWLClassExpression superClass
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.SubDataPropertyOfAxiomImpl extends SubPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.SubObjectPropertyOfAxiomImpl extends SubPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.SubPropertyAxiomImpl extends PropertyAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.SubPropertyChainAxiomImpl extends PropertyAxiomImpl implements Serializable
-
Serialized Fields
-
propertyChain
List<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> propertyChain
-
superProperty
org.semanticweb.owlapi.model.OWLObjectPropertyExpression superProperty
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.SymmetricObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.TransitiveObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.axioms.UnaryPropertyAxiomImpl extends PropertyAxiomImpl implements Serializable
-
Serialized Fields
-
property
P extends org.semanticweb.owlapi.model.OWLPropertyExpression property
-
-
-
-
Package com.github.owlcs.ontapi.owlapi.objects
-
Class com.github.owlcs.ontapi.owlapi.objects.AnnotationImpl extends AnnotationImplNotAnnotated implements Serializable
-
Serialized Fields
-
annotations
List<org.semanticweb.owlapi.model.OWLAnnotation> annotations
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.AnnotationImplNotAnnotated extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLAnnotationProperty property
-
value
org.semanticweb.owlapi.model.OWLAnnotationValue value
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.AnonymousIndividualImpl extends OWLObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws Exception
- Throws:
Exception
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.FacetRestrictionImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
facet
org.semanticweb.owlapi.vocab.OWLFacet facet
-
facetValue
org.semanticweb.owlapi.model.OWLLiteral facetValue
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.LiteralImpl extends OWLObjectImpl implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws Exception
- Throws:
Exception
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ObjectInverseOfImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
inverseProperty
org.semanticweb.owlapi.model.OWLObjectProperty inverseProperty
-
-
-
-
Package com.github.owlcs.ontapi.owlapi.objects.ce
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.AnonymousClassExpressionImpl extends OWLObjectImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.CardinalityRestrictionImpl extends AnonymousClassExpressionImpl implements Serializable
-
Serialized Fields
-
cardinality
int cardinality
-
filler
F extends org.semanticweb.owlapi.model.OWLPropertyRange filler
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataAllValuesFromImpl extends QuantifiedDataRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataCardinalityRestrictionImpl extends CardinalityRestrictionImpl<org.semanticweb.owlapi.model.OWLDataRange> implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLDataPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataExactCardinalityImpl extends DataCardinalityRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataHasValueImpl extends ValueRestrictionImpl<org.semanticweb.owlapi.model.OWLLiteral> implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLDataPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataMaxCardinalityImpl extends DataCardinalityRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataMinCardinalityImpl extends DataCardinalityRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataSomeValuesFromImpl extends QuantifiedDataRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.NaryBooleanClassExpressionImpl extends AnonymousClassExpressionImpl implements Serializable
-
Serialized Fields
-
operands
List<org.semanticweb.owlapi.model.OWLClassExpression> operands
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectAllValuesFromImpl extends QuantifiedObjectRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectCardinalityRestrictionImpl extends CardinalityRestrictionImpl<org.semanticweb.owlapi.model.OWLClassExpression> implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectComplementOfImpl extends AnonymousClassExpressionImpl implements Serializable
-
Serialized Fields
-
operand
org.semanticweb.owlapi.model.OWLClassExpression operand
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectExactCardinalityImpl extends ObjectCardinalityRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectHasSelfImpl extends AnonymousClassExpressionImpl implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectHasValueImpl extends ValueRestrictionImpl<org.semanticweb.owlapi.model.OWLIndividual> implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectIntersectionOfImpl extends NaryBooleanClassExpressionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectMaxCardinalityImpl extends ObjectCardinalityRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectMinCardinalityImpl extends ObjectCardinalityRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectOneOfImpl extends AnonymousClassExpressionImpl implements Serializable
-
Serialized Fields
-
values
List<org.semanticweb.owlapi.model.OWLIndividual> values
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectSomeValuesFromImpl extends QuantifiedObjectRestrictionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectUnionOfImpl extends NaryBooleanClassExpressionImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.QuantifiedDataRestrictionImpl extends QuantifiedRestrictionImpl<org.semanticweb.owlapi.model.OWLDataRange> implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLDataPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.QuantifiedObjectRestrictionImpl extends QuantifiedRestrictionImpl<org.semanticweb.owlapi.model.OWLClassExpression> implements Serializable
-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.QuantifiedRestrictionImpl extends AnonymousClassExpressionImpl implements Serializable
-
Serialized Fields
-
filler
F extends org.semanticweb.owlapi.model.OWLPropertyRange filler
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ValueRestrictionImpl extends AnonymousClassExpressionImpl implements Serializable
-
Serialized Fields
-
value
V extends org.semanticweb.owlapi.model.OWLObject value
-
-
-
-
Package com.github.owlcs.ontapi.owlapi.objects.dr
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.AnonymousDataRangeImpl extends OWLObjectImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.DataComplementOfImpl extends AnonymousDataRangeImpl implements Serializable
-
Serialized Fields
-
dataRange
org.semanticweb.owlapi.model.OWLDataRange dataRange
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.DataIntersectionOfImpl extends NaryDataRangeImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.DataOneOfImpl extends AnonymousDataRangeImpl implements Serializable
-
Serialized Fields
-
values
List<org.semanticweb.owlapi.model.OWLLiteral> values
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.DatatypeRestrictionImpl extends AnonymousDataRangeImpl implements Serializable
-
Serialized Fields
-
datatype
org.semanticweb.owlapi.model.OWLDatatype datatype
-
restrictions
List<org.semanticweb.owlapi.model.OWLFacetRestriction> restrictions
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.DataUnionOfImpl extends NaryDataRangeImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.NaryDataRangeImpl extends AnonymousDataRangeImpl implements Serializable
-
Serialized Fields
-
operands
List<org.semanticweb.owlapi.model.OWLDataRange> operands
-
-
-
-
Package com.github.owlcs.ontapi.owlapi.objects.entity
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.AnnotationPropertyImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.BuiltinDatatypeImpl extends DatatypeImpl implements Serializable
-
Serialized Fields
-
from
org.semanticweb.owlapi.vocab.OWL2Datatype from
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.ClassImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
isNothing
boolean isNothing
-
isThing
boolean isThing
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.DataPropertyImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
builtin
boolean builtin
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.DatatypeImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
builtin
boolean builtin
-
iri
org.semanticweb.owlapi.model.IRI iri
-
top
boolean top
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.NamedIndividualImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.ObjectPropertyImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
builtin
boolean builtin
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
-
Package com.github.owlcs.ontapi.owlapi.objects.swrl
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.AtomImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
predicate
org.semanticweb.owlapi.model.SWRLPredicate predicate
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.BinaryAtomImpl extends AtomImpl implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.BuiltInAtomImpl extends AtomImpl implements Serializable
-
Serialized Fields
-
args
List<org.semanticweb.owlapi.model.SWRLDArgument> args
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.ClassAtomImpl extends UnaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.DataPropertyAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLDArgument> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.DataRangeAtomImpl extends UnaryAtomImpl<org.semanticweb.owlapi.model.SWRLDArgument> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.DifferentIndividualsAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.IndividualArgumentImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
individual
org.semanticweb.owlapi.model.OWLIndividual individual
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.LiteralArgumentImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
literal
org.semanticweb.owlapi.model.OWLLiteral literal
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.ObjectPropertyAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.SameIndividualAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.UnaryAtomImpl extends AtomImpl implements Serializable
-
Serialized Fields
-
arg
A extends org.semanticweb.owlapi.model.SWRLArgument arg
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.VariableImpl extends OWLObjectImpl implements Serializable
-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
-
Package com.github.owlcs.ontapi.transforms
-
Class com.github.owlcs.ontapi.transforms.GraphTransformers extends Object implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
filter
GraphFilter filter
-
set
Map<String,Transform> set
-
-
Class com.github.owlcs.ontapi.transforms.GraphTransformers.StoreException extends TransformException implements Serializable
-
Serialized Fields
-
parent
org.apache.jena.graph.Graph parent
-
transform
Transform transform
-
-
-
Class com.github.owlcs.ontapi.transforms.Transform.Factory.DefaultMaker extends Object implements Serializable
-
Serialized Fields
-
impl
Class<? extends TransformationModel> impl
-
-
-
Class com.github.owlcs.ontapi.transforms.TransformException extends org.apache.jena.shared.JenaException implements Serializable
-