|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kmr.scam.rdf.util.Query
Helper for querying RDF models.
Title:
Description:
Copyright: Copyright (c) 2002
Company:
Field Summary | |
protected static org.apache.log4j.Category |
LOG
Log4j-logger |
static int |
MAX
|
Constructor Summary | |
Query()
|
Method Summary | |
static void |
main(String[] args)
|
static Model |
RDQL(Model model,
Model buffer,
String rdql,
int rows)
Query model according to RDQL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.log4j.Category LOG
public static final int MAX
Constructor Detail |
public Query()
Method Detail |
public static Model RDQL(Model model, Model buffer, String rdql, int rows) throws RDFException
model
- Modelbuffer
- Buffer-modelrdql
- RDQL expressionrows
- Maximum number of rows (results)
buffer
RDFException
- Description of the Exceptionpublic static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |