Cytoscape 2.8.0 API

org.cytoscape.equations
Class EquationUtil

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

public class EquationUtil
extends Object


Constructor Summary
EquationUtil()
           
 
Method Summary
static String attribNameAsReference(String attribName)
           
static long doubleToLong(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquationUtil

public EquationUtil()
Method Detail

attribNameAsReference

public static String attribNameAsReference(String attribName)
Returns:
"attribName" written as am attribute reference with a leading $-sign

doubleToLong

public static long doubleToLong(double d)
Returns:
"d" converted to a Long using Excelâ„¢ rules
Throws:
IllegalArgumentException - if "d" is outside the range of a long

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.