|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kahina.core.visual.tree.WidthVector
public class WidthVector
| Field Summary | |
|---|---|
ArrayList<Integer> |
end
|
ArrayList<Integer> |
start
|
static boolean |
VERBOSE
|
| Constructor Summary | |
|---|---|
WidthVector()
|
|
WidthVector(int start,
int end)
|
|
| Method Summary | |
|---|---|
static WidthVector |
adjoin(WidthVector w1,
WidthVector w2)
|
static int |
computeNecessaryDistance(WidthVector w1,
WidthVector w2)
|
WidthVector |
copy()
|
int |
getEnde(int level)
|
int |
getStart(int level)
|
int |
maximumLeftDistance()
|
int |
maximumRightDistance()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ArrayList<Integer> start
public ArrayList<Integer> end
public static boolean VERBOSE
| Constructor Detail |
|---|
public WidthVector()
public WidthVector(int start,
int end)
| Method Detail |
|---|
public static WidthVector adjoin(WidthVector w1,
WidthVector w2)
public int maximumLeftDistance()
public int maximumRightDistance()
public int getStart(int level)
public int getEnde(int level)
public static int computeNecessaryDistance(WidthVector w1,
WidthVector w2)
public WidthVector copy()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||