org.encog.parse.expression.epl
Class ParseEPL

java.lang.Object
  extended by org.encog.parse.expression.epl.ParseEPL

public class ParseEPL
extends Object

Parse an EPL string.


Constructor Summary
ParseEPL(EncogProgram theHolder)
           
 
Method Summary
 ProgramNode parse(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseEPL

public ParseEPL(EncogProgram theHolder)
Method Detail

parse

public ProgramNode parse(String expression)


Copyright © 2014. All Rights Reserved.