|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.eclipse.draw2d.graph.EdgeList
A list of Edge
s.
Field Summary |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
EdgeList()
|
Method Summary | |
int |
calculateRank()
For internal use only. |
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, 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, remove, 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, remove, 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 int calculateRank()
public boolean isCompletelyFlagged()
true
if completely flaggedpublic void resetFlags(boolean resetTree)
resetTree
- internalpublic void setFlags(boolean value)
value
- value
|
Eclipse Draw2d 3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |