Class Pg_ballcollectingBuilderTypeManagement<T>
java.lang.Object
org.openprovenance.prov.template.library.pg.Pg_ballcollectingBuilderTypeManagement<T>
- All Implemented Interfaces:
Pg_ballcollectingBuilderInterface<T>
public class Pg_ballcollectingBuilderTypeManagement<T>
extends Object
implements Pg_ballcollectingBuilderInterface<T>
-
Constructor Summary
ConstructorsConstructorDescriptionPg_ballcollectingBuilderTypeManagement(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 operation, QualifiedName operation_type, Object time, QualifiedName player_before, QualifiedName player_type, QualifiedName team, QualifiedName pokestop_before, QualifiedName pokestop_type, QualifiedName player_after, QualifiedName pokestop_after)
-
Constructor Details
-
Pg_ballcollectingBuilderTypeManagement
public Pg_ballcollectingBuilderTypeManagement(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 operation, QualifiedName operation_type, Object time, QualifiedName player_before, QualifiedName player_type, QualifiedName team, QualifiedName pokestop_before, QualifiedName pokestop_type, QualifiedName player_after, QualifiedName pokestop_after) - Specified by:
callin interfacePg_ballcollectingBuilderInterface<T>
-