|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.representationparser.OSgLWriter
org.optimizationservices.oscommon.representationparser.OSqLWriter
public class OSqLWriter
The OSqLWriter
class is used to construct an instance that follows
the OSqL format.
Field Summary |
---|
Fields inherited from class org.optimizationservices.oscommon.representationparser.OSgLWriter |
---|
m_document |
Constructor Summary | |
---|---|
OSqLWriter()
constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
main for test purposes. |
boolean |
setOSQuery(OSQuery osQuery)
set the OSQuery, a standard os query interface. |
boolean |
setStandardQuery(StandardQuery standardQuery)
set the standard query. |
boolean |
setXQuery(java.lang.String xQuery)
Set the XQuery. |
Methods inherited from class org.optimizationservices.oscommon.representationparser.OSgLWriter |
---|
getDocument, setDocument, writeToFile, writeToSring, writeToStandardOutput |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSqLWriter()
Method Detail |
---|
public boolean setOSQuery(OSQuery osQuery) throws java.lang.Exception
osQuery
- holds the standard os query interface.
java.lang.Exception
public boolean setStandardQuery(StandardQuery standardQuery)
standardQuery
- holds the standard query in the StandardQuery data structure.
StandardQuery
public boolean setXQuery(java.lang.String xQuery)
xQuery
- holds the XQuery in a string.
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 |