Uses of Interface
org.apache.jena.ontapi.model.OntClass.Named
Packages that use OntClass.Named
Package
Description
-
Uses of OntClass.Named in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntClass.NamedModifier and TypeMethodDescriptionOntGraphModelImpl.getOWLNothing()
OntGraphModelImpl.getOWLThing()
-
Uses of OntClass.Named in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntClass.NamedModifier and TypeClassDescriptionstatic class
Primary (named) class (<uri> a owl:Class
).static class
A version of Named class for RL specification.Methods in org.apache.jena.ontapi.impl.objects that return OntClass.NamedModifier and TypeMethodDescriptionOntSimpleClassImpl.NamedImpl.addDisjointClass
(OntClass other) OntSimpleClassImpl.NamedImpl.asNamed()
OntSimpleClassImpl.NamedImpl.removeDisjointClass
(org.apache.jena.rdf.model.Resource other) OntSimpleClassImpl.NamedImpl.removeDisjointUnion
(org.apache.jena.rdf.model.Resource rdfList) OntSimpleClassImpl.NamedImpl.removeEquivalentClass
(org.apache.jena.rdf.model.Resource other) Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntClass.Named -
Uses of OntClass.Named in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return OntClass.NamedModifier and TypeMethodDescriptiondefault OntClass.Named
OntClass.Named.addComment
(String txt) Creates_:this rdfs:comment "txt"^^xsd:string
statement.default OntClass.Named
OntClass.Named.addComment
(String txt, String lang) Adds the given localized text annotation with builtinrdfs:comment
predicate.default OntClass.Named
OntClass.Named.addDisjointClass
(OntClass other) Adds the given class as a disjoint class and returns this class expression instance to allow cascading calls.default OntClass.Named
OntClass.Named.addDisjointUnion
(Collection<OntClass> classes) default OntClass.Named
OntClass.Named.addDisjointUnion
(OntClass... classes) default OntClass.Named
OntClass.Named.addEquivalentClass
(OntClass other) Adds a new equivalent class.default OntClass.Named
OntClass.Named.addHasKey
(Collection<OntObjectProperty> objectProperties, Collection<OntDataProperty> dataProperties) Creates anowl:hasKey
statement returning this class to allow cascading calls.default OntClass.Named
OntClass.Named.addHasKey
(OntRelationalProperty... properties) Creates anowl:hasKey
statement returning this class to allow cascading calls.default OntClass.Named
Creates_:this rdfs:label "txt"^^xsd:string
statement.default OntClass.Named
Adds the given localized text annotation with builtinrdfs:label
predicate.default OntClass.Named
OntClass.Named.addSubClass
(OntClass other) Adds the given class as a subclass and returns this class expression instance to allow cascading calls.default OntClass.Named
OntClass.Named.addSuperClass
(OntClass other) Adds the given class as a superclass and returns this class expression instance to allow cascading calls.default OntClass.Named
OntClass.Named.annotate
(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicate
default OntClass.Named
OntClass.Named.annotate
(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicate
andvalue
.default OntClass.Named
OntClass.asNamed()
Represents this OWL class expression as a named OWL class if it is possible, otherwise throws an exception.default OntClass.Named
OntClass.Named.clearDisjointUnions()
Deletes allDisjointUnion
[]-lists including their annotations, i.e., all those statements with the predicateowl:disjointUnionOf
for which this resource is a subject.default OntClass.Named
OntClass.Named.clearHasKeys()
Deletes allHasKey
[]-list including its annotations, i.e., all those statements with the predicateowl:hasKey
for which this resource is a subject.default OntClass.Named
OntModel.createOntClass
(String uri) Creates named class (owl-entity)default OntClass.Named
OntModel.getOntClass
(String uri) default OntClass.Named
OntModel.getOntClass
(org.apache.jena.rdf.model.Resource uri) default OntClass.Named
OntModel.getOWLNothing()
default OntClass.Named
OntModel.getOWLThing()
default OntClass.Named
OntClass.Named.removeDisjointClass
(org.apache.jena.rdf.model.Resource other) Removes the specified disjoint class resource.OntClass.Named.removeDisjointUnion
(org.apache.jena.rdf.model.Resource list) Deletes the givenDisjointUnion
list including its annotations.default OntClass.Named
OntClass.Named.removeEquivalentClass
(org.apache.jena.rdf.model.Resource other) Removes the given equivalent class resource including the statement's annotations.default OntClass.Named
OntClass.Named.removeSuperClass
(org.apache.jena.rdf.model.Resource other) Removes a superclass relationship for the given resource including all possible annotations.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntClass.NamedModifier and TypeMethodDescriptiondefault Stream<OntClass.Named>
OntModel.classes()
Lists all named class expressions (OWL classes). -
Uses of OntClass.Named in org.apache.jena.ontapi.utils
Methods in org.apache.jena.ontapi.utils that return types with arguments of type OntClass.NamedModifier and TypeMethodDescriptionstatic Stream<OntClass.Named>
OntModels.namedHierarchyRoots
(OntModel m) Answers a stream of the named hierarchy roots of a given OntModel.