|
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.Resource
gr.forth.ics.vrp.corevrp.model.RDF_Resource
RDF_Resource.java - For Resources containing RDFS or RDF info.
Method Summary | |
void |
addcomment(Literal com)
Add a comment to the resource. |
void |
addisDefinedBy(int iDB)
Add a isDefiniedBy statement to the resource. |
void |
addlabel(Literal lab)
Add a label to the resource. |
void |
addseeAlso(int sA)
Add a seeAlso statement to the resource. |
void |
addtype(RDF_Class c,
Existing ex)
Add a type to the resource. |
void |
addvalue(int val)
Add a value statement to the resource. |
void |
addvalue(Literal val)
|
ArrayList |
getcomment()
Get the comments of the resource. |
ArrayList |
getisDefinedBy()
Get the isDefinedBy statements of the resource. |
ArrayList |
getlabel()
Get the labels of the resource. |
ArrayList |
getseeAlso()
Get the seeAlso statements of the resource. |
ArrayList |
gettype()
Get the type of the resource. |
ArrayList |
getvalue()
Get the value statements of the resource. |
boolean |
has_type(RDF_Class type)
For validation |
void |
setcomment(ArrayList list)
Set the comments of the resource. |
void |
setisDefinedBy(ArrayList list)
Set the isDefinedBy statements of the resource. |
void |
setlabel(ArrayList list)
Set the labels of the resource. |
void |
setseeAlso(ArrayList list)
Set the seeAlso statements of the resource. |
void |
settype(ArrayList list)
Set the type of the resource. |
void |
setvalue(ArrayList list)
Set the value statements of the resource. |
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 gr.forth.ics.vrp.corevrp.model.Resource |
getID, setID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void addcomment(Literal com)
public void setcomment(ArrayList list)
public ArrayList getcomment()
public void addlabel(Literal lab)
public void setlabel(ArrayList list)
public ArrayList getlabel()
public void addseeAlso(int sA)
public void setseeAlso(ArrayList list)
public ArrayList getseeAlso()
public void addisDefinedBy(int iDB)
public void setisDefinedBy(ArrayList list)
public ArrayList getisDefinedBy()
public void addvalue(int val)
public void addvalue(Literal val)
public void setvalue(ArrayList list)
public ArrayList getvalue()
public void addtype(RDF_Class c, Existing ex)
public void settype(ArrayList list)
public ArrayList gettype()
public void solve_links(Existing existing)
public boolean has_type(RDF_Class type)
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |