QSopt 0.5 Alpha
All Rights Reserved

qs
Class FormatErrorMemory

java.lang.Object
  extended byqs.FormatErrorMemory

public class FormatErrorMemory
extends java.lang.Object

FormatErrorMemory serves to collect errors and warnings when parsing an LP or MPS source


Field Summary
static int TRACE
           
 
Constructor Summary
FormatErrorMemory()
           
 
Method Summary
 void add(FormatError e)
          UNDOCUMENTED
 void clear()
          UNDOCUMENTED
 FormatError get(int i)
          UNDOCUMENTED
 boolean has(int mode)
          UNDOCUMENTED
 boolean hasDataError()
           
 boolean hasDataWarning()
           
 boolean hasSrcError()
           
 boolean hasSrcWarning()
           
 void line(int linenum)
          UNDOCUMENTED
 void print(java.io.PrintStream p)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRACE

public static int TRACE
Constructor Detail

FormatErrorMemory

public FormatErrorMemory()
Method Detail

add

public void add(FormatError e)
UNDOCUMENTED


clear

public void clear()
UNDOCUMENTED


get

public FormatError get(int i)
UNDOCUMENTED


has

public boolean has(int mode)
UNDOCUMENTED


hasDataError

public boolean hasDataError()

hasDataWarning

public boolean hasDataWarning()

hasSrcError

public boolean hasSrcError()

hasSrcWarning

public boolean hasSrcWarning()

line

public void line(int linenum)
          throws java.lang.InterruptedException
UNDOCUMENTED

Throws:
java.lang.InterruptedException

print

public void print(java.io.PrintStream p)

size

public int size()

QSopt 0.5 Alpha
QSopt Home