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 classPrimary (named) class (<uri> a owl:Class).static classA 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.NamedOntClass.Named.addComment(String txt) Creates_:this rdfs:comment "txt"^^xsd:stringstatement.default OntClass.NamedOntClass.Named.addComment(String txt, String lang) Adds the given localized text annotation with builtinrdfs:commentpredicate.default OntClass.NamedOntClass.Named.addDisjointClass(OntClass other) Adds the given class as a disjoint class and returns this class expression instance to allow cascading calls.default OntClass.NamedOntClass.Named.addDisjointUnion(Collection<OntClass> classes) default OntClass.NamedOntClass.Named.addDisjointUnion(OntClass... classes) default OntClass.NamedOntClass.Named.addEquivalentClass(OntClass other) Adds a new equivalent class.default OntClass.NamedOntClass.Named.addHasKey(Collection<OntObjectProperty> objectProperties, Collection<OntDataProperty> dataProperties) Creates anowl:hasKeystatement returning this class to allow cascading calls.default OntClass.NamedOntClass.Named.addHasKey(OntRelationalProperty... properties) Creates anowl:hasKeystatement returning this class to allow cascading calls.default OntClass.NamedCreates_:this rdfs:label "txt"^^xsd:stringstatement.default OntClass.NamedAdds the given localized text annotation with builtinrdfs:labelpredicate.default OntClass.NamedOntClass.Named.addSubClass(OntClass other) Adds the given class as a subclass and returns this class expression instance to allow cascading calls.default OntClass.NamedOntClass.Named.addSuperClass(OntClass other) Adds the given class as a superclass and returns this class expression instance to allow cascading calls.default OntClass.NamedOntClass.Named.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault OntClass.NamedOntClass.Named.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default OntClass.NamedOntClass.asNamed()Represents this OWL class expression as a named OWL class if it is possible, otherwise throws an exception.default OntClass.NamedOntClass.Named.clearDisjointUnions()Deletes allDisjointUnion[]-lists including their annotations, i.e., all those statements with the predicateowl:disjointUnionOffor which this resource is a subject.default OntClass.NamedOntClass.Named.clearHasKeys()Deletes allHasKey[]-list including its annotations, i.e., all those statements with the predicateowl:hasKeyfor which this resource is a subject.default OntClass.NamedOntModel.createOntClass(String uri) Creates named class (owl-entity)default OntClass.NamedOntModel.getOntClass(String uri) default OntClass.NamedOntModel.getOntClass(org.apache.jena.rdf.model.Resource uri) default OntClass.NamedOntModel.getOWLNothing()default OntClass.NamedOntModel.getOWLThing()default OntClass.NamedOntClass.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 givenDisjointUnionlist including its annotations.default OntClass.NamedOntClass.Named.removeEquivalentClass(org.apache.jena.rdf.model.Resource other) Removes the given equivalent class resource including the statement's annotations.default OntClass.NamedOntClass.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.