public final class IdentDescriptor extends Object
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>| Constructor and Description |
|---|
IdentDescriptor(Object o)
Initializes a new
IdentDescriptor and provides minimal type translation
(from Integer to Long). |
public IdentDescriptor(Object o)
IdentDescriptor and provides minimal type translation
(from Integer to Long).o - an object that represents a value for a variable referenceNullPointerException - if "o" is nullIllegalArgumentException - if "o" is not a Long, Integer,
Double, Boolean nor a Stringpublic Class getType()
public Object getValue()
Copyright 2011 Cytoscape Consortium. All rights reserved.