Serialized Form
-
Package com.github.owlcs.ontapi
-
Record Class com.github.owlcs.ontapi.BlankNodeId
class BlankNodeId extends Record implements Serializable-
Serialized Fields
-
label
String label
The field for thelabel
record component.
-
-
-
Class com.github.owlcs.ontapi.DataFactoryImpl
class DataFactoryImpl extends Object implements Serializable- serialVersionUID:
- -4032031232398404873L
-
Class com.github.owlcs.ontapi.ID
class ID extends org.semanticweb.owlapi.model.OWLOntologyID implements Serializable-
Serialized Fields
-
node
org.apache.jena.graph.Node node
-
-
-
Class com.github.owlcs.ontapi.ModelConfig
class ModelConfig extends Object implements Serializable- serialVersionUID:
- 3681978037818003272L
-
Serialized Fields
-
manager
OntologyManagerImpl manager
-
readConf
OntLoaderConfiguration readConf
-
writerConf
OntWriterConfiguration writerConf
-
-
Class com.github.owlcs.ontapi.NoOpReadWriteLock
class NoOpReadWriteLock extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Exception Class com.github.owlcs.ontapi.OntApiException
class OntApiException extends org.semanticweb.owlapi.model.OWLRuntimeException implements Serializable -
Exception Class com.github.owlcs.ontapi.OntApiException.IllegalArgument
class IllegalArgument extends OntApiException implements Serializable -
Exception Class com.github.owlcs.ontapi.OntApiException.IllegalState
class IllegalState extends OntApiException implements Serializable -
Exception Class com.github.owlcs.ontapi.OntApiException.ModificationDenied
class ModificationDenied extends OntApiException.Unsupported implements Serializable -
Exception Class com.github.owlcs.ontapi.OntApiException.Unsupported
class Unsupported extends OntApiException implements Serializable -
Class com.github.owlcs.ontapi.OntBaseModelImpl
class OntBaseModelImpl extends Object implements Serializable- serialVersionUID:
- 7605836729147058594L
-
Serialization Methods
-
readObject
Reads the object while serialization. Note: only the base graph is serialized.- Parameters:
in
-ObjectInputStream
- 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
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
.- Parameters:
out
-ObjectOutputStream
- 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
class SimpleDocumentFormat extends org.semanticweb.owlapi.formats.AbstractRDFPrefixDocumentFormat implements Serializable -
Class com.github.owlcs.ontapi.OntManagers
class OntManagers extends Object implements Serializable -
Class com.github.owlcs.ontapi.OntologyBuilderImpl
class OntologyBuilderImpl extends Object implements Serializable -
Class com.github.owlcs.ontapi.OntologyCollectionImpl
class 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
class OntologyFactoryImpl extends Object implements Serializable-
Serialized Fields
-
builder
OntologyFactory.Builder builder
-
loader
OntologyFactory.Loader loader
-
-
-
Exception Class com.github.owlcs.ontapi.OntologyFactoryImpl.BadRecursionException
class BadRecursionException extends org.semanticweb.owlapi.model.OWLOntologyCreationException implements Serializable -
Exception Class com.github.owlcs.ontapi.OntologyFactoryImpl.ConfigMismatchException
class ConfigMismatchException extends org.semanticweb.owlapi.model.OWLOntologyCreationException implements Serializable -
Exception Class com.github.owlcs.ontapi.OntologyFactoryImpl.OWLTransformException
class OWLTransformException extends org.semanticweb.owlapi.model.OWLOntologyCreationException implements Serializable -
Exception Class com.github.owlcs.ontapi.OntologyFactoryImpl.UnsupportedFormatException
class 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
class 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
class OntologyManagerImpl extends Object implements Serializable- serialVersionUID:
- -4764329329583952286L
-
Serialization Methods
-
readObject
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.- Parameters:
in
-ObjectInputStream
- 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
class ListenersHolder extends Object implements Serializable- serialVersionUID:
- 6728609023804778746L
-
Serialization Methods
-
readObject
- 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
class 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
class OntologyMetaData extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class com.github.owlcs.ontapi.OntologyModelImpl
class 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
class ChangeProcessor extends Object implements Serializable- serialVersionUID:
- 1150135725506037485L
-
Class com.github.owlcs.ontapi.OntologyModelImpl.Concurrent
class Concurrent extends OWLOntologyWrapper implements Serializable- serialVersionUID:
- 5823394836022970162L
-
Class com.github.owlcs.ontapi.OWLFactoryWrapper
class OWLFactoryWrapper extends Object implements Serializable-
Serialized Fields
-
sources
Set<org.semanticweb.owlapi.model.IRI> sources
-
-
-
Class com.github.owlcs.ontapi.OWLFactoryWrapper.FactoryImpl
class FactoryImpl extends Object implements Serializable-
Serialized Fields
-
builder
OWLFactoryWrapper.FactoryImpl.Builder builder
-
-
-
Class com.github.owlcs.ontapi.OWLOntologyWrapper
class OWLOntologyWrapper extends RWLockedOntology implements Serializable-
Serialized Fields
-
delegate
org.semanticweb.owlapi.model.OWLOntology delegate
-
-
-
Class com.github.owlcs.ontapi.RWLockedCollection
class RWLockedCollection extends org.semanticweb.owlapi.util.PriorityCollection<E extends Serializable> implements Serializable-
Serialized Fields
-
lock
ReadWriteLock lock
-
-
-
Class com.github.owlcs.ontapi.RWLockedOntology
class RWLockedOntology extends Object implements Serializable-
Serialized Fields
-
lock
ReadWriteLock lock
-
-
-
-
Package com.github.owlcs.ontapi.config
-
Class com.github.owlcs.ontapi.config.ExtendedProperties
class ExtendedProperties extends Properties implements Serializable -
Class com.github.owlcs.ontapi.config.OntConfig
class OntConfig extends org.semanticweb.owlapi.model.OntologyConfigurator implements Serializable- serialVersionUID:
- 656765031127374396L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Map<OntSettings,
Object> data -
locked
Set<OntSettings> locked
-
store
Map<OntSettings,
Object> store
-
-
Class com.github.owlcs.ontapi.config.OntConfig.Concurrent
class Concurrent extends OntConfig implements Serializable- serialVersionUID:
- 5910609264963651991L
-
Serialized Fields
-
delegate
OntConfig delegate
-
lock
ReadWriteLock lock
-
-
Class com.github.owlcs.ontapi.config.OntLoaderConfiguration
class OntLoaderConfiguration extends org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration implements Serializable- serialVersionUID:
- 1599596390911768315L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
data
Map<OntSettings,
Object> data -
store
Map<OntSettings,
Object> store
-
-
Class com.github.owlcs.ontapi.config.OntWriterConfiguration
class 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
class 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
class 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
class 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
class 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
class NaryAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLNaryAxiom<M>> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AbstractNaryTranslator.ObjectPropertyNaryAxiomImpl
class 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
class 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
class AssertionImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AbstractPropertyDomainTranslator.ClassDomainAxiomImpl
class 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
class 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
class 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
class 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
class UnaryAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom<P>> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AbstractSubPropertyTranslator.SubPropertyAxiomImpl
class SubPropertyAxiomImpl extends ONTAxiomImpl<A extends org.semanticweb.owlapi.model.OWLAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AnnotationAssertionTranslator.AxiomImpl
class 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
class SimpleImpl extends AnnotationAssertionTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AnnotationAssertionTranslator.AxiomImpl.WithAnnotationsImpl
class WithAnnotationsImpl extends AnnotationAssertionTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyDomainTranslator.AxiomImpl
class 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
class SimpleImpl extends AnnotationPropertyDomainTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyDomainTranslator.AxiomImpl.WithAnnotationsImpl
class WithAnnotationsImpl extends AnnotationPropertyDomainTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyRangeTranslator.AxiomImpl
class 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
class SimpleImpl extends AnnotationPropertyRangeTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AnnotationPropertyRangeTranslator.AxiomImpl.WithAnnotationsImpl
class WithAnnotationsImpl extends AnnotationPropertyRangeTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.AsymmetricObjectPropertyTranslator.AxiomImpl
class AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLAsymmetricObjectPropertyAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.AsymmetricObjectPropertyTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends AsymmetricObjectPropertyTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.ClassAssertionTranslator.AxiomImpl
class AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLClassAssertionAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.ClassAssertionTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends ClassAssertionTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyAssertionTranslator.AxiomImpl
class 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
class SimpleImpl extends DataPropertyAssertionTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyAssertionTranslator.AxiomImpl.WithAnnotationsImpl
class WithAnnotationsImpl extends DataPropertyAssertionTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyDomainTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends DataPropertyDomainTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DataPropertyRangeTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends DataPropertyRangeTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DatatypeDefinitionTranslator.AxiomImpl
class AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DatatypeDefinitionTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends DatatypeDefinitionTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DeclarationTranslator.AxiomImpl
class AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLDeclarationAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DeclarationTranslator.AxiomImpl.SimpleImpl
class SimpleImpl extends DeclarationTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DeclarationTranslator.AxiomImpl.WithAnnotationsImpl
class 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
class AxiomImpl extends AbstractNaryTranslator.IndividualNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DifferentIndividualsTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends DifferentIndividualsTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DisjointClassesTranslator.AxiomImpl
class AxiomImpl extends AbstractNaryTranslator.ClassNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDisjointClassesAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DisjointClassesTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends DisjointClassesTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DisjointDataPropertiesTranslator.AxiomImpl
class AxiomImpl extends AbstractNaryTranslator.DataPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DisjointDataPropertiesTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends DisjointDataPropertiesTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DisjointObjectPropertiesTranslator.AxiomImpl
class AxiomImpl extends AbstractNaryTranslator.ObjectPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DisjointObjectPropertiesTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends DisjointObjectPropertiesTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.DisjointUnionTranslator.AxiomImpl
class AxiomImpl extends AbstractListBasedTranslator.WithListImpl<org.semanticweb.owlapi.model.OWLDisjointUnionAxiom,org.apache.jena.ontapi.model.OntClass> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.EquivalentClassesTranslator.AxiomImpl
class AxiomImpl extends AbstractNaryTranslator.ClassNaryAxiomImpl<org.semanticweb.owlapi.model.OWLEquivalentClassesAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.EquivalentClassesTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends EquivalentClassesTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.EquivalentDataPropertiesTranslator.AxiomImpl
class AxiomImpl extends AbstractNaryTranslator.DataPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLEquivalentDataPropertiesAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.EquivalentDataPropertiesTranslator.AxiomImpl.SimpleImpl
class SimpleImpl extends EquivalentDataPropertiesTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.EquivalentDataPropertiesTranslator.AxiomImpl.WithAnnotationsImpl
class WithAnnotationsImpl extends EquivalentDataPropertiesTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentObjectPropertiesTranslator.AxiomImpl
class AxiomImpl extends AbstractNaryTranslator.ObjectPropertyNaryAxiomImpl<org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.EquivalentObjectPropertiesTranslator.AxiomImpl.ComplexImpl
class ComplexImpl extends EquivalentObjectPropertiesTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.EquivalentObjectPropertiesTranslator.AxiomImpl.SimpleImpl
class SimpleImpl extends EquivalentObjectPropertiesTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.FunctionalDataPropertyTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends FunctionalDataPropertyTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.FunctionalObjectPropertyTranslator.AxiomImpl
class AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLFunctionalObjectPropertyAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.FunctionalObjectPropertyTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends FunctionalObjectPropertyTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.HasKeyTranslator.AxiomImpl
class AxiomImpl extends AbstractListBasedTranslator.WithListImpl<org.semanticweb.owlapi.model.OWLHasKeyAxiom,org.apache.jena.ontapi.model.OntRelationalProperty> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.InverseFunctionalObjectPropertyTranslator.AxiomImpl
class AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.InverseFunctionalObjectPropertyTranslator.AxiomImpl.ComplexImpl
class ComplexImpl extends InverseFunctionalObjectPropertyTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.InverseFunctionalObjectPropertyTranslator.AxiomImpl.SimpleImpl
class SimpleImpl extends InverseFunctionalObjectPropertyTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.InverseObjectPropertiesTranslator.AxiomImpl
class AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLInverseObjectPropertiesAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.InverseObjectPropertiesTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends InverseObjectPropertiesTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.IrreflexiveObjectPropertyTranslator.AxiomImpl
class AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLIrreflexiveObjectPropertyAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.IrreflexiveObjectPropertyTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends IrreflexiveObjectPropertyTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.NegativeDataPropertyAssertionTranslator.AxiomImpl
class AxiomImpl extends AbstractNegativePropertyAssertionTranslator.NegativeAssertionImpl<org.apache.jena.ontapi.model.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
class AxiomImpl extends AbstractNegativePropertyAssertionTranslator.NegativeAssertionImpl<org.apache.jena.ontapi.model.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
class 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
class SimpleImpl extends ObjectPropertyAssertionTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyAssertionTranslator.AxiomImpl.WithAnnotationsImpl
class WithAnnotationsImpl extends ObjectPropertyAssertionTranslator.AxiomImpl implements Serializable-
Serialized Fields
-
-
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyDomainTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends ObjectPropertyDomainTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.ObjectPropertyRangeTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends ObjectPropertyRangeTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.ReflexiveObjectPropertyTranslator.AxiomImpl
class AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.ReflexiveObjectPropertyTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends ReflexiveObjectPropertyTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SameIndividualTranslator.AxiomImpl
class AxiomImpl extends AbstractNaryTranslator.IndividualNaryAxiomImpl<org.semanticweb.owlapi.model.OWLSameIndividualAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SameIndividualTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends SameIndividualTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SubAnnotationPropertyOfTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends SubAnnotationPropertyOfTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SubClassOfTranslator.AxiomImpl
class AxiomImpl extends ONTAxiomImpl<org.semanticweb.owlapi.model.OWLSubClassOfAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SubClassOfTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends SubClassOfTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SubDataPropertyOfTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends SubDataPropertyOfTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SubObjectPropertyOfTranslator.AxiomImpl
class 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
class 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
class SimpleImpl extends SubObjectPropertyOfTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SubPropertyChainOfTranslator.AxiomImpl
class AxiomImpl extends AbstractListBasedTranslator.WithListImpl<org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom,org.apache.jena.ontapi.model.OntObjectProperty> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SWRLRuleTranslator.AxiomImpl
class 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
class AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.SymmetricObjectPropertyTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends SymmetricObjectPropertyTranslator.AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.TransitiveObjectPropertyTranslator.AxiomImpl
class AxiomImpl extends AbstractPropertyTypeTranslator.ObjectAxiomImpl<org.semanticweb.owlapi.model.OWLTransitiveObjectPropertyAxiom> implements Serializable -
Class com.github.owlcs.ontapi.internal.axioms.TransitiveObjectPropertyTranslator.AxiomImpl.ComplexImpl
class 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
class SimpleImpl extends TransitiveObjectPropertyTranslator.AxiomImpl implements Serializable
-
-
Package com.github.owlcs.ontapi.internal.objects
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationImpl
class ONTAnnotationImpl extends ONTStatementImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationImpl.SimpleImpl
class SimpleImpl extends ONTAnnotationImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationImpl.WithAnnotationsImpl
class WithAnnotationsImpl extends ONTAnnotationImpl implements Serializable-
Serialized Fields
-
content
InternalCache.Loading<ONTAnnotationImpl.WithAnnotationsImpl,
Object[]> content
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTAnnotationPropertyImpl
class ONTAnnotationPropertyImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLAnnotationProperty> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl
class ONTAnonymousClassExpressionImpl extends ONTExpressionImpl<ONT extends org.apache.jena.ontapi.model.OntClass> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.CF
class CF extends ONTAnonymousClassExpressionImpl.Simple<org.apache.jena.ontapi.model.OntClass.ComplementOf,org.semanticweb.owlapi.model.OWLObjectComplementOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DAVF
class DAVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary<org.apache.jena.ontapi.model.OntClass.DataAllValuesFrom,org.semanticweb.owlapi.model.OWLDataAllValuesFrom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DEC
class DEC extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality<org.apache.jena.ontapi.model.OntClass.DataCardinality,org.semanticweb.owlapi.model.OWLDataExactCardinality> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DHV
class DHV extends ONTAnonymousClassExpressionImpl.WithDataPropertyUnary<org.apache.jena.ontapi.model.OntClass.DataHasValue,org.semanticweb.owlapi.model.OWLDataHasValue> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DMAC
class DMAC extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality<org.apache.jena.ontapi.model.OntClass.DataMaxCardinality,org.semanticweb.owlapi.model.OWLDataMaxCardinality> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DMIC
class DMIC extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality<org.apache.jena.ontapi.model.OntClass.DataMinCardinality,org.semanticweb.owlapi.model.OWLDataMinCardinality> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.DSVF
class DSVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary<org.apache.jena.ontapi.model.OntClass.DataSomeValuesFrom,org.semanticweb.owlapi.model.OWLDataSomeValuesFrom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.IF
class IF extends ONTAnonymousClassExpressionImpl.WithClassMembers<org.apache.jena.ontapi.model.OntClass.IntersectionOf,org.semanticweb.owlapi.model.OWLObjectIntersectionOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.NDAVF
class NDAVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyNary<org.apache.jena.ontapi.model.OntClass.NaryDataAllValuesFrom,org.semanticweb.owlapi.model.OWLDataAllValuesFrom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.NDSVF
class NDSVF extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyNary<org.apache.jena.ontapi.model.OntClass.NaryDataSomeValuesFrom,org.semanticweb.owlapi.model.OWLDataSomeValuesFrom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OAVF
class OAVF extends ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty<org.apache.jena.ontapi.model.OntClass.ObjectAllValuesFrom,org.semanticweb.owlapi.model.OWLObjectAllValuesFrom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OEC
class OEC extends ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality<org.apache.jena.ontapi.model.OntClass.ObjectCardinality,org.semanticweb.owlapi.model.OWLObjectExactCardinality> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OF
class OF extends ONTAnonymousClassExpressionImpl.WithMembers<org.apache.jena.ontapi.model.OntIndividual,org.apache.jena.ontapi.model.OntClass.OneOf, org.semanticweb.owlapi.model.OWLIndividual, org.semanticweb.owlapi.model.OWLObjectOneOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OHS
class OHS extends ONTAnonymousClassExpressionImpl.WithObjectProperty<org.apache.jena.ontapi.model.OntClass.HasSelf,org.semanticweb.owlapi.model.OWLObjectHasSelf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OHV
class OHV extends ONTAnonymousClassExpressionImpl.WithObjectProperty<org.apache.jena.ontapi.model.OntClass.ObjectHasValue,org.semanticweb.owlapi.model.OWLObjectHasValue> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OMAC
class OMAC extends ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality<org.apache.jena.ontapi.model.OntClass.ObjectMaxCardinality,org.semanticweb.owlapi.model.OWLObjectMaxCardinality> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OMIC
class OMIC extends ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality<org.apache.jena.ontapi.model.OntClass.ObjectMinCardinality,org.semanticweb.owlapi.model.OWLObjectMinCardinality> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.OSVF
class OSVF extends ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty<org.apache.jena.ontapi.model.OntClass.ObjectSomeValuesFrom,org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.Restriction
class Restriction extends ONTAnonymousClassExpressionImpl.Simple<ONT extends org.apache.jena.ontapi.model.OntClass,OWL extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.Simple
class Simple extends ONTAnonymousClassExpressionImpl<ONT extends org.apache.jena.ontapi.model.OntClass,OWL extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.UF
class UF extends ONTAnonymousClassExpressionImpl.WithClassMembers<org.apache.jena.ontapi.model.OntClass.UnionOf,org.semanticweb.owlapi.model.OWLObjectUnionOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty
class WithClassAndObjectProperty extends ONTAnonymousClassExpressionImpl.WithObjectProperty<ONT extends org.apache.jena.ontapi.model.OntClass.ComponentRestriction<org.apache.jena.ontapi.model.OntClass,org.apache.jena.ontapi.model.OntObjectProperty>, OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithClassAndObjectPropertyAndCardinality
class WithClassAndObjectPropertyAndCardinality extends ONTAnonymousClassExpressionImpl.WithClassAndObjectProperty<ONT extends org.apache.jena.ontapi.model.OntClass.CardinalityRestriction<org.apache.jena.ontapi.model.OntClass,org.apache.jena.ontapi.model.OntObjectProperty>, OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithClassMembers
class WithClassMembers extends ONTAnonymousClassExpressionImpl.WithMembers<org.apache.jena.ontapi.model.OntClass,ONT extends org.apache.jena.ontapi.model.OntClass.CollectionOf<org.apache.jena.ontapi.model.OntClass>, org.semanticweb.owlapi.model.OWLClassExpression, OWL extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataProperty
class WithDataProperty extends ONTAnonymousClassExpressionImpl.Restriction<ONT extends org.apache.jena.ontapi.model.OntClass,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataPropertyUnary
class WithDataPropertyUnary extends ONTAnonymousClassExpressionImpl.WithDataProperty<ONT extends org.apache.jena.ontapi.model.OntClass.UnaryRestriction<org.apache.jena.ontapi.model.OntDataProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataProperty
class WithDataRangeAndDataProperty extends ONTAnonymousClassExpressionImpl.WithDataProperty<ONT extends org.apache.jena.ontapi.model.OntClass.Restriction,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyAndCardinality
class WithDataRangeAndDataPropertyAndCardinality extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary<ONT extends org.apache.jena.ontapi.model.OntClass.CardinalityRestriction<org.apache.jena.ontapi.model.OntDataRange,org.apache.jena.ontapi.model.OntDataProperty>, OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyNary
class WithDataRangeAndDataPropertyNary extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataProperty<ONT extends org.apache.jena.ontapi.model.OntClass.NaryRestriction<org.apache.jena.ontapi.model.OntDataRange,org.apache.jena.ontapi.model.OntDataProperty>, OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithDataRangeAndDataPropertyUnary
class WithDataRangeAndDataPropertyUnary extends ONTAnonymousClassExpressionImpl.WithDataRangeAndDataProperty<ONT extends org.apache.jena.ontapi.model.OntClass.ComponentRestriction<org.apache.jena.ontapi.model.OntDataRange,org.apache.jena.ontapi.model.OntDataProperty>, OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithMembers
class WithMembers extends ONTAnonymousClassExpressionImpl<ONT_C extends org.apache.jena.ontapi.model.OntClass.CollectionOf<ONT_M>,OWL_C extends org.semanticweb.owlapi.model.OWLAnonymousClassExpression> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousClassExpressionImpl.WithObjectProperty
class WithObjectProperty extends ONTAnonymousClassExpressionImpl.Restriction<ONT extends org.apache.jena.ontapi.model.OntClass.UnaryRestriction<org.apache.jena.ontapi.model.OntObjectProperty>,OWL extends org.semanticweb.owlapi.model.OWLRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl
class ONTAnonymousDataRangeImpl extends ONTExpressionImpl<ONT extends org.apache.jena.ontapi.model.OntDataRange> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.CF
class CF extends ONTAnonymousDataRangeImpl<org.apache.jena.ontapi.model.OntDataRange.ComplementOf,org.semanticweb.owlapi.model.OWLDataComplementOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.IF
class IF extends ONTAnonymousDataRangeImpl.WithDRMembers<org.apache.jena.ontapi.model.OntDataRange.IntersectionOf,org.semanticweb.owlapi.model.OWLDataIntersectionOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.OF
class OF extends ONTAnonymousDataRangeImpl.WithMembers<org.apache.jena.rdf.model.Literal,org.apache.jena.ontapi.model.OntDataRange.OneOf, org.semanticweb.owlapi.model.OWLLiteral, org.semanticweb.owlapi.model.OWLDataOneOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.R
class R extends ONTAnonymousDataRangeImpl<org.apache.jena.ontapi.model.OntDataRange.Restriction,org.semanticweb.owlapi.model.OWLDatatypeRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.UF
class UF extends ONTAnonymousDataRangeImpl.WithDRMembers<org.apache.jena.ontapi.model.OntDataRange.UnionOf,org.semanticweb.owlapi.model.OWLDataUnionOf> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.WithDRMembers
class WithDRMembers extends ONTAnonymousDataRangeImpl.WithMembers<org.apache.jena.ontapi.model.OntDataRange,ONT extends org.apache.jena.ontapi.model.OntDataRange.Combination<org.apache.jena.ontapi.model.OntDataRange>, org.semanticweb.owlapi.model.OWLDataRange, OWL extends org.semanticweb.owlapi.model.OWLDataRange> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousDataRangeImpl.WithMembers
class WithMembers extends ONTAnonymousDataRangeImpl<ONT_D extends org.apache.jena.ontapi.model.OntDataRange.Combination<ONT_M>,OWL_D extends org.semanticweb.owlapi.model.OWLDataRange> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTAnonymousIndividualImpl
class ONTAnonymousIndividualImpl extends AnonymousIndividualImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
Exception
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
model
Supplier<org.apache.jena.ontapi.model.OntModel> model
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTAxiomImpl
class ONTAxiomImpl extends ONTStatementImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTClassImpl
class ONTClassImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLClass> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTDataPropertyImpl
class ONTDataPropertyImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLDataProperty> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTDatatypeImpl
class ONTDatatypeImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLDatatype> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTEntityImpl
class ONTEntityImpl extends ONTResourceImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTExpressionImpl
class ONTExpressionImpl extends ONTResourceImpl implements Serializable-
Serialized Fields
-
content
InternalCache.Loading<ONTExpressionImpl<R extends org.apache.jena.ontapi.model.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
class ONTFacetRestrictionImpl extends ONTExpressionImpl<org.apache.jena.ontapi.model.OntFacetRestriction> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTIRI
class ONTIRI extends org.semanticweb.owlapi.model.IRI implements Serializable- serialVersionUID:
- -6990484009590466514L
-
Class com.github.owlcs.ontapi.internal.objects.ONTLiteralImpl
class ONTLiteralImpl extends LiteralImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
Exception
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
model
Supplier<org.apache.jena.ontapi.model.OntModel> model
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTNamedIndividualImpl
class ONTNamedIndividualImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLNamedIndividual> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTObjectImpl
class ONTObjectImpl extends OWLObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
Exception
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
model
Supplier<org.apache.jena.ontapi.model.OntModel> model
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTObjectInverseOfImpl
class ONTObjectInverseOfImpl extends ONTExpressionImpl<org.apache.jena.ontapi.model.OntObjectProperty.Inverse> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTObjectPropertyImpl
class ONTObjectPropertyImpl extends ONTEntityImpl<org.semanticweb.owlapi.model.OWLObjectProperty> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTResourceImpl
class ONTResourceImpl extends ONTObjectImpl implements Serializable-
Serialized Fields
-
node
Object node
-
-
-
Class com.github.owlcs.ontapi.internal.objects.ONTStatementImpl
class ONTStatementImpl extends ONTObjectImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl
class ONTSWRLAtomImpl extends ONTExpressionImpl<ONT extends org.apache.jena.ontapi.model.OntSWRL.Atom<?>> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.Binary
class Binary extends ONTSWRLAtomImpl<ONT_R extends org.apache.jena.ontapi.model.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
class BN extends ONTSWRLAtomImpl<org.apache.jena.ontapi.model.OntSWRL.Atom.WithBuiltin,org.semanticweb.owlapi.model.SWRLBuiltInAtom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.CU
class CU extends ONTSWRLAtomImpl.Unary<org.apache.jena.ontapi.model.OntClass,org.apache.jena.ontapi.model.OntSWRL.IArg, org.apache.jena.ontapi.model.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
class DIB extends ONTSWRLAtomImpl.ObjectBinary<org.apache.jena.ontapi.model.OntObjectProperty.Named,org.semanticweb.owlapi.model.OWLObjectProperty, org.apache.jena.ontapi.model.OntSWRL.Atom.WithDifferentIndividuals, org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.DPB
class DPB extends ONTSWRLAtomImpl.Binary<org.apache.jena.ontapi.model.OntDataProperty,org.apache.jena.ontapi.model.OntSWRL.IArg, org.apache.jena.ontapi.model.OntSWRL.DArg, org.apache.jena.ontapi.model.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
class DU extends ONTSWRLAtomImpl.Unary<org.apache.jena.ontapi.model.OntDataRange,org.apache.jena.ontapi.model.OntSWRL.DArg, org.apache.jena.ontapi.model.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
class ObjectBinary extends ONTSWRLAtomImpl.Binary<ONT_P extends org.apache.jena.ontapi.model.OntObjectProperty,org.apache.jena.ontapi.model.OntSWRL.IArg, org.apache.jena.ontapi.model.OntSWRL.IArg, ONT_R extends org.apache.jena.ontapi.model.OntSWRL.Atom.Binary<ONT_P, org.apache.jena.ontapi.model.OntSWRL.IArg, org.apache.jena.ontapi.model.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
class OPB extends ONTSWRLAtomImpl.ObjectBinary<org.apache.jena.ontapi.model.OntObjectProperty,org.semanticweb.owlapi.model.OWLObjectPropertyExpression, org.apache.jena.ontapi.model.OntSWRL.Atom.WithObjectProperty, org.semanticweb.owlapi.model.SWRLObjectPropertyAtom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.SIB
class SIB extends ONTSWRLAtomImpl.ObjectBinary<org.apache.jena.ontapi.model.OntObjectProperty.Named,org.semanticweb.owlapi.model.OWLObjectProperty, org.apache.jena.ontapi.model.OntSWRL.Atom.WithSameIndividuals, org.semanticweb.owlapi.model.SWRLSameIndividualAtom> implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLAtomImpl.Unary
class Unary extends ONTSWRLAtomImpl<ONT_R extends org.apache.jena.ontapi.model.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
class ONTSWRLIndividualImpl extends ONTResourceImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLLiteralImpl
class ONTSWRLLiteralImpl extends ONTResourceImpl implements Serializable -
Class com.github.owlcs.ontapi.internal.objects.ONTSWRLVariable
class ONTSWRLVariable extends ONTResourceImpl implements Serializable
-
-
Package com.github.owlcs.ontapi.owlapi
-
Class com.github.owlcs.ontapi.owlapi.ImportsDeclarationImpl
class ImportsDeclarationImpl extends Object implements Serializable-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
Class com.github.owlcs.ontapi.owlapi.OWLObjectImpl
class 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
class 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
class 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
class 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
class AsymmetricObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.AxiomImpl
class AxiomImpl extends OWLObjectImpl implements Serializable-
Serialized Fields
-
annotations
List<org.semanticweb.owlapi.model.OWLAnnotation> annotations
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.ClassAssertionAxiomImpl
class 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
class ClassAxiomImpl extends LogicalAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyAssertionAxiomImpl
class DataPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLLiteral> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyCharacteristicAxiomImpl
class DataPropertyCharacteristicAxiomImpl extends PropertyAxiomImpl implements Serializable-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLDataPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyDomainAxiomImpl
class DataPropertyDomainAxiomImpl extends PropertyDomainAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DataPropertyRangeAxiomImpl
class DataPropertyRangeAxiomImpl extends PropertyRangeAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLDataRange> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DatatypeDefinitionAxiomImpl
class 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
class DeclarationAxiomImpl extends AxiomImpl implements Serializable-
Serialized Fields
-
entity
org.semanticweb.owlapi.model.OWLEntity entity
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.DifferentIndividualsAxiomImpl
class DifferentIndividualsAxiomImpl extends NaryIndividualAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointClassesAxiomImpl
class DisjointClassesAxiomImpl extends NaryClassAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointDataPropertiesAxiomImpl
class DisjointDataPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointObjectPropertiesAxiomImpl
class DisjointObjectPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.DisjointUnionAxiomImpl
class 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
class EquivalentClassesAxiomImpl extends NaryClassAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.EquivalentDataPropertiesAxiomImpl
class EquivalentDataPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.EquivalentObjectPropertiesAxiomImpl
class EquivalentObjectPropertiesAxiomImpl extends NaryPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.FunctionalDataPropertyAxiomImpl
class FunctionalDataPropertyAxiomImpl extends DataPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.FunctionalObjectPropertyAxiomImpl
class FunctionalObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.HasKeyAxiomImpl
class 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
class IndividualAxiomImpl extends LogicalAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.IndividualRelationshipAxiomImpl
class IndividualRelationshipAxiomImpl extends LogicalAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.InverseFunctionalObjectPropertyAxiomImpl
class InverseFunctionalObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.InverseObjectPropertiesAxiomImpl
class 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
class IrreflexiveObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.LogicalAxiomImpl
class LogicalAxiomImpl extends AxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.NaryClassAxiomImpl
class NaryClassAxiomImpl extends ClassAxiomImpl implements Serializable-
Serialized Fields
-
classes
List<org.semanticweb.owlapi.model.OWLClassExpression> classes
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.NaryIndividualAxiomImpl
class NaryIndividualAxiomImpl extends IndividualAxiomImpl implements Serializable-
Serialized Fields
-
individuals
List<org.semanticweb.owlapi.model.OWLIndividual> individuals
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.NaryPropertyAxiomImpl
class NaryPropertyAxiomImpl extends PropertyAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.NegativeDataPropertyAssertionAxiomImpl
class NegativeDataPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression,org.semanticweb.owlapi.model.OWLLiteral> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.NegativeObjectPropertyAssertionAxiomImpl
class NegativeObjectPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLIndividual> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyAssertionAxiomImpl
class ObjectPropertyAssertionAxiomImpl extends IndividualRelationshipAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLIndividual> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyCharacteristicAxiomImpl
class ObjectPropertyCharacteristicAxiomImpl extends PropertyAxiomImpl implements Serializable-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyDomainAxiomImpl
class ObjectPropertyDomainAxiomImpl extends PropertyDomainAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.ObjectPropertyRangeAxiomImpl
class ObjectPropertyRangeAxiomImpl extends PropertyRangeAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.PropertyAxiomImpl
class PropertyAxiomImpl extends LogicalAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.PropertyDomainAxiomImpl
class 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
class 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
class ReflexiveObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.RuleImpl
class RuleImpl extends LogicalAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.SameIndividualAxiomImpl
class SameIndividualAxiomImpl extends NaryIndividualAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.SubAnnotationPropertyOfAxiomImpl
class 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
class 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
class SubDataPropertyOfAxiomImpl extends SubPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLDataPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.SubObjectPropertyOfAxiomImpl
class SubObjectPropertyOfAxiomImpl extends SubPropertyAxiomImpl<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.SubPropertyAxiomImpl
class SubPropertyAxiomImpl extends PropertyAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.SubPropertyChainAxiomImpl
class 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
class SymmetricObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.TransitiveObjectPropertyAxiomImpl
class TransitiveObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.axioms.UnaryPropertyAxiomImpl
class 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
class AnnotationImpl extends AnnotationImplNotAnnotated implements Serializable-
Serialized Fields
-
annotations
List<org.semanticweb.owlapi.model.OWLAnnotation> annotations
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.AnnotationImplNotAnnotated
class 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
class AnonymousIndividualImpl extends OWLObjectImpl implements Serializable-
Serialized Fields
-
id
String id
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.FacetRestrictionImpl
class 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
class LiteralImpl extends OWLObjectImpl implements Serializable-
Serialization Methods
-
readObject
- Throws:
Exception
-
writeObject
- Throws:
IOException
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ObjectInverseOfImpl
class 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
class AnonymousClassExpressionImpl extends OWLObjectImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.CardinalityRestrictionImpl
class 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
class DataAllValuesFromImpl extends QuantifiedDataRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataCardinalityRestrictionImpl
class 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
class DataExactCardinalityImpl extends DataCardinalityRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataHasValueImpl
class 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
class DataMaxCardinalityImpl extends DataCardinalityRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataMinCardinalityImpl
class DataMinCardinalityImpl extends DataCardinalityRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.DataSomeValuesFromImpl
class DataSomeValuesFromImpl extends QuantifiedDataRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.NaryBooleanClassExpressionImpl
class NaryBooleanClassExpressionImpl extends AnonymousClassExpressionImpl implements Serializable-
Serialized Fields
-
operands
List<org.semanticweb.owlapi.model.OWLClassExpression> operands
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectAllValuesFromImpl
class ObjectAllValuesFromImpl extends QuantifiedObjectRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectCardinalityRestrictionImpl
class 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
class ObjectComplementOfImpl extends AnonymousClassExpressionImpl implements Serializable-
Serialized Fields
-
operand
org.semanticweb.owlapi.model.OWLClassExpression operand
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectExactCardinalityImpl
class ObjectExactCardinalityImpl extends ObjectCardinalityRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectHasSelfImpl
class ObjectHasSelfImpl extends AnonymousClassExpressionImpl implements Serializable-
Serialized Fields
-
property
org.semanticweb.owlapi.model.OWLObjectPropertyExpression property
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectHasValueImpl
class 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
class ObjectIntersectionOfImpl extends NaryBooleanClassExpressionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectMaxCardinalityImpl
class ObjectMaxCardinalityImpl extends ObjectCardinalityRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectMinCardinalityImpl
class ObjectMinCardinalityImpl extends ObjectCardinalityRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectOneOfImpl
class ObjectOneOfImpl extends AnonymousClassExpressionImpl implements Serializable-
Serialized Fields
-
values
List<org.semanticweb.owlapi.model.OWLIndividual> values
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectSomeValuesFromImpl
class ObjectSomeValuesFromImpl extends QuantifiedObjectRestrictionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.ObjectUnionOfImpl
class ObjectUnionOfImpl extends NaryBooleanClassExpressionImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.ce.QuantifiedDataRestrictionImpl
class 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
class 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
class 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
class 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
class AnonymousDataRangeImpl extends OWLObjectImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.dr.DataComplementOfImpl
class DataComplementOfImpl extends AnonymousDataRangeImpl implements Serializable-
Serialized Fields
-
dataRange
org.semanticweb.owlapi.model.OWLDataRange dataRange
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.DataIntersectionOfImpl
class DataIntersectionOfImpl extends NaryDataRangeImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.dr.DataOneOfImpl
class DataOneOfImpl extends AnonymousDataRangeImpl implements Serializable-
Serialized Fields
-
values
List<org.semanticweb.owlapi.model.OWLLiteral> values
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.dr.DatatypeRestrictionImpl
class 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
class DataUnionOfImpl extends NaryDataRangeImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.dr.NaryDataRangeImpl
class 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
class AnnotationPropertyImpl extends OWLObjectImpl implements Serializable-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.BuiltinDatatypeImpl
class BuiltinDatatypeImpl extends DatatypeImpl implements Serializable-
Serialized Fields
-
from
org.semanticweb.owlapi.vocab.OWL2Datatype from
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.ClassImpl
class 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
class 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
class 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
class NamedIndividualImpl extends OWLObjectImpl implements Serializable-
Serialized Fields
-
iri
org.semanticweb.owlapi.model.IRI iri
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.entity.ObjectPropertyImpl
class 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
class AtomImpl extends OWLObjectImpl implements Serializable-
Serialized Fields
-
predicate
org.semanticweb.owlapi.model.SWRLPredicate predicate
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.BinaryAtomImpl
class BinaryAtomImpl extends AtomImpl implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.swrl.BuiltInAtomImpl
class BuiltInAtomImpl extends AtomImpl implements Serializable-
Serialized Fields
-
args
List<org.semanticweb.owlapi.model.SWRLDArgument> args
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.ClassAtomImpl
class ClassAtomImpl extends UnaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.swrl.DataPropertyAtomImpl
class DataPropertyAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLDArgument> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.swrl.DataRangeAtomImpl
class DataRangeAtomImpl extends UnaryAtomImpl<org.semanticweb.owlapi.model.SWRLDArgument> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.swrl.DifferentIndividualsAtomImpl
class DifferentIndividualsAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.swrl.IndividualArgumentImpl
class IndividualArgumentImpl extends OWLObjectImpl implements Serializable-
Serialized Fields
-
individual
org.semanticweb.owlapi.model.OWLIndividual individual
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.LiteralArgumentImpl
class LiteralArgumentImpl extends OWLObjectImpl implements Serializable-
Serialized Fields
-
literal
org.semanticweb.owlapi.model.OWLLiteral literal
-
-
-
Class com.github.owlcs.ontapi.owlapi.objects.swrl.ObjectPropertyAtomImpl
class ObjectPropertyAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.swrl.SameIndividualAtomImpl
class SameIndividualAtomImpl extends BinaryAtomImpl<org.semanticweb.owlapi.model.SWRLIArgument,org.semanticweb.owlapi.model.SWRLIArgument> implements Serializable -
Class com.github.owlcs.ontapi.owlapi.objects.swrl.UnaryAtomImpl
class 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
class 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
class GraphTransformers extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
filter
GraphFilter filter
-
set
Map<String,
Transform> set
-
-
Exception Class com.github.owlcs.ontapi.transforms.GraphTransformers.StoreException
class 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
class DefaultMaker extends Object implements Serializable-
Serialized Fields
-
impl
Class<? extends TransformationModel> impl
-
-
-
Exception Class com.github.owlcs.ontapi.transforms.TransformException
class TransformException extends org.apache.jena.shared.JenaException implements Serializable
-