Uses of Interface
org.openprovenance.prov.template.emitter.Element
Packages that use Element
Package
Description
-
Uses of Element in org.openprovenance.prov.template.emitter
Classes in org.openprovenance.prov.template.emitter that implement ElementMethods in org.openprovenance.prov.template.emitter with parameters of type Element -
Uses of Element in org.openprovenance.prov.template.emitter.minilanguage
Fields in org.openprovenance.prov.template.emitter.minilanguage with type parameters of type ElementMethods in org.openprovenance.prov.template.emitter.minilanguage that return types with arguments of type ElementMethod parameters in org.openprovenance.prov.template.emitter.minilanguage with type arguments of type ElementModifier and TypeMethodDescriptionstatic ExpressionExpression.makeExpression(List<Element> elements) static StatementStatement.makeStatement(List<Element> elements) static booleanStatement.tokenExists(List<Element> elements, int i, String s) Constructor parameters in org.openprovenance.prov.template.emitter.minilanguage with type arguments of type ElementModifierConstructorDescriptionAssignment(Object type, Expression variable, Expression value, List<Element> elementList) Conditional(List<Element> elements) ConstantInteger(Integer integer, List<Element> elements) Constructor(String type, List<Element> elements) Expression(List<Element> elements)