|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthsr.HSRConfig
public class HSRConfig
Representation of HSRConfig
Nested Class Summary | |
---|---|
static class |
HSRConfig.maxN
Field Class for HSRConfig.maxN |
Constructor Summary | |
---|---|
HSRConfig(int maxN)
Construct a(n) HSRConfig 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 HSRConfig? |
static Config |
getDefaultConfig()
|
static HSRConfig |
getDefaultDomainConfig()
|
int |
getMaxN()
Getter for field HSRConfig.maxN |
int |
hashCode()
DGP method from Class HashCode |
static HSRConfig |
parse(java.io.InputStream inpt)
Parse an instance of HSRConfig from the given Stream |
static HSRConfig |
parse(java.io.Reader inpt)
Parse an instance of HSRConfig from the given Reader |
static HSRConfig |
parse(java.lang.String inpt)
Parse an instance of HSRConfig from the given String |
java.lang.String |
print()
DGP method from Class Print |
void |
setMaxN(int _maxN)
Setter for field HSRConfig.maxN |
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 |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HSRConfig(int maxN)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static HSRConfig parse(java.lang.String inpt) throws hsr.ParseException
hsr.ParseException
public static HSRConfig parse(java.io.InputStream inpt) throws hsr.ParseException
hsr.ParseException
public static HSRConfig parse(java.io.Reader inpt) throws hsr.ParseException
hsr.ParseException
public static HSRConfig getDefaultDomainConfig()
public static Config getDefaultConfig()
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
public void setMaxN(int _maxN)
public int getMaxN()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |