Class Logger

java.lang.Object
org.openprovenance.prov.template.library.pg.client.logger.Logger
All Implemented Interfaces:
LoggerInterface

public class Logger extends Object implements LoggerInterface
  • Field Details

  • Constructor Details

    • Logger

      public Logger()
  • Method Details

    • getBuilders

      public Builder[] getBuilders()
      Description copied from interface: LoggerInterface
      Returns the array of builders
      Specified by:
      getBuilders in interface LoggerInterface
    • 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

      public static <T> Map<String,T> initializeBeanTable(TableConfigurator<T> configurator)
      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>