|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthsr.HSRSolution
public abstract class HSRSolution
Representation of HSRSolution
Constructor Summary | |
---|---|
HSRSolution()
Construct a(n) HSRSolution Instance |
Method Summary | |
---|---|
java.lang.String |
display()
DGP method from Class Display |
int |
findDepth()
Find the depth of the Binary tree |
int |
hashCode()
DGP method from Class HashCode |
static HSRSolution |
parse(java.io.InputStream inpt)
Parse an instance of HSRSolution from the given Stream |
static HSRSolution |
parse(java.io.Reader inpt)
Parse an instance of HSRSolution from the given Reader |
static HSRSolution |
parse(java.lang.String inpt)
Parse an instance of HSRSolution from the given String |
java.lang.String |
print()
DGP method from Class Print |
java.lang.String |
toStr()
DGP method from Class ToStr |
java.lang.String |
toString()
DGP method from Class PrintToString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HSRSolution()
Method Detail |
---|
public static HSRSolution parse(java.lang.String inpt) throws hsr.ParseException
hsr.ParseException
public static HSRSolution parse(java.io.InputStream inpt) throws hsr.ParseException
hsr.ParseException
public static HSRSolution parse(java.io.Reader inpt) throws hsr.ParseException
hsr.ParseException
public int findDepth()
public java.lang.String display()
public java.lang.String print()
public java.lang.String toStr()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |