Class Pg_capturingInputs

java.lang.Object
org.openprovenance.prov.template.library.pg.client.integrator.Pg_capturingInputs

public class Pg_capturingInputs extends Object
A Simple Bean that only contains the input of this template.
  • Field Details

    • isA

      public final String isA
      The template name
      See Also:
    • operation

      public String operation
      operation: The operation identifier (expected type: xsd:string)
    • operation_type

      public String operation_type
      operation_type: The operation type (expected type: xsd:string)
    • time

      public Integer time
      time: The value of the time of the operation (expected type: xsd:int)
    • player_before

      public String player_before
      player_before: The player before (expected type: xsd:string)
    • player_type

      public String player_type
      player_type: The player type (expected type: xsd:string)
    • team

      public String team
      team: The player team (expected type: xsd:string)
    • pokemon_before

      public String pokemon_before
      pokemon_before: The pokemon before (expected type: xsd:string)
    • pokemon_type

      public String pokemon_type
      pokemon_type: The pokemon type (expected type: xsd:string)
    • species

      public Integer species
      species: The species (as an integer) (expected type: xsd:int)
    • strength

      public Integer strength
      strength: Stength (as an integer) (expected type: xsd:int)
    • player_after

      public String player_after
      player_after: The player after (expected type: xsd:string)
    • pokemon_after

      public String pokemon_after
      pokemon_after: The pokemon after (expected type: xsd:string)
  • Constructor Details

    • Pg_capturingInputs

      public Pg_capturingInputs()