|
Cytoscape 3.1.1 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.
Module: equations-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>equations-api</artifactId>
</dependency>| 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.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||