Class Expand
- java.lang.Object
-
- org.openprovenance.prov.template.expander.Expand
-
public class Expand extends Object
-
-
Constructor Summary
Constructors Constructor Description Expand(ProvFactory pf, boolean addOrderp, boolean allUpdatedRequired)
-
Method Summary
Modifier and Type Method Description List<StatementOrBundle>expand(Bundle bun, Bindings bindings1, Groupings grp1)List<StatementOrBundle>expand(Statement statement, Bindings bindings1, Groupings grp1)List<StatementOrBundle>expand(Statement statement, Bindings bindings1, Groupings grp1, Using us1)Documentexpander(Document docIn, String out, Document docBindings)Documentexpander(Document docIn, Document docBindings)Documentexpander(Document docIn, Bindings bindings1)booleangetAllExpanded()static booleanisGensymVariable(QualifiedName id)
-
-
-
Constructor Detail
-
Expand
public Expand(ProvFactory pf, boolean addOrderp, boolean allUpdatedRequired)
-
-
Method Detail
-
expand
public List<StatementOrBundle> expand(Statement statement, Bindings bindings1, Groupings grp1)
-
getAllExpanded
public boolean getAllExpanded()
-
expand
public List<StatementOrBundle> expand(Bundle bun, Bindings bindings1, Groupings grp1)
-
expand
public List<StatementOrBundle> expand(Statement statement, Bindings bindings1, Groupings grp1, Using us1)
-
isGensymVariable
public static boolean isGensymVariable(QualifiedName id)
-
-