scg
Class Agreement

java.lang.Object
  extended by scg.OpposeAction
      extended by scg.Agreement

public class Agreement
extends OpposeAction

Representation of Agreement


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

Agreement

public Agreement()
Construct a(n) Agreement Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
scg.ParseException

parse

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

Throws:
scg.ParseException

parse

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

Throws:
scg.ParseException

display

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

Overrides:
display in class OpposeAction

print

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

Overrides:
print in class OpposeAction

toStr

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

Overrides:
toStr in class OpposeAction

toString

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

Overrides:
toString in class OpposeAction

hashCode

public int hashCode()
DGP method from Class HashCode

Overrides:
hashCode in class OpposeAction