org.ojalgo.netio
Class SystemProcess

java.lang.Object
  extended by org.ojalgo.netio.SystemProcess
Direct Known Subclasses:
JAMPL

public abstract class SystemProcess
extends Object


Constructor Summary
SystemProcess(String[] aCommandArray, String aLastCommandPrefix)
           
 
Method Summary
 List<Message> communicate(List<Message> aBatch)
           
 List<Message> communicate(Message aMessage)
           
 String getLastReturnArgument()
           
 void terminate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemProcess

public SystemProcess(String[] aCommandArray,
                     String aLastCommandPrefix)
Method Detail

communicate

public List<Message> communicate(List<Message> aBatch)

communicate

public List<Message> communicate(Message aMessage)

getLastReturnArgument

public String getLastReturnArgument()

terminate

public void terminate()