|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPolyLine.WeakStratification
public class WeakStratification
A class which executes to assign all layer value of the nodes.
Creates layers of the vertices in this class.Copyright: Copyright (c) 2008
Company: Bangladesh University of engineering and technology
| Field Summary | |
|---|---|
(package private) Realizer |
realizer
Input Realizer is set to this object |
| Constructor Summary | |
|---|---|
WeakStratification(Realizer realizer)
Constructor for the objetc. |
|
| Method Summary | |
|---|---|
(package private) void |
assignLayer()
Execution of the algorithm is done in this method. |
Realizer |
getRealizer()
Returns the realizer object. |
int |
max(int i,
int j)
Simple method of determining maximum between two integers. |
int |
min(int i,
int j)
Simple method of determining minimum between two integers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Realizer realizer
| Constructor Detail |
|---|
public WeakStratification(Realizer realizer)
realizer - input Realizer object.| Method Detail |
|---|
void assignLayer()
public Realizer getRealizer()
public int max(int i,
int j)
i - first integerj - second integer
public int min(int i,
int j)
i - first integerj - second integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||