Uses of Interface
org.apache.jena.ontapi.model.OntSWRL.DArg
Package
Description
-
Uses of OntSWRL.DArg in org.apache.jena.ontapi.impl
Modifier and TypeMethodDescriptionOntGraphModelImpl.createDataPropertySWRLAtom
(OntDataProperty dataProperty, OntSWRL.IArg firstArg, OntSWRL.DArg secondArg) OntGraphModelImpl.createDataRangeSWRLAtom
(OntDataRange range, OntSWRL.DArg arg) Modifier 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
Modifier and TypeClassDescriptionstatic class
static class
Modifier 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) Modifier 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
Modifier and TypeInterfaceDescriptionstatic interface
RepresentsSWRL.Variable
entity.Modifier and TypeMethodDescriptiondefault Stream<OntSWRL.DArg>
OntSWRL.Atom.WithBuiltin.arguments()
OntSWRL.Atom.WithBuiltin.getArgList()
Gets the argument's ONT-List.