Class Plead_approvingBuilderTypeManagement<T>
java.lang.Object
org.openprovenance.prov.template.library.plead.Plead_approvingBuilderTypeManagement<T>
- All Implemented Interfaces:
Plead_approvingBuilderInterface<T>
public class Plead_approvingBuilderTypeManagement<T>
extends Object
implements Plead_approvingBuilderInterface<T>
-
Constructor Summary
ConstructorsConstructorDescriptionPlead_approvingBuilderTypeManagement(ProvFactory pf, Map<QualifiedName, Set<String>> knownTypeMap, Map<QualifiedName, Set<String>> unknownTypeMap, Map<String, Map<String, BiFunction<Object, String, Collection<String>>>> propertyConverters, Map<QualifiedName, Map<String, Collection<String>>> idata, Map<String, Map<String, TriFunction<Object, String, String, Collection<org.apache.commons.lang3.tuple.Pair<String, Collection<String>>>>>> idataConverters) -
Method Summary
Modifier and TypeMethodDescriptioncall(QualifiedName approved_pipeline, Object filename, QualifiedName pipeline, QualifiedName approval_record, QualifiedName score, QualifiedName organization, QualifiedName manager, QualifiedName approving, Object signature, Object path, Object time, Object start, Object end)
-
Constructor Details
-
Plead_approvingBuilderTypeManagement
public Plead_approvingBuilderTypeManagement(ProvFactory pf, Map<QualifiedName, Set<String>> knownTypeMap, Map<QualifiedName, Set<String>> unknownTypeMap, Map<String, Map<String, BiFunction<Object, String, Collection<String>>>> propertyConverters, Map<QualifiedName, Map<String, Collection<String>>> idata, Map<String, Map<String, TriFunction<Object, String, String, Collection<org.apache.commons.lang3.tuple.Pair<String, Collection<String>>>>>> idataConverters)
-
-
Method Details
-
call
public T call(QualifiedName approved_pipeline, Object filename, QualifiedName pipeline, QualifiedName approval_record, QualifiedName score, QualifiedName organization, QualifiedName manager, QualifiedName approving, Object signature, Object path, Object time, Object start, Object end) - Specified by:
callin interfacePlead_approvingBuilderInterface<T>
-