hsr
Class HSRConfig

java.lang.Object
  extended by hsr.HSRConfig
All Implemented Interfaces:
DomainConfigI

public class HSRConfig
extends java.lang.Object
implements DomainConfigI

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

HSRConfig

public HSRConfig(int maxN)
Construct a(n) HSRConfig Instance

Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this HSRConfig?

Overrides:
equals in class java.lang.Object

parse

public static HSRConfig parse(java.lang.String inpt)
                       throws hsr.ParseException
Parse an instance of HSRConfig from the given String

Throws:
hsr.ParseException

parse

public static HSRConfig parse(java.io.InputStream inpt)
                       throws hsr.ParseException
Parse an instance of HSRConfig from the given Stream

Throws:
hsr.ParseException

parse

public static HSRConfig parse(java.io.Reader inpt)
                       throws hsr.ParseException
Parse an instance of HSRConfig from the given Reader

Throws:
hsr.ParseException

getDefaultDomainConfig

public static HSRConfig getDefaultDomainConfig()

getDefaultConfig

public static Config getDefaultConfig()

display

public java.lang.String display()
DGP method from Class Display


print

public java.lang.String print()
DGP method from Class Print


toStr

public java.lang.String toStr()
DGP method from Class ToStr


toString

public java.lang.String toString()
DGP method from Class PrintToString

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
DGP method from Class HashCode

Overrides:
hashCode in class java.lang.Object

setMaxN

public void setMaxN(int _maxN)
Setter for field HSRConfig.maxN


getMaxN

public int getMaxN()
Getter for field HSRConfig.maxN