edu.neu.ccs.demeterf.views.classes
Class StarQuant

java.lang.Object
  extended by edu.neu.ccs.demeterf.views.classes.Quantifier
      extended by edu.neu.ccs.demeterf.views.classes.StarQuant

public class StarQuant
extends Quantifier

Representation of StarQuant


Constructor Summary
StarQuant()
          Construct a(n) StarQuant Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this StarQuant?
static StarQuant parse(java.io.InputStream inpt)
          Parse an instance of StarQuant from the given Stream
static StarQuant parse(java.io.Reader inpt)
          Parse an instance of StarQuant from the given Reader
static StarQuant parse(java.lang.String inpt)
          Parse an instance of StarQuant from the given String
 java.lang.String toString()
          DGP method from Class PrintToString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StarQuant

public StarQuant()
Construct a(n) StarQuant Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

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

Overrides:
toString in class Quantifier