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 XMLProducerHorizontal. mXMLStoreThe XML Producer object that records the actions.Methods in edu.isi.pegasus.planner.cluster that return XMLProducer Modifier and Type Method Description XMLProducerHorizontal. 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 classInMemoryAn 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 XMLProducerXMLProducerFactory. 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 XMLProducerDataReuseEngine. mXMLStoreThe XML Producer object that records the actions.private XMLProducerInterPoolEngine. mXMLStoreThe XML Producer object that records the actions.Methods in edu.isi.pegasus.planner.refiner that return XMLProducer Modifier and Type Method Description XMLProducerDataReuseEngine. getXMLProducer()Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner.XMLProducerInterPoolEngine. getXMLProducer()Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner.XMLProducerRefiner. 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 XMLProducerAbstractRefiner. mXMLStoreThe XML Producer object that records the actions.Methods in edu.isi.pegasus.planner.transfer that return XMLProducer Modifier and Type Method Description XMLProducerAbstractRefiner. getXMLProducer()Returns a reference to the XMLProducer, that generates the XML fragment capturing the actions of the refiner.
-