|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soc.game.SOCLRPathData
public class SOCLRPathData
DOCUMENT ME!
Field Summary | |
---|---|
private int |
beginningCoord
|
private int |
endCoord
|
private int |
length
|
private java.util.Vector<IntPair> |
nodePairs
|
Constructor Summary | |
---|---|
SOCLRPathData(int start,
int end,
int len,
java.util.Vector<IntPair> pairs)
Creates a new SOCLRPathData object. |
Method Summary | |
---|---|
int |
getBeginning()
DOCUMENT ME! |
int |
getEnd()
DOCUMENT ME! |
int |
getLength()
DOCUMENT ME! |
java.util.Vector<IntPair> |
getNodePairs()
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int beginningCoord
private int endCoord
private int length
private java.util.Vector<IntPair> nodePairs
Constructor Detail |
---|
public SOCLRPathData(int start, int end, int len, java.util.Vector<IntPair> pairs)
start
- DOCUMENT ME!end
- DOCUMENT ME!len
- DOCUMENT ME!pairs
- DOCUMENT ME!Method Detail |
---|
public int getBeginning()
public int getEnd()
public java.util.Vector<IntPair> getNodePairs()
public int getLength()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |