Class NestedNormalForm
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.aksw.jena_sparql_api.normal_form.NestedSet<Clause>
org.aksw.jena_sparql_api.normal_form.NestedNormalForm
-
Constructor Summary
ConstructorsConstructorDescriptionNestedNormalForm(Set<Clause> clauses) NestedNormalForm(NestedNormalForm parent, boolean asView) -
Method Summary
Modifier and TypeMethodDescriptiongetClausesByVar(org.apache.jena.sparql.core.Var var) protected voidprotected voidMethods inherited from class org.aksw.jena_sparql_api.normal_form.NestedSet
add, contains, containsDirect, equals, getNestingDepth, hashCode, isView, iterator, remove, sizeMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
addAll, clear, containsAll, isEmpty, retainAll, spliterator, toArray, toArray