|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttk.exgerm.ucsearch.UCNode
public class UCNode
| Constructor Summary | |
|---|---|
UCNode(INode node,
UCNode parent,
IEdge edge,
String attribute)
|
|
| Method Summary | |
|---|---|
IEdge |
getEdge()
|
INode |
getNode()
|
UCNode |
getParent()
|
double |
getWeight()
|
void |
setWeight(double weight)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UCNode(INode node,
UCNode parent,
IEdge edge,
String attribute)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic double getWeight()
public void setWeight(double weight)
public INode getNode()
public IEdge getEdge()
public UCNode getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||