|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.klodd.hierarchical.structures.slimgraph.KSlimNode.IncEntry
public static class KSlimNode.IncEntry
Single entry of a incidence list.
Nested Class Summary | |
---|---|
static class |
KSlimNode.IncEntry.Type
type of incidence entry: incoming or outgoing edge. |
Constructor Summary | |
---|---|
KSlimNode.IncEntry(KSlimEdge theedge,
KSlimNode.IncEntry.Type thetype)
Creates an incidence list entry. |
Method Summary | |
---|---|
KSlimNode |
endpoint()
Returns the endpoint of this incidence entry, as seen from the containing node. |
KSlimEdge |
getEdge()
Returns the edge. |
KSlimNode.IncEntry.Type |
getType()
Returns the type. |
KSlimFace |
leftFace()
Returns the left face of this incidence entry, as seen from the containing node. |
void |
setType(KSlimNode.IncEntry.Type thetype)
Sets the type. |
KSlimNode.Side |
side()
Returns the side of the containing node on which this incidence entry lies. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KSlimNode.IncEntry(KSlimEdge theedge, KSlimNode.IncEntry.Type thetype)
theedge
- the edgethetype
- the incidence typeMethod Detail |
---|
public KSlimNode endpoint()
public KSlimFace leftFace()
public KSlimNode.Side side()
public String toString()
toString
in class Object
public KSlimEdge getEdge()
public void setType(KSlimNode.IncEntry.Type thetype)
thetype
- the type to setpublic KSlimNode.IncEntry.Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |