Uses of Class
org.ascape.view.nonvis.NonGraphicView

Packages that use NonGraphicView
org.ascape.view.nonvis   
org.eclipse.amp.escape.view   
 

Uses of NonGraphicView in org.ascape.view.nonvis
 

Subclasses of NonGraphicView in org.ascape.view.nonvis
 class ConsoleOutView
          A view providing basic system out reporting.
 class DataOutputView
          A non-graphic view providing output of model data to a file.
 class DataView
          A non-graphic view providing output of model data to a file.
 class ParameterControlView
          Sets up each run based on parameters drawn from a file.
 class ScapeFromFileView
          A view that instantiates a scape with the contents of a file or input stream.
 class ScapeFromXMLView
          A view that instantiates a scape with the contents of an XML file.
 class ScapeOutputView
          The Class ScapeOutputView.
 class ScapeStateView
          A view providing notification when a scape transitions from one state to another.
 class StandardOutView
          Deprecated. please replace with ConsoleOutView
 class SweepControlView
          A view that is used in conjunction with a sweep group to control model parameters.
 

Uses of NonGraphicView in org.eclipse.amp.escape.view
 

Subclasses of NonGraphicView in org.eclipse.amp.escape.view
 class EMFDataOutputView