hsr
Class HSRDomain

java.lang.Object
  extended by hsr.HSRDomain
All Implemented Interfaces:
scg.DomainI

public class HSRDomain
extends java.lang.Object
implements scg.DomainI

Representation of HSRDomain


Constructor Summary
HSRDomain()
          Construct a(n) HSRDomain 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 HSRDomain?
 int hashCode()
          DGP method from Class HashCode
static HSRDomain parse(java.io.InputStream inpt)
          Parse an instance of HSRDomain from the given Stream
static HSRDomain parse(java.io.Reader inpt)
          Parse an instance of HSRDomain from the given Reader
static HSRDomain parse(java.lang.String inpt)
          Parse an instance of HSRDomain 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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HSRDomain

public HSRDomain()
Construct a(n) HSRDomain Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
hsr.ParseException

parse

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

Throws:
hsr.ParseException

parse

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

Throws:
hsr.ParseException

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