Class Pg_capturingBuilderTypeManagement<T>
java.lang.Object
org.openprovenance.prov.template.library.pg.Pg_capturingBuilderTypeManagement<T>
- All Implemented Interfaces:
Pg_capturingBuilderInterface<T>
public class Pg_capturingBuilderTypeManagement<T>
extends Object
implements Pg_capturingBuilderInterface<T>
-
Constructor Summary
ConstructorsConstructorDescriptionPg_capturingBuilderTypeManagement(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, org.openprovenance.prov.template.log2prov.interfaces.TriFunction<Object, String, String, Collection<org.apache.commons.lang3.tuple.Pair<String, Collection<String>>>>>> idataConverters) -
Method Summary
Modifier and TypeMethodDescriptioncall(QualifiedName operation, QualifiedName operation_type, Object time, QualifiedName player_before, QualifiedName player_type, QualifiedName team, QualifiedName pokemon_before, QualifiedName pokemon_type, Object species, Object strength, QualifiedName player_after, QualifiedName pokemon_after)
-
Constructor Details
-
Pg_capturingBuilderTypeManagement
public Pg_capturingBuilderTypeManagement(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, org.openprovenance.prov.template.log2prov.interfaces.TriFunction<Object, String, String, Collection<org.apache.commons.lang3.tuple.Pair<String, Collection<String>>>>>> idataConverters)
-
-
Method Details
-
call
public T call(QualifiedName operation, QualifiedName operation_type, Object time, QualifiedName player_before, QualifiedName player_type, QualifiedName team, QualifiedName pokemon_before, QualifiedName pokemon_type, Object species, Object strength, QualifiedName player_after, QualifiedName pokemon_after) - Specified by:
callin interfacePg_capturingBuilderInterface<T>
-