|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.core.model.RDFLists
public class RDFLists
| Constructor Summary | |
|---|---|
RDFLists()
|
|
| Method Summary | |
|---|---|
static java.util.List |
extract(com.hp.hpl.jena.rdf.model.Resource list)
Collects all elements inside an rdf:List and deletes all link nodes, i.e. |
static com.hp.hpl.jena.rdf.model.Resource |
getHead(com.hp.hpl.jena.rdf.model.Resource list)
Gets the head element of a list, by following the rdf:rest references to a given list element upwards. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFLists()
| Method Detail |
|---|
public static java.util.List extract(com.hp.hpl.jena.rdf.model.Resource list)
list - the head of the list to extract
public static com.hp.hpl.jena.rdf.model.Resource getHead(com.hp.hpl.jena.rdf.model.Resource list)
list - a member of the list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||