org.apache.oodt.pcs.input
Class PGEXMLFileUtils
java.lang.Object
org.apache.oodt.pcs.input.PGEXMLFileUtils
public final class PGEXMLFileUtils
- extends Object
Low-level reading API to get PGEVectors, PGEScalars, and
PGEMatrixs from underlying OCO XML files.
- Version:
- $Revision$
- Author:
- mattmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PGEXMLFileUtils
public PGEXMLFileUtils()
getMatrixsAsMap
public static Map getMatrixsAsMap(Element group)
throws PGEConfigFileException
- Throws:
PGEConfigFileException
getMatrixs
public static List getMatrixs(Element group)
throws PGEConfigFileException
- Throws:
PGEConfigFileException
getScalarsAsMap
public static Map getScalarsAsMap(Element group)
throws PGEConfigFileException
- Throws:
PGEConfigFileException
getScalars
public static List getScalars(Element group)
throws PGEConfigFileException
- Throws:
PGEConfigFileException
getVectorsAsMap
public static Map getVectorsAsMap(Element group)
throws PGEConfigFileException
- Throws:
PGEConfigFileException
getVectors
public static List getVectors(Element group)
throws PGEConfigFileException
- Throws:
PGEConfigFileException
getDocumentRoot
public static Document getDocumentRoot(String xmlFile)
Copyright © 1999-2011 Apache OODT. All Rights Reserved.