org.universAAL.middleware.util
Class GraphIteratorElement

Package class diagram package GraphIteratorElement
java.lang.Object
  extended by org.universAAL.middleware.util.GraphIteratorElement

public final class GraphIteratorElement
extends Object


Constructor Summary
GraphIteratorElement(Resource subject, String predicate, Object object, int depth, boolean isList, int listIndex, List theList)
           
 
Method Summary
 int getDepth()
           
 List getList()
           
 int getListIndex()
           
 Object getObject()
           
 String getPredicate()
           
 Resource getSubject()
           
 boolean isList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphIteratorElement

public GraphIteratorElement(Resource subject,
                            String predicate,
                            Object object,
                            int depth,
                            boolean isList,
                            int listIndex,
                            List theList)
Method Detail

getList

public List getList()

isList

public boolean isList()

getListIndex

public int getListIndex()

getDepth

public int getDepth()

getSubject

public Resource getSubject()

getPredicate

public String getPredicate()

getObject

public Object getObject()


Copyright © 2014 universAAL Consortium. All Rights Reserved.