|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthsr.HSRSolution
hsr.Simple
public class Simple
Representation of Simple
Nested Class Summary | |
---|---|
static class |
Simple.highest_safe_rung
Field Class for Simple.highest_safe_rung |
Constructor Summary | |
---|---|
Simple(int highest_safe_rung)
Construct a(n) Simple Instance |
Method Summary | |
---|---|
java.lang.String |
display()
DGP method from Class Display |
boolean |
equals(java.lang.Object o)
Is the given object Equal to this Simple? |
int |
getHighest_safe_rung()
Getter for field Simple.highest_safe_rung |
int |
hashCode()
DGP method from Class HashCode |
static Simple |
parse(java.io.InputStream inpt)
Parse an instance of Simple from the given Stream |
static Simple |
parse(java.io.Reader inpt)
Parse an instance of Simple from the given Reader |
static Simple |
parse(java.lang.String inpt)
Parse an instance of Simple from the given String |
java.lang.String |
print()
DGP method from Class Print |
void |
setHighest_safe_rung(int _highest_safe_rung)
Setter for field Simple.highest_safe_rung |
java.lang.String |
toStr()
DGP method from Class ToStr |
java.lang.String |
toString()
DGP method from Class PrintToString |
Methods inherited from class hsr.HSRSolution |
---|
findDepth |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Simple(int highest_safe_rung)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static Simple parse(java.lang.String inpt) throws hsr.ParseException
hsr.ParseException
public static Simple parse(java.io.InputStream inpt) throws hsr.ParseException
hsr.ParseException
public static Simple parse(java.io.Reader inpt) throws hsr.ParseException
hsr.ParseException
public java.lang.String display()
display
in class hsr.HSRSolution
public java.lang.String print()
print
in class hsr.HSRSolution
public java.lang.String toStr()
toStr
in class hsr.HSRSolution
public java.lang.String toString()
toString
in class hsr.HSRSolution
public int hashCode()
hashCode
in class hsr.HSRSolution
public void setHighest_safe_rung(int _highest_safe_rung)
public int getHighest_safe_rung()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |