Interface Pg_capturingProcessor<T>


public interface Pg_capturingProcessor<T>
  • Method Details

    • process

      T process(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 specified