com.clarkparsia.openrdf.util
Class ExpressionFactory.ExpressionList<T extends Expression>

java.lang.Object
  extended by com.clarkparsia.openrdf.util.Expression
      extended by com.clarkparsia.openrdf.util.ExpressionFactory.ExpressionList<T>
Enclosing class:
ExpressionFactory

public static class ExpressionFactory.ExpressionList<T extends Expression>
extends Expression

Expression which represents an rdf:List of other expressions.

Author:
Michael Grove

Constructor Summary
ExpressionFactory.ExpressionList(List<T> theElements)
           
 
Method Summary
 
Methods inherited from class com.clarkparsia.openrdf.util.Expression
graph
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionFactory.ExpressionList

public ExpressionFactory.ExpressionList(List<T> theElements)


Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.