Cytoscape 2.8.0 API

org.cytoscape.equations
Class EqnCompiler

java.lang.Object
  extended by org.cytoscape.equations.EqnCompiler

public class EqnCompiler
extends Object


Constructor Summary
EqnCompiler()
           
 
Method Summary
 boolean compile(String equation, Map<String,Class> attribNameToTypeMap)
           
 Equation getEquation()
           
 String getLastErrorMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqnCompiler

public EqnCompiler()
Method Detail

compile

public boolean compile(String equation,
                       Map<String,Class> attribNameToTypeMap)

getLastErrorMsg

public String getLastErrorMsg()

getEquation

public Equation getEquation()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.