edu.stanford.smi.protegex.owl.swrl.bridge.builtins.sqwrl
Class SWRLBuiltInLibraryImpl
java.lang.Object
edu.stanford.smi.protegex.owl.swrl.bridge.builtins.AbstractSWRLBuiltInLibrary
edu.stanford.smi.protegex.owl.swrl.bridge.builtins.sqwrl.SWRLBuiltInLibraryImpl
- All Implemented Interfaces:
- SWRLBuiltInLibrary
public class SWRLBuiltInLibraryImpl
- extends AbstractSWRLBuiltInLibrary
Implementation library for SQWRL query built-ins. See here for documentation
on this built-in library.
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
countDistinct
public boolean countDistinct(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
makeSet
public boolean makeSet(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
makeList
public boolean makeList(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
makeSortedSet
public boolean makeSortedSet(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
isEmpty
public boolean isEmpty(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
size
public boolean size(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
intersect
public boolean intersect(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
union
public boolean union(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
contains
public boolean contains(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
except
public boolean except(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
nth
public boolean nth(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
first
public boolean first(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
last
public boolean last(List<BuiltInArgument> arguments)
throws BuiltInException
- Throws:
BuiltInException
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.