Class Logger
java.lang.Object
org.openprovenance.prov.template.library.pg.client.logger.Logger
- All Implemented Interfaces:
LoggerInterface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Builder[]static final Pg_ballcollectingBuilderstatic final Pg_capturingBuilderstatic final Stringstatic Map<String, ProcessorArgsInterface<?>> static Map<String, ProcessorArgsInterface<String>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Pg_ballcollectingBeanbeanPg_ballcollecting(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokestop_before, String pokestop_type, String player_after, String pokestop_after) No @documentation.static Pg_capturingBeanbeanPg_capturing(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokemon_before, String pokemon_type, Integer species, Integer strength, String player_after, String pokemon_after) No @documentation.Builder[]Returns the array of buildersinitializeBeanTable(TableConfigurator<T> configurator) Initialize a table of bean buildersinitializeCompositeBeanTable(CompositeTableConfigurator<T> configurator) Initialize a table of composite bean buildersstatic StringlogPg_ballcollecting(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokestop_before, String pokestop_type, String player_after, String pokestop_after) No @documentation.static StringlogPg_capturing(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokemon_before, String pokemon_type, Integer species, Integer strength, String player_after, String pokemon_after) No @documentation.
-
Field Details
-
__pg_capturing
-
__pg_ballcollecting
-
__builders
-
simpleBuilders
-
simpleBeanConverters
-
simpleCSvConverters
-
ioMap
- See Also:
-
-
Constructor Details
-
Logger
public Logger()
-
-
Method Details
-
getBuilders
Description copied from interface:LoggerInterfaceReturns the array of builders- Specified by:
getBuildersin interfaceLoggerInterface
-
logPg_capturing
public static String logPg_capturing(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokemon_before, String pokemon_type, Integer species, Integer strength, String player_after, String pokemon_after) No @documentation.- Parameters:
operation- The operation identifier (expected type: xsd:string)operation_type- The operation type (expected type: xsd:string)time- The value of the time of the operation (expected type: xsd:int)player_before- The player before (expected type: xsd:string)player_type- The player type (expected type: xsd:string)team- The player team (expected type: xsd:string)pokemon_before- The pokemon before (expected type: xsd:string)pokemon_type- The pokemon type (expected type: xsd:string)species- The species (as an integer) (expected type: xsd:int)strength- Stength (as an integer) (expected type: xsd:int)player_after- The player after (expected type: xsd:string)pokemon_after- The pokemon after (expected type: xsd:string)- Returns:
- not documented.
-
beanPg_capturing
public static Pg_capturingBean beanPg_capturing(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokemon_before, String pokemon_type, Integer species, Integer strength, String player_after, String pokemon_after) No @documentation.- Parameters:
operation- The operation identifier (expected type: xsd:string)operation_type- The operation type (expected type: xsd:string)time- The value of the time of the operation (expected type: xsd:int)player_before- The player before (expected type: xsd:string)player_type- The player type (expected type: xsd:string)team- The player team (expected type: xsd:string)pokemon_before- The pokemon before (expected type: xsd:string)pokemon_type- The pokemon type (expected type: xsd:string)species- The species (as an integer) (expected type: xsd:int)strength- Stength (as an integer) (expected type: xsd:int)player_after- The player after (expected type: xsd:string)pokemon_after- The pokemon after (expected type: xsd:string)- Returns:
- not documented.
-
logPg_ballcollecting
public static String logPg_ballcollecting(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokestop_before, String pokestop_type, String player_after, String pokestop_after) No @documentation.- Parameters:
operation- The operation identifier (expected type: xsd:string)operation_type- The operation type (expected type: xsd:string)time- The value of the time of the operation (expected type: xsd:int)player_before- The player before (expected type: xsd:string)player_type- The player type (expected type: xsd:string)team- The player team (expected type: xsd:string)pokestop_before- The pokestop before (expected type: xsd:string)pokestop_type- The pokestop type (expected type: xsd:string)player_after- The player after (expected type: xsd:string)pokestop_after- The pokestop after (expected type: xsd:string)- Returns:
- not documented.
-
beanPg_ballcollecting
public static Pg_ballcollectingBean beanPg_ballcollecting(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokestop_before, String pokestop_type, String player_after, String pokestop_after) No @documentation.- Parameters:
operation- The operation identifier (expected type: xsd:string)operation_type- The operation type (expected type: xsd:string)time- The value of the time of the operation (expected type: xsd:int)player_before- The player before (expected type: xsd:string)player_type- The player type (expected type: xsd:string)team- The player team (expected type: xsd:string)pokestop_before- The pokestop before (expected type: xsd:string)pokestop_type- The pokestop type (expected type: xsd:string)player_after- The player after (expected type: xsd:string)pokestop_after- The pokestop after (expected type: xsd:string)- Returns:
- not documented.
-
initializeBeanTable
Initialize a table of bean builders- Type Parameters:
T- type variable for the result associated with each template name- Parameters:
configurator- a table configurator- Returns:
- Map<String,T>
-
initializeCompositeBeanTable
public static <T> Map<String,T> initializeCompositeBeanTable(CompositeTableConfigurator<T> configurator) Initialize a table of composite bean builders- Type Parameters:
T- type variable for the result associated with each template name- Parameters:
configurator- a table configurator- Returns:
- Map<String,T>
-