Uses of Interface
org.apache.jena.ontapi.model.OntSWRL.DArg
Packages that use OntSWRL.DArg
Package
Description
-
Uses of OntSWRL.DArg in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl with parameters of type OntSWRL.DArgModifier and TypeMethodDescriptionOntGraphModelImpl.createDataPropertySWRLAtom
(OntDataProperty dataProperty, OntSWRL.IArg firstArg, OntSWRL.DArg secondArg) OntGraphModelImpl.createDataRangeSWRLAtom
(OntDataRange range, OntSWRL.DArg arg) Method parameters in org.apache.jena.ontapi.impl with type arguments of type OntSWRL.DArgModifier and TypeMethodDescriptionOntGraphModelImpl.createBuiltInSWRLAtom
(org.apache.jena.rdf.model.Resource predicate, Collection<OntSWRL.DArg> arguments) -
Uses of OntSWRL.DArg in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntSWRL.DArgModifier and TypeClassDescriptionstatic class
static class
Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntSWRL.DArgMethods in org.apache.jena.ontapi.impl.objects with parameters of type OntSWRL.DArgModifier and TypeMethodDescriptionOntSWRLImpl.createDataPropertyAtom
(OntGraphModelImpl model, OntDataProperty dataProperty, OntSWRL.IArg firstArg, OntSWRL.DArg secondArg) static OntSWRL.Atom.WithDataRange
OntSWRLImpl.createDataRangeAtom
(OntGraphModelImpl model, OntDataRange range, OntSWRL.DArg arg) Method parameters in org.apache.jena.ontapi.impl.objects with type arguments of type OntSWRL.DArgModifier and TypeMethodDescriptionstatic OntSWRL.Atom.WithBuiltin
OntSWRLImpl.createBuiltInAtom
(OntGraphModelImpl model, org.apache.jena.rdf.model.Resource predicate, Collection<OntSWRL.DArg> arguments) -
Uses of OntSWRL.DArg in org.apache.jena.ontapi.model
Subinterfaces of OntSWRL.DArg in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptionstatic interface
RepresentsSWRL.Variable
entity.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntSWRL.DArgModifier and TypeMethodDescriptiondefault Stream<OntSWRL.DArg>
OntSWRL.Atom.WithBuiltin.arguments()
OntSWRL.Atom.WithBuiltin.getArgList()
Gets the argument's ONT-List.