Class Ptm_expandingBean
- java.lang.Object
-
- org.openprovenance.prov.template.library.ptm_copy.client.common.Ptm_expandingBean
-
public class Ptm_expandingBean extends Object
A Simple Bean that captures all variables 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)Stringdocumentdocument: The document resulting from template expansion (expected type: xsd:string)Stringemailemail: The agent's email (expected type: xsd:string)Integerexpandingexpanding: The activity of expanding the template (expected type: xsd:int)StringisAStringprovenanceprovenance: The provenance of the document resulting from the template expansion (expected type: xsd:string)Stringtemplatetemplate: The 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_expandingBean()
-
-
-
Field Detail
-
isA
public final String isA
- See Also:
- Constant Field Values
-
document
public String document
document: The document resulting from template expansion (expected type: xsd:string)
-
provenance
public String provenance
provenance: The provenance of the document resulting from the template expansion (expected type: xsd:string)
-
template
public String template
template: The 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)
-
expanding
public Integer expanding
expanding: The activity of expanding the template (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)
-
-
Method Detail
-
process
public <T> T process(Ptm_expandingProcessor<T> __processor)
-
-