|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.representationparser.OSgLReader
org.optimizationservices.oscommon.representationparser.OSuLReader
public class OSuLReader
The
Field Summary |
---|
Fields inherited from class org.optimizationservices.oscommon.representationparser.OSgLReader |
---|
m_document |
Constructor Summary | |
---|---|
OSuLReader()
Default constructor. |
|
OSuLReader(boolean validate)
constructor. |
Method Summary | |
---|---|
OSURI |
getOSURI()
get the standard OSURI, a local interface for storing Optimization Services uri/url results. |
URI[] |
getURIMatches()
Get URI matches. |
static void |
main(java.lang.String[] argv)
main for test purposes. |
Methods inherited from class org.optimizationservices.oscommon.representationparser.OSgLReader |
---|
getDocument, getRootElement, isValidate, readFile, readString, setDocument, setRootElement, setValidate, writeToFile, writeToSring, writeToStandardOutput |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSuLReader(boolean validate)
validate
- holds whether the reader should be validating against the schema or not.public OSuLReader()
Method Detail |
---|
public OSURI getOSURI() throws java.lang.Exception
java.lang.Exception
- if there are errors getting the OSURI.public URI[] getURIMatches()
URI
public static void main(java.lang.String[] argv)
argv
- command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |