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

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

public class View
extends java.lang.Object

Representation of View


Nested Class Summary
static class View.incl
          Field Class for View.incl
static class View.views
          Field Class for View.views
 
Field Summary
 IncludeList incl
           
 List<ViewDef> views
           
 
Constructor Summary
View(IncludeList incl, List<ViewDef> views)
          Construct a(n) View Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this View?
static View parse(java.io.InputStream inpt)
          Parse an instance of View from the given Stream
static View parse(java.io.Reader inpt)
          Parse an instance of View from the given Reader
static View parse(java.lang.String inpt)
          Parse an instance of View 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
 

Field Detail

incl

public final IncludeList incl

views

public final List<ViewDef> views
Constructor Detail

View

public View(IncludeList incl,
            List<ViewDef> views)
Construct a(n) View Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

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

Overrides:
toString in class java.lang.Object