eRqlEngine API documentation - http://www.wleklinski.de/rdf/

gr.forth.ics.vrp.corevrp.parser
Class UpCall

java.lang.Object
  extended bygr.forth.ics.vrp.corevrp.parser.UpCall

public class UpCall
extends Object

UpCall.java - A class to transport the information to wrapped elements.

Version:
07. Apr. 2000
Author:
Karsten Tolle

Method Summary
 Object getObject()
          Get the object of the UpCall.
 String getPredicate()
          Get the predicate of the UpCall.
 boolean getReification()
          In case the statement needs to be reified return true else false.
 boolean getRes_Lit()
          In case the object is a Literal it returns false else true.
 String getStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPredicate

public String getPredicate()
Get the predicate of the UpCall.


getObject

public Object getObject()
Get the object of the UpCall.


getRes_Lit

public boolean getRes_Lit()
In case the object is a Literal it returns false else true.


getReification

public boolean getReification()
In case the statement needs to be reified return true else false.


getStatement

public String getStatement()

eRqlEngine API documentation - http://www.wleklinski.de/rdf/