Class Ptm_mexpandingOutputs
- java.lang.Object
-
- org.openprovenance.prov.template.library.ptm_copy.client.integrator.Ptm_mexpandingOutputs
-
public class Ptm_mexpandingOutputs extends Object
A Simple Bean that only contains the outputs of this template.
-
-
Field Summary
Fields Modifier and Type Field Description IntegerIDAllows for database key to be returned.StringisAIntegermexpandingmexpanding: The activity of expanding the template (expected type: xsd:int)Stringprovenanceprovenance: The provenance of the document resulting from the template expansion (expected type: xsd:string)Stringtemplatetemplate: The template resulting from the mtemplate expansion (expected type: xsd:string)
-
Constructor Summary
Constructors Constructor Description Ptm_mexpandingOutputs()
-
-
-
Field Detail
-
isA
public final String isA
- See Also:
- Constant Field Values
-
ID
public Integer ID
Allows for database key to be returned.
-
template
public String template
template: The template resulting from the mtemplate expansion (expected type: xsd:string)
-
provenance
public String provenance
provenance: The provenance of the document resulting from the template expansion (expected type: xsd:string)
-
mexpanding
public Integer mexpanding
mexpanding: The activity of expanding the template (expected type: xsd:int)
-
-