|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscg.OpposeAction
scg.Strengthening
public class Strengthening
Representation of Strengthening
Nested Class Summary | |
---|---|
static class |
Strengthening.newQuality
Field Class for Strengthening.newQuality |
Constructor Summary | |
---|---|
Strengthening(double newQuality)
Construct a(n) Strengthening 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 Strengthening? |
double |
getNewQuality()
Getter for field Strengthening.newQuality |
int |
hashCode()
DGP method from Class HashCode |
static Strengthening |
parse(java.io.InputStream inpt)
Parse an instance of Strengthening from the given Stream |
static Strengthening |
parse(java.io.Reader inpt)
Parse an instance of Strengthening from the given Reader |
static Strengthening |
parse(java.lang.String inpt)
Parse an instance of Strengthening from the given String |
java.lang.String |
print()
DGP method from Class Print |
void |
setNewQuality(double _newQuality)
Setter for field Strengthening.newQuality |
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 Strengthening(double newQuality)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static Strengthening parse(java.lang.String inpt) throws scg.ParseException
scg.ParseException
public static Strengthening parse(java.io.InputStream inpt) throws scg.ParseException
scg.ParseException
public static Strengthening parse(java.io.Reader inpt) throws scg.ParseException
scg.ParseException
public java.lang.String display()
display
in class OpposeAction
public java.lang.String print()
print
in class OpposeAction
public java.lang.String toStr()
toStr
in class OpposeAction
public java.lang.String toString()
toString
in class OpposeAction
public int hashCode()
hashCode
in class OpposeAction
public void setNewQuality(double _newQuality)
public double getNewQuality()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |