scg
Class OpposeAction

java.lang.Object
  extended by scg.OpposeAction
Direct Known Subclasses:
Agreement, Refuting, Strengthening

public abstract class OpposeAction
extends java.lang.Object

Representation of OpposeAction


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

Constructor Detail

OpposeAction

public OpposeAction()
Construct a(n) OpposeAction Instance

Method Detail

parse

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

Throws:
scg.ParseException

parse

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

Throws:
scg.ParseException

parse

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

Throws:
scg.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