| |
|
| java.lang.Object org.drools.eclipse.editors.rete.Row
Row | public class Row (Code) | | Represents one row in rete graph
|
Constructor Summary | |
public | Row(int depth) Default constructor. |
Row | public Row(int depth)(Code) | | Default constructor.
Parameters: depth - row depth |
add | public void add(BaseVertex vertex)(Code) | | Adds new vertex to this row.
Parameters: vertex - new vertex to be added |
contains | public boolean contains(BaseVertex vertex)(Code) | | Parameters: vertex - true if vertex is found in row. false otherwise. |
getDepth | public int getDepth()(Code) | | Returns row depth
row depth |
getVertices | public List getVertices()(Code) | | Returns all vertices from this row.
list of vertices with type BaseVertex |
getWidth | public int getWidth()(Code) | | number of vertices in row |
optimize | public void optimize()(Code) | | Optimizing vertices for optimal presentation
|
|
|
|