cytoscape.data.annotation
Class FlattenIntVectors
java.lang.Object
cytoscape.data.annotation.FlattenIntVectors
Deprecated. Use regular CyAttributes for annotation.
@Deprecated
public class FlattenIntVectors
- extends Object
given a vector which nests other vectors, each resolving
eventually to a list of Integers, flatten it out into a simple 1-level-deep
vector of Integer vectors.
for example:
((1 2 3 (4 5 (6))), (7 (8) (9 10 11 (12))))
becomes
((1 2 3 4 5 6), (7 8 9 10 11 12))
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlattenIntVectors
public FlattenIntVectors(Vector v)
- Deprecated.
- Creates a new FlattenIntVectors object.
- Parameters:
v
- DOCUMENT ME!
getResult
public Vector getResult()
- Deprecated.
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
Copyright 2010 Cytoscape Consortium. All rights reserved.