|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.math.flow.Vertex
public class Vertex
| Constructor Summary | |
|---|---|
Vertex()
|
|
Vertex(String label)
|
|
| Method Summary | |
|---|---|
void |
addPeer(Vertex v)
|
double |
flow(Vertex v)
|
static String |
getAlphaLabel(int i)
|
double |
getDelta()
|
static String |
getNumberLabel(int i)
|
Vertex |
getPhi()
|
Path |
getPhiPath()
|
Vertex |
hasPeer(Set s)
|
boolean |
hasPeer(Vertex v)
|
double |
max(Vertex v)
|
double |
min(Vertex v)
|
void |
setDelta(double d)
|
void |
setFlow(Vertex v,
double f)
|
void |
setPhi(Vertex p)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Vertex()
public Vertex(String label)
| Method Detail |
|---|
public void addPeer(Vertex v)
public boolean hasPeer(Vertex v)
public Vertex hasPeer(Set s)
public double max(Vertex v)
public double min(Vertex v)
public double flow(Vertex v)
public void setFlow(Vertex v,
double f)
public void setDelta(double d)
public double getDelta()
public void setPhi(Vertex p)
public Vertex getPhi()
public Path getPhiPath()
public static String getNumberLabel(int i)
public static String getAlphaLabel(int i)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||