| Methods in org.mindswap.swrl that return BuiltinAtom |
BuiltinAtom |
SWRLFactory.createAdd(OWLValue result,
OWLValue arg1,
OWLValue arg2)
|
BuiltinAtom |
SWRLFactory.createDivide(OWLValue result,
OWLValue arg1,
OWLValue arg2)
|
BuiltinAtom |
SWRLFactory.createEqual(SWRLDataObject arg1,
SWRLDataObject arg2)
|
BuiltinAtom |
SWRLFactory.createGreaterThan(SWRLDataObject arg1,
SWRLDataObject arg2)
|
BuiltinAtom |
SWRLFactory.createGreaterThanOrEqual(SWRLDataObject arg1,
SWRLDataObject arg2)
|
BuiltinAtom |
SWRLFactory.createLessThan(SWRLDataObject arg1,
SWRLDataObject arg2)
|
BuiltinAtom |
SWRLFactory.createLessThanOrEqual(SWRLDataObject arg1,
SWRLDataObject arg2)
|
BuiltinAtom |
SWRLFactory.createMultiply(OWLValue result,
OWLValue arg1,
OWLValue arg2)
|
BuiltinAtom |
SWRLFactory.createNotEqual(SWRLDataObject arg1,
SWRLDataObject arg2)
|
BuiltinAtom |
SWRLFactory.createSubtract(OWLValue result,
OWLValue arg1,
OWLValue arg2)
|