|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.ashwood.graph.layout
Interface RankFunction

- All Superinterfaces:
- org.objectstyle.ashwood.function.IntFunction
- All Known Implementing Classes:
- TopologicalRankFunction
- public interface RankFunction
- extends org.objectstyle.ashwood.function.IntFunction
| Method Summary | |
void |
assignRank(java.lang.Object vertex,
int rank)
|
int |
maxRank()
|
| Methods inherited from interface org.objectstyle.ashwood.function.IntFunction |
intValue |
| Method Detail |
maxRank
public int maxRank()
assignRank
public void assignRank(java.lang.Object vertex, int rank)
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC