Class Axioms.ExpressionList<T extends Axiom>

  • All Implemented Interfaces:
    Axiom, java.lang.Iterable<Statement>
    Enclosing class:
    Axioms

    public static class Axioms.ExpressionList<T extends Axiom>
    extends java.lang.Object
    implements Axiom

    Expression which represents an rdf:List of other expressions.

    Author:
    Michael Grove
    • Constructor Detail

      • ExpressionList

        public ExpressionList​(java.util.List<T> theElements)