edu.stanford.smi.protegex.owl.swrl.bridge.builtins.query
Class SWRLBuiltInLibraryImpl
java.lang.Object
edu.stanford.smi.protegex.owl.swrl.bridge.builtins.AbstractSWRLBuiltInLibrary
edu.stanford.smi.protegex.owl.swrl.bridge.builtins.query.SWRLBuiltInLibraryImpl
- All Implemented Interfaces:
- SWRLBuiltInLibrary
public class SWRLBuiltInLibraryImpl
- extends AbstractSWRLBuiltInLibrary
This built-in library has been superseded by the SQWRL built-in library. See See here for documentation on this new library.
| Methods inherited from class edu.stanford.smi.protegex.owl.swrl.bridge.builtins.AbstractSWRLBuiltInLibrary |
areAllArgumentDataValues, areAllArgumentsBooleans, areAllArgumentsDoubles, areAllArgumentsFloats, areAllArgumentsIntegers, areAllArgumentsLongs, areAllArgumentsNumeric, areAllArgumentsOfAnOrderedType, areAllArgumentsShorts, areAllArgumentsStrings, checkArgumentNumber, checkForNonVariableArguments, checkForUnboundArguments, checkForUnboundArguments, checkForUnboundArguments, checkForUnboundNonFirstArguments, checkNumberOfArgumentsAtLeast, checkNumberOfArgumentsAtLeastOne, checkNumberOfArgumentsAtMost, checkNumberOfArgumentsEqualTo, checkNumberOfArgumentsInRange, checkThatAllArgumentsAreBound, checkThatAllArgumentsAreDataValues, checkThatAllArgumentsAreFloats, checkThatAllArgumentsAreIntegers, checkThatAllArgumentsAreNumeric, checkThatAllArgumentsAreOfAnOrderedType, checkThatAllArgumentsAreStrings, checkThatArgumentIsABoolean, checkThatArgumentIsAClass, checkThatArgumentIsAClassPropertyOrIndividual, checkThatArgumentIsADataProperty, checkThatArgumentIsADataValue, checkThatArgumentIsADataValue, checkThatArgumentIsADouble, checkThatArgumentIsAFloat, checkThatArgumentIsALong, checkThatArgumentIsAnIndividual, checkThatArgumentIsAnInteger, checkThatArgumentIsAnObjectProperty, checkThatArgumentIsAProperty, checkThatArgumentIsAString, checkThatArgumentIsBound, checkThatArgumentIsNonNumeric, checkThatArgumentIsNumeric, checkThatArgumentIsOfAnOrderedType, checkThatInAntecedent, checkThatInConsequent, copyArguments, createClassArgument, createCollectionArgument, createDataPropertyArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createDataValueArgument, createIndividualArgument, createInvocationPattern, createMultiArgument, createMultiArgument, createObjectPropertyArgument, getArgumentAsABoolean, getArgumentAsAClass, getArgumentAsAClassURI, getArgumentAsADataProperty, getArgumentAsADataValue, getArgumentAsADataValue, getArgumentAsADouble, getArgumentAsADouble, getArgumentAsAFloat, getArgumentAsAFloat, getArgumentAsALong, getArgumentAsAnIndividual, getArgumentAsAnIndividualURI, getArgumentAsAnInteger, getArgumentAsAnObjectProperty, getArgumentAsAPositiveInteger, getArgumentAsAPositiveLong, getArgumentAsAProperty, getArgumentAsAPropertyURI, getArgumentAsAPropertyValue, getArgumentAsAShort, getArgumentAsAString, getArgumentAsAURI, getBuiltInBridge, getFirstUnboundArgument, getInvokingBuiltInIndex, getInvokingRuleName, getIsInConsequent, getLibraryName, getVariableName, hasUnboundArguments, invokeBuiltInMethod, invokeResetMethod, isArgumentABoolean, isArgumentAClass, isArgumentAClassPropertyOrIndividual, isArgumentADataProperty, isArgumentADatatypeValue, isArgumentADataValue, isArgumentADouble, isArgumentAFloat, isArgumentALong, isArgumentAnIndividual, isArgumentAnInteger, isArgumentAnObjectProperty, isArgumentAProperty, isArgumentAShort, isArgumentAString, isArgumentConvertableToDouble, isArgumentConvertableToFloat, isArgumentConvertableToInteger, isArgumentConvertableToLong, isArgumentConvertableToShort, isArgumentNonNumeric, isArgumentNumeric, isArgumentOfAnOrderedType, isBoundArgument, isFloatMostPreciseArgument, isIntegerMostPreciseArgument, isLongMostPreciseArgument, isShortMostPreciseArgument, isUnboundArgument, processResultArgument, processResultArgument, processResultArgument, processResultArgument, processResultArgument, processResultArgument, processResultArgument, processResultArgument, processResultArgument, processResultArgument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWRLBuiltInLibraryImpl
public SWRLBuiltInLibraryImpl()
reset
public void reset()
- Specified by:
reset in interface SWRLBuiltInLibrary- Specified by:
reset in class AbstractSWRLBuiltInLibrary
select
public boolean select(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
selectDistinct
public boolean selectDistinct(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
count
public boolean count(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
min
public boolean min(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
max
public boolean max(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
sum
public boolean sum(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
avg
public boolean avg(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
columnNames
public boolean columnNames(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
orderBy
public boolean orderBy(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
orderByDescending
public boolean orderByDescending(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
Submit a bug report or feature request
Copyright (c) 1998-2012 Stanford University.