Uses of Class
org.apache.oodt.pcs.input.PGEScalar

Uses of PGEScalar in org.apache.oodt.pcs.input
 

Methods in org.apache.oodt.pcs.input that return PGEScalar
 PGEScalar PGEConfigurationFile.getMonitorFilenameFormat()
           
 PGEScalar PGEConfigurationFile.getMonitorPath()
           
 PGEScalar PGEConfigurationFile.getPgeName()
           
 PGEScalar PGEConfigurationFile.getProductPath()
           
 PGEScalar PGEGroup.getScalar(String name)
           
 

Methods in org.apache.oodt.pcs.input that return types with arguments of type PGEScalar
 Map<String,PGEScalar> PGEGroup.getScalars()
           
 

Methods in org.apache.oodt.pcs.input with parameters of type PGEScalar
 void PGEGroup.addScalar(PGEScalar scalar)
           
 void PGEConfigurationFile.setMonitorFilenameFormat(PGEScalar monitorFilenameFormat)
           
 void PGEConfigurationFile.setMonitorPath(PGEScalar monitorPath)
           
 void PGEConfigurationFile.setPgeName(PGEScalar pgeName)
           
 void PGEConfigurationFile.setProductPath(PGEScalar productPath)
           
 

Method parameters in org.apache.oodt.pcs.input with type arguments of type PGEScalar
 void PGEGroup.setScalars(Map<String,PGEScalar> scalars)
           
 



Copyright © 1999-2013 Apache OODT. All Rights Reserved.