
public final class GraphIteratorElement extends Object
| Constructor and Description | 
|---|
GraphIteratorElement(Resource subject,
                    String predicate,
                    Object object,
                    int depth,
                    boolean isList,
                    int listIndex,
                    List theList)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getDepth()
Get the depth of the triple (the distance to the root resource) in the
 graph. 
 | 
List | 
getList()  | 
int | 
getListIndex()  | 
Object | 
getObject()
Get the RDF object of the triple. 
 | 
String | 
getPredicate()
Get the RDF predicate of the triple. 
 | 
Resource | 
getSubject()
Get the RDF subject of the triple. 
 | 
boolean | 
isList()  | 
public List getList()
public boolean isList()
public int getListIndex()
public int getDepth()
public Resource getSubject()
public String getPredicate()
public Object getObject()
Copyright © 2018 universAAL Consortium. All rights reserved.