|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.forth.ics.vrp.corevrp.model.Link
Link.java - A class for links containing subject and object of a statement.
Method Summary | |
static boolean |
checkLiteralType(String obj,
String dts)
Checks the typing of literal values. |
boolean |
domain_range_check(ArrayList domain,
ArrayList range)
|
Object |
getobject()
Get the object of a link. |
Object |
getsubject()
Get the subject of a link. |
void |
setobject(Literal lit)
|
void |
setobject(Resource r)
|
void |
setsubject(Resource r)
|
void |
solve_links(Existing existing)
This method is for changing the Integer to links to the real java objects so, we do not need the HashTables any more. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Object getsubject()
public void setsubject(Resource r)
public Object getobject()
public void setobject(Resource r)
public void setobject(Literal lit)
public void solve_links(Existing existing)
public boolean domain_range_check(ArrayList domain, ArrayList range) throws Exception
Exception
public static boolean checkLiteralType(String obj, String dts)
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |