Class Using
- java.lang.Object
-
- org.openprovenance.prov.template.expander.Using
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classUsing.UsingIterator
-
Constructor Summary
Constructors Constructor Description Using()
-
Method Summary
Modifier and Type Method Description voidaddGroup(Integer group, Integer length)booleancheckIndex(List<Integer> index)Map<QualifiedName,List<TypedValue>>getAttr(Set<QualifiedName> variables, OldBindings b, Using.UsingIterator iter)Iterator<List<Integer>>iterator()List<Integer>nextIndex(List<Integer> index)StringtoString()List<Integer>zeroIndex()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getAttr
public Map<QualifiedName,List<TypedValue>> getAttr(Set<QualifiedName> variables, OldBindings b, Using.UsingIterator iter)
-
-