Uses of Interface
edu.isi.pegasus.planner.provenance.pasoa.XMLProducer
-
Packages that use XMLProducer Package Description edu.isi.pegasus.planner.cluster edu.isi.pegasus.planner.provenance.pasoa.producer edu.isi.pegasus.planner.refiner edu.isi.pegasus.planner.transfer -
-
Uses of XMLProducer in edu.isi.pegasus.planner.cluster
Fields in edu.isi.pegasus.planner.cluster declared as XMLProducer Modifier and Type Field Description private XMLProducer
Horizontal. mXMLStore
The XML Producer object that records the actions.Methods in edu.isi.pegasus.planner.cluster that return XMLProducer Modifier and Type Method Description XMLProducer
Horizontal. getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner. -
Uses of XMLProducer in edu.isi.pegasus.planner.provenance.pasoa.producer
Classes in edu.isi.pegasus.planner.provenance.pasoa.producer that implement XMLProducer Modifier and Type Class Description class
InMemory
An implementation of the XMLProducer interface backed by a StringBuffer.Methods in edu.isi.pegasus.planner.provenance.pasoa.producer that return XMLProducer Modifier and Type Method Description static XMLProducer
XMLProducerFactory. loadXMLProducer(PegasusProperties properties)
Loads the appropriate XMLProducer on the basis of the property set in the properties. -
Uses of XMLProducer in edu.isi.pegasus.planner.refiner
Fields in edu.isi.pegasus.planner.refiner declared as XMLProducer Modifier and Type Field Description private XMLProducer
DataReuseEngine. mXMLStore
The XML Producer object that records the actions.private XMLProducer
InterPoolEngine. mXMLStore
The XML Producer object that records the actions.Methods in edu.isi.pegasus.planner.refiner that return XMLProducer Modifier and Type Method Description XMLProducer
DataReuseEngine. getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner.XMLProducer
InterPoolEngine. getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner.XMLProducer
Refiner. getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner. -
Uses of XMLProducer in edu.isi.pegasus.planner.transfer
Fields in edu.isi.pegasus.planner.transfer declared as XMLProducer Modifier and Type Field Description protected XMLProducer
AbstractRefiner. mXMLStore
The XML Producer object that records the actions.Methods in edu.isi.pegasus.planner.transfer that return XMLProducer Modifier and Type Method Description XMLProducer
AbstractRefiner. getXMLProducer()
Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner.
-