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)Hashtable<QualifiedName,List<TypedValue>>getAttr(HashSet<QualifiedName> variables, Bindings b, Using.UsingIterator iter)Hashtable<QualifiedName,List<TypedValue>>getAttr(Bindings b, Groupings gr, List<Integer> index)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 Hashtable<QualifiedName,List<TypedValue>> getAttr(HashSet<QualifiedName> variables, Bindings b, Using.UsingIterator iter)
-
getAttr
public Hashtable<QualifiedName,List<TypedValue>> getAttr(Bindings b, Groupings gr, List<Integer> index)
-
-