Class Pg_capturingInputs
java.lang.Object
org.openprovenance.prov.template.library.pg.client.integrator.Pg_capturingInputs
A Simple Bean that only contains the input of this template.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe template nameoperation: The operation identifier (expected type: xsd:string)operation_type: The operation type (expected type: xsd:string)player_after: The player after (expected type: xsd:string)player_before: The player before (expected type: xsd:string)player_type: The player type (expected type: xsd:string)pokemon_after: The pokemon after (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)team: The player team (expected type: xsd:string)time: The value of the time of the operation (expected type: xsd:int) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isA
-
operation
operation: The operation identifier (expected type: xsd:string) -
operation_type
operation_type: The operation type (expected type: xsd:string) -
time
time: The value of the time of the operation (expected type: xsd:int) -
player_before
player_before: The player before (expected type: xsd:string) -
player_type
player_type: The player type (expected type: xsd:string) -
team
team: The player team (expected type: xsd:string) -
pokemon_before
pokemon_before: The pokemon before (expected type: xsd:string) -
pokemon_type
pokemon_type: The pokemon type (expected type: xsd:string) -
species
species: The species (as an integer) (expected type: xsd:int) -
strength
strength: Stength (as an integer) (expected type: xsd:int) -
player_after
player_after: The player after (expected type: xsd:string) -
pokemon_after
pokemon_after: The pokemon after (expected type: xsd:string)
-
-
Constructor Details
-
Pg_capturingInputs
public Pg_capturingInputs()
-