public class VirtualNode extends Node
| Modifier and Type | Field and Description |
|---|---|
Node |
next
Deprecated.
The next node.
|
Node |
prev
Deprecated.
The previous node.
|
| Constructor and Description |
|---|
VirtualNode(Edge e,
int i)
Deprecated.
This class is for internal use only.
|
VirtualNode(java.lang.Object o,
Subgraph parent)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
medianIncoming()
Deprecated.
Returns the index of
prev. |
double |
medianOutgoing()
Deprecated.
Returns the index of
next. |
int |
omega()
Deprecated.
For internal use only.
|
java.lang.String |
toString()
Deprecated.
|
getLeft, getOffsetIncoming, getOffsetOutgoing, getPadding, getParent, getRight, getRowConstraint, setPadding, setParent, setRowConstraint, setSizepublic Node next
public Node prev
public VirtualNode(Edge e, int i)
e - the edgei - the rowpublic VirtualNode(java.lang.Object o,
Subgraph parent)
o - objectparent - subgraphpublic double medianIncoming()
prev.public double medianOutgoing()
next.public int omega()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.