|
Eclipse Draw2d 3.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.eclipse.draw2d.graph.EdgeList
public class EdgeList
A list of Edges.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
EdgeList()
|
|
| Method Summary | |
|---|---|
Edge |
getEdge(int index)
Returns the edge for the given index. |
int |
getSlack()
For internal use only. |
int |
getSourceIndex(int i)
For intrenal use only. |
int |
getTargetIndex(int i)
For internal use only. |
int |
getWeight()
For internal use only. |
boolean |
isCompletelyFlagged()
For internal use only |
void |
resetFlags(boolean resetTree)
For internal use only. |
void |
setFlags(boolean value)
For internal use only. |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public EdgeList()
| Method Detail |
|---|
public Edge getEdge(int index)
index - the index of the requested edge
public int getSourceIndex(int i)
i - and index
public int getTargetIndex(int i)
i - an index
public int getSlack()
public int getWeight()
public boolean isCompletelyFlagged()
true if completely flaggedpublic void resetFlags(boolean resetTree)
resetTree - internalpublic void setFlags(boolean value)
value - value
|
Eclipse Draw2d 3.7 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||