Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.ashwood.graph.layout
Interface RankFunction  view RankFunction download RankFunction.java

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)