Package com.stardog.stark
Class Axioms.ExpressionList<T extends Axiom>
- java.lang.Object
-
- com.stardog.stark.Axioms.ExpressionList<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.stardog.stark.Axiom
Axiom.ClassExpression, Axiom.Datatype, Axiom.NamedDatatype, Axiom.PropertyExpression
-
-
Constructor Summary
Constructors Constructor Description ExpressionList(java.util.List<T> theElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<Statement>
iterator()
Resource
mainNode()
The subject of the main triple
-
-
-
Constructor Detail
-
ExpressionList
public ExpressionList(java.util.List<T> theElements)
-
-
Method Detail
-
mainNode
@Nullable public Resource mainNode()
The subject of the main triple- Specified by:
mainNode
in interfaceAxiom
- Returns:
- the main node
- See Also:
- Table 1 in Translation of Axioms, Main Triple
-
-