Cytoscape 2.8.0 API

cytoscape.data.annotation
Class FlattenIntVectors

java.lang.Object
  extended by 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))


Constructor Summary
FlattenIntVectors(Vector v)
          Deprecated. Creates a new FlattenIntVectors object.
 
Method Summary
 Vector getResult()
          Deprecated. DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlattenIntVectors

public FlattenIntVectors(Vector v)
Deprecated. 
Creates a new FlattenIntVectors object.

Parameters:
v - DOCUMENT ME!
Method Detail

getResult

public Vector getResult()
Deprecated. 
DOCUMENT ME!

Returns:
DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.