Uses of Interface
org.apache.jena.ontapi.model.OntSWRL.Atom
Packages that use OntSWRL.Atom
Package
Description
-
Uses of OntSWRL.Atom in org.apache.jena.ontapi.impl
Method parameters in org.apache.jena.ontapi.impl with type arguments of type OntSWRL.AtomModifier and TypeMethodDescriptionOntGraphModelImpl.createSWRLImp(Collection<OntSWRL.Atom<?>> head, Collection<OntSWRL.Atom<?>> body) -
Uses of OntSWRL.Atom in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntSWRL.AtomModifier and TypeClassDescriptionstatic classOntSWRLImpl.AtomImpl<P extends OntObject>static classOntSWRLImpl.BinaryImpl<O extends OntObject,F extends OntSWRL.Arg, S extends OntSWRL.Arg> static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classOntSWRLImpl.PropertyAtomImpl<P extends OntProperty,A extends OntSWRL.Arg> static classstatic classOntSWRLImpl.UnaryImpl<O extends OntObject,A extends OntSWRL.Arg> Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntSWRL.AtomModifier and TypeMethodDescriptionOntSWRLImpl.ImpImpl.getBodyList()OntSWRLImpl.ImpImpl.getHeadList()Method parameters in org.apache.jena.ontapi.impl.objects with type arguments of type OntSWRL.AtomModifier and TypeMethodDescriptionstatic OntSWRL.ImpOntSWRLImpl.createImp(OntGraphModelImpl model, Collection<OntSWRL.Atom<? extends OntObject>> head, Collection<OntSWRL.Atom<? extends OntObject>> body) -
Uses of OntSWRL.Atom in org.apache.jena.ontapi.model
Subinterfaces of OntSWRL.Atom in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptionstatic interfaceOntSWRL.Atom.Binary<P extends OntObject,F extends OntSWRL.Arg, S extends OntSWRL.Arg> A binary atom abstraction.static interfaceOntSWRL.Atom.Unary<P extends OntObject,A extends OntSWRL.Arg> A unary atom abstraction.static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceMethods in org.apache.jena.ontapi.model that return types with arguments of type OntSWRL.AtomModifier and TypeMethodDescriptiondefault Stream<OntSWRL.Atom>OntSWRL.Imp.body()OntSWRL.Imp.getBodyList()Gets the body ONT-List.OntSWRL.Imp.getHeadList()Gets the head ONT-List.default Stream<OntSWRL.Atom>OntSWRL.Imp.head()