|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cytoscape.equations.EquationUtil
public final class EquationUtil
Various static utility methods relating to equations.
Method Summary | |
---|---|
static String |
attribNameAsReference(String attribName)
Converts a bare name to a variable reference. |
static long |
doubleToLong(double d)
Checked conversion of a double to a long following the Excel™ rules. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String attribNameAsReference(String attribName)
attribName
- the bare name that will be converted
public static long doubleToLong(double d)
d
- the number that will be converted
IllegalArgumentException
- if "d" is outside the range of a long
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |