|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements.TGForEachNodePair
public abstract class TGForEachNodePair
TGForEachNodePair: A dummy object for iterating through pairs of nodes
Constructor Summary | |
---|---|
TGForEachNodePair()
|
Method Summary | |
---|---|
void |
afterInnerLoop(Node n1)
|
void |
beforeInnerLoop(Node n1)
|
abstract void |
forEachNodePair(Node n1,
Node n2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TGForEachNodePair()
Method Detail |
---|
public void beforeInnerLoop(Node n1)
public void afterInnerLoop(Node n1)
public abstract void forEachNodePair(Node n1, Node n2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |