Uses of Interface
org.apache.jena.ontapi.model.OntSWRL.IArg
Packages that use OntSWRL.IArg
Package
Description
-
Uses of OntSWRL.IArg in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl with parameters of type OntSWRL.IArgModifier and TypeMethodDescriptionOntGraphModelImpl.createClassSWRLAtom(OntClass clazz, OntSWRL.IArg arg) OntGraphModelImpl.createDataPropertySWRLAtom(OntDataProperty dataProperty, OntSWRL.IArg firstArg, OntSWRL.DArg secondArg) OntGraphModelImpl.createDifferentIndividualsSWRLAtom(OntSWRL.IArg firstArg, OntSWRL.IArg secondArg) OntGraphModelImpl.createObjectPropertySWRLAtom(OntObjectProperty dataProperty, OntSWRL.IArg firstArg, OntSWRL.IArg secondArg) OntGraphModelImpl.createSameIndividualsSWRLAtom(OntSWRL.IArg firstArg, OntSWRL.IArg secondArg) -
Uses of OntSWRL.IArg in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntSWRL.IArgModifier and TypeClassDescriptionstatic classstatic classMethods in org.apache.jena.ontapi.impl.objects with parameters of type OntSWRL.IArgModifier and TypeMethodDescriptionstatic OntSWRL.Atom.WithClassOntSWRLImpl.createClassAtom(OntGraphModelImpl model, OntClass clazz, OntSWRL.IArg arg) OntSWRLImpl.createDataPropertyAtom(OntGraphModelImpl model, OntDataProperty dataProperty, OntSWRL.IArg firstArg, OntSWRL.DArg secondArg) OntSWRLImpl.createDifferentIndividualsAtom(OntGraphModelImpl model, OntSWRL.IArg firstArg, OntSWRL.IArg secondArg) OntSWRLImpl.createObjectPropertyAtom(OntGraphModelImpl model, OntObjectProperty objectProperty, OntSWRL.IArg firstArg, OntSWRL.IArg secondArg) OntSWRLImpl.createSameIndividualsAtom(OntGraphModelImpl model, OntSWRL.IArg firstArg, OntSWRL.IArg secondArg) -
Uses of OntSWRL.IArg in org.apache.jena.ontapi.model
Subinterfaces of OntSWRL.IArg in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptionstatic interfaceRepresentsSWRL.Variableentity.