Uses of Interface
org.semanticweb.owlapi.model.SWRLArgument
Packages that use SWRLArgument
Package
Description
Main API classes.
OWL API reference implementation package.
-
Uses of SWRLArgument in org.semanticweb.owlapi.model
Classes in org.semanticweb.owlapi.model with type parameters of type SWRLArgumentModifier and TypeInterfaceDescriptioninterface
SWRLBinaryAtom<A extends SWRLArgument,
B extends SWRLArgument> Represents an atom with two ordered arguments.interface
SWRLBinaryAtom<A extends SWRLArgument,
B extends SWRLArgument> Represents an atom with two ordered arguments.interface
SWRLUnaryAtom<A extends SWRLArgument>
Subinterfaces of SWRLArgument in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents arguments inSWRLAtom
s that are eitherOWLLiteral
s or variables for individualsSWRLLiteralArgument
.interface
Represents arguments inSWRLAtom
s that are eitherOWLIndividual
s or variables for individualsSWRLIndividualArgument
.interface
interface
interface
Represents a variable that can appear in an atom.Methods in org.semanticweb.owlapi.model that return types with arguments of type SWRLArgumentModifier and TypeMethodDescriptionSWRLAtom.allArguments()
default Collection<SWRLArgument>
SWRLAtom.getAllArguments()
Gets all of the arguments in this atom. -
Uses of SWRLArgument in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi with type parameters of type SWRLArgumentModifier and TypeClassDescriptionclass
SWRLBinaryAtomImpl<A extends SWRLArgument,
B extends SWRLArgument> class
SWRLBinaryAtomImpl<A extends SWRLArgument,
B extends SWRLArgument> class
SWRLUnaryAtomImpl<A extends SWRLArgument>
Classes in uk.ac.manchester.cs.owl.owlapi that implement SWRLArgumentModifier and TypeClassDescriptionclass
class
class
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type SWRLArgumentModifier and TypeMethodDescriptionSWRLBinaryAtomImpl.allArguments()
SWRLBuiltInAtomImpl.allArguments()
SWRLUnaryAtomImpl.allArguments()