org.apache.stanbol.contenthub.search.related.ontologyresource
Class QueryFactory

java.lang.Object
  extended by org.apache.stanbol.contenthub.search.related.ontologyresource.QueryFactory

public final class QueryFactory
extends java.lang.Object

Author:
cihan

Constructor Summary
QueryFactory()
           
 
Method Summary
static com.hp.hpl.jena.query.Query getClassQuery(java.lang.String keyword)
           
static com.hp.hpl.jena.query.Query getCMSObjectQuery(java.lang.String keyword)
           
static com.hp.hpl.jena.query.Query getIndividualQuery(java.lang.String keyword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFactory

public QueryFactory()
Method Detail

getClassQuery

public static final com.hp.hpl.jena.query.Query getClassQuery(java.lang.String keyword)

getIndividualQuery

public static final com.hp.hpl.jena.query.Query getIndividualQuery(java.lang.String keyword)

getCMSObjectQuery

public static final com.hp.hpl.jena.query.Query getCMSObjectQuery(java.lang.String keyword)


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.