|
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.IdentDescriptor
public final class IdentDescriptor
Used to hold a current value for an equation's variable reference.
| Constructor Summary | |
|---|---|
IdentDescriptor(Object o)
Initializes a new IdentDescriptor and provides minimal type translation
(from Integer to Long). |
|
| Method Summary | |
|---|---|
Class |
getType()
Returns the, possibly adjusted, type of the descriptor as one of the types internally supported by equations. |
Object |
getValue()
Returns the value of the descriptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentDescriptor(Object o)
IdentDescriptor and provides minimal type translation
(from Integer to Long).
o - an object that represents a value for a variable reference
NullPointerException - if "o" is null
IllegalArgumentException - if "o" is not a Long, Integer,
Double, Boolean nor a String| Method Detail |
|---|
public Class getType()
public Object getValue()
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||