|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.eclipse.editors.rete.Row
public class Row
Represents one row in rete graph
| Constructor Summary | |
|---|---|
Row(int depth)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
add(BaseVertex vertex)
Adds new vertex to this row. |
boolean |
contains(BaseVertex vertex)
|
int |
getDepth()
Returns row depth |
List |
getVertices()
Returns all vertices from this row. |
int |
getWidth()
|
void |
optimize()
Optimizing vertices for optimal presentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Row(int depth)
depth - row depth| Method Detail |
|---|
public int getDepth()
public void add(BaseVertex vertex)
vertex - new vertex to be addedpublic List getVertices()
public boolean contains(BaseVertex vertex)
vertex -
true if vertex is found in row. false otherwise.public int getWidth()
public void optimize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||