public class Node<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
Node |
getFrom() |
int |
getIndex() |
T |
getObj() |
Double |
getScore() |
Double |
getSelfScore() |
T |
getT() |
int |
getToIndex() |
void |
setFrom(Node from) |
void |
setIndex(int index) |
void |
setScore(Double score) |
void |
setSelfScore(Double selfScore) |
void |
setT(T t) |
void |
setToIndex(int toIndex) |
public Double getScore()
public void setScore(Double score)
public int getIndex()
public void setIndex(int index)
public int getToIndex()
public void setToIndex(int toIndex)
public Node getFrom()
public void setFrom(Node from)
public T getObj()
public T getT()
public void setT(T t)
public Double getSelfScore()
public void setSelfScore(Double selfScore)
Copyright © 2017. All rights reserved.