Class Ptm_mexpandingInputs
- java.lang.Object
-
- org.openprovenance.prov.template.library.ptm_copy.client.integrator.Ptm_mexpandingInputs
-
public class Ptm_mexpandingInputs extends Object
A Simple Bean that only contains the input of this template.
-
-
Field Summary
Fields Modifier and Type Field Description Integeragentagent: The agent controlling the expansion (expected type: xsd:int)Stringbindingsbindings: The bindings used in expansion (expected type: xsd:string)Stringemailemail: The agent's email (expected type: xsd:string)StringisAStringmtemplatemtemplate: The meta template to be expanded (expected type: xsd:string)Stringtimetime: Time when the transformed file is created (expected type: xsd:dateTime)
-
Constructor Summary
Constructors Constructor Description Ptm_mexpandingInputs()
-
-
-
Field Detail
-
isA
public final String isA
- See Also:
- Constant Field Values
-
mtemplate
public String mtemplate
mtemplate: The meta template to be expanded (expected type: xsd:string)
-
bindings
public String bindings
bindings: The bindings used in expansion (expected type: xsd:string)
-
agent
public Integer agent
agent: The agent controlling the expansion (expected type: xsd:int)
-
email
public String email
email: The agent's email (expected type: xsd:string)
-
time
public String time
time: Time when the transformed file is created (expected type: xsd:dateTime)
-
-