|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HasName in org.ascape.ant |
---|
Classes in org.ascape.ant that implement HasName | |
---|---|
class |
AllOutputView
Very similar to DataOutputView, this view outputs all model and member-agent scape data. |
class |
AllOutputViewElement
User: jmiller Date: Nov 2, 2005 Time: 2:04:19 PM To change this template use Options | File Templates. |
class |
DataOutputViewElement
The Class DataOutputViewElement. |
class |
ScapeOutputViewElement
The Class ScapeOutputViewElement. |
Uses of HasName in org.ascape.ant.swing |
---|
Classes in org.ascape.ant.swing that implement HasName | |
---|---|
class |
AntChartViewElement
The Class AntChartView. |
Uses of HasName in org.ascape.ant.test |
---|
Classes in org.ascape.ant.test that implement HasName | |
---|---|
class |
AllOutputViewTest.TestAgent
|
Uses of HasName in org.ascape.gis.model |
---|
Classes in org.ascape.gis.model that implement HasName | |
---|---|
class |
MapAgent
|
class |
ScapeTime
A scape that is aware of time. |
class |
SubGraphAgent
User: jmiller Date: Nov 14, 2005 Time: 1:30:41 PM To change this template use Options | File Templates. |
Uses of HasName in org.ascape.gis.view |
---|
Classes in org.ascape.gis.view that implement HasName | |
---|---|
class |
MapView
An overhead view of the map |
Uses of HasName in org.ascape.model |
---|
Classes in org.ascape.model that implement HasName | |
---|---|
class |
Agent
The base class for all modeled objects in ascape. |
class |
AscapeObject
The cannonical class for most ascape model objects, including rules. |
class |
Cell
The base class for all members of lattices. |
class |
CellOccupant
An occupant of a cell within a lattice. |
class |
HistoryValueSetter
A data point that serves as a setter for a historical value. |
class |
HostCell
An cell capable fo serving as a 'home' for agents. |
class |
LocatedAgent
An agent that has a location in continuous space. |
class |
MomentumAgent
An agent that has momentum and heading in space. |
class |
Scape
The base class for all collections of agents within ascape. |
Uses of HasName in org.ascape.model.event |
---|
Subinterfaces of HasName in org.ascape.model.event | |
---|---|
interface |
ScapeCustomizer
A marker interface for a scape listener that customizes the scape. |
interface |
ScapeListener
A listener to an agent scape. |
Classes in org.ascape.model.event that implement HasName | |
---|---|
class |
DefaultScapeListener
A listener to an agent scape. |
class |
ScapeListenerDelegate
Manages the relationship between a listener and its scape, including listener registeration and managing calling appopriate view methods for scape events. |
Uses of HasName in org.ascape.model.rule |
---|
Classes in org.ascape.model.rule that implement HasName | |
---|---|
class |
CollectStats
A rule for gathering values (typically aggegate statistics) from the entire population of agents. |
class |
Diffusion
A rule causing some agent value to diffuse to its neighbors. |
class |
ExecuteThenUpdate
A rule that should be executed in two phases; executing (calculating), and then updating. |
class |
MoveRandomWithin
A rule causing the taget agent to move to a random location within some bounded area. |
class |
NotifyViews
A rule causing the target to notify its views that an update has occured. |
class |
NotifyViewsEvent
The Class NotifyViewsEvent. |
class |
ParameterizedDiffusion
A rule causing some agent value to diffuse to its neighbors at a particualar constant. |
class |
Propogate
A rule that executes on the target scape, all children of the target scape, and (if desired) all members of this or any children of the target scape. |
class |
PropogateScapeOnly
A rule that executes on the target scape, and any member scapes of the target scape. |
class |
Rule
An abstract base class for behaviors that can be be iterated across agent scapes or a single agent. |
class |
SearchRule
A rule that can be used to search through a collection of agents. |
class |
SetValues
A rule for setting values for a population of agents. |
Uses of HasName in org.ascape.model.space |
---|
Classes in org.ascape.model.space that implement HasName | |
---|---|
class |
CollectionSpace.ClosestDataPoint
The Class ClosestDataPoint. |
Uses of HasName in org.ascape.query |
---|
Classes in org.ascape.query that implement HasName | |
---|---|
class |
Query
Only the form-based searches have the option of being dynamic. |
Uses of HasName in org.ascape.runtime |
---|
Classes in org.ascape.runtime that implement HasName | |
---|---|
class |
AbstractUIEnvironment
|
class |
RuntimeEnvironment
Supports all non-ui shared aspects of Ascape runtime environment, including console view, managing environment views, etc.. |
Uses of HasName in org.ascape.runtime.swing |
---|
Classes in org.ascape.runtime.swing that implement HasName | |
---|---|
class |
AgentSelectionView
The Class AgentSelectionView. |
class |
DesktopEnvironment
Suppots all user environment ascapet of a running ascape app in a vm, including user frame, etc. |
class |
Navigator
The Class Navigator. |
class |
SearchView
The Class SearchView. |
class |
SpeedSliderView
A view providing a slider to control the speed of the model. |
class |
SwingEnvironment
User: milesparker Date: May 26, 2006 Time: 7:29:23 PM To change this template use File | Settings | File Templates. |
Uses of HasName in org.ascape.util |
---|
Classes in org.ascape.util that implement HasName | |
---|---|
class |
ValueSetter
A data point that also serves as a setter for the point's value. |
Uses of HasName in org.ascape.util.data |
---|
Subinterfaces of HasName in org.ascape.util.data | |
---|---|
interface |
DataPoint
An interface for a class providing a data point for a given object. |
Classes in org.ascape.util.data that implement HasName | |
---|---|
class |
DataPointComparator
An interface for a class comparing objects using a data point. |
class |
DataPointConcrete
An class providing a data point for a given object. |
class |
DataSeries
A class which stores the results of measurements of data points. |
class |
DataSeriesStore
A class which stores the results of measurements of data points. |
class |
StatCollector
Collects and stores aggregate statistics on some data source for every specified measurement type of that source, and for each succesive measurement of that source. |
class |
StatCollectorCalculated
Stores aggregate data for values obtained for a statistic, including running sum and average. |
class |
StatCollectorCond
Collects and stores aggregate statistics on some data source for every specified measurement type of that source, and for each succesive measurement of that source, while that source meets some condition. |
class |
StatCollectorCondCSA
Stores aggregate data for values conditionally obtained for a statistic, including running sum and average. |
class |
StatCollectorCondCSAMM
Stores conditional aggregate data for values conditionally obtained for a statistic, including running sum, average, minimum and maximum. |
class |
StatCollectorCondCSAMMVar
Stores conditional aggregate data for values conditionally obtained for a statistic, including running sum, average, minimum and maximum. |
class |
StatCollectorCSA
Stores aggregate data for values obtained for a statistic, including running sum and average. |
class |
StatCollectorCSAMM
Stores aggregate data for values obtained for a statistic, including running sum, average, minimum and maximum. |
class |
StatCollectorCSAMMVar
Stores aggregate data for values obtained for a statistic, including statistical variance. |
class |
UnitIntervalDataPoint
An abstract class providing some value 0..1 based on the state of the instance provided. |
Uses of HasName in org.ascape.util.vis |
---|
Subinterfaces of HasName in org.ascape.util.vis | |
---|---|
interface |
ColorFeature
A Color feature returns a color based on the state of an object of known type provided to it. |
interface |
EntityFeature
An interface for classes which define the Entity rendering hints of an entity relation graphical view. |
interface |
ImageFeature
An image feature returns an image based on the state of an object of known type provided to it. |
interface |
PlatformDrawFeature
|
Classes in org.ascape.util.vis that implement HasName | |
---|---|
class |
ColorFeatureConcrete
A Color feature returns a color based on the state of an object of known type provided to it. |
class |
ColorFeatureFixed
An interface for a class providing an color that doesn't change in relation to the supplied object. |
class |
ColorFeatureGradiated
A class for displaying a gradiated color whose intensity is determined by the supplied UnitIntervalDataPoint. |
class |
ColorFeatureGradiatedIndex
A class for displaying a gradiated color whose intensity is determined by the supplied UnitIntervalDataPoint. |
class |
DrawColorFeature
A class using a color feature to determine the color to use to draw a feature. |
class |
DrawFeature
An class providing a drawing method for a given object. |
class |
DrawImageFeature
A class using a image feature to determine the image to use to draw a feature. |
class |
DrawSymbol
An drawing method that draws a symbol irrespective of the supplied object's state. |
class |
FillCellFeature
A Draw feature that fills a cell with the color defined by the color feature. |
class |
ImageFeatureConcrete
A Image feature returns a image based on the state of an object of known type provided to it. |
class |
ImageFeatureFixed
An interface for a class providing an image that doesn't change in relation to the supplied object. |
class |
SimplexFeature
An interface providing an interpretation of a peice of data for a simplex view. |
Uses of HasName in org.ascape.view.custom |
---|
Classes in org.ascape.view.custom that implement HasName | |
---|---|
class |
AgentCustomizer
A frame (modeless dialog) for interpreting the state of an agent and optionally its hosted agents if any. |
class |
AutoCustomizer
A panel for making changes to model settings. |
class |
AutoCustomizerSwing
A panel for making changes to model settings. |
class |
BaseCustomizer
A panel for making live changes to a model's settings. |
class |
ChartCustomizer
A frame (modeless dialog) for making live changes to a chart. |
class |
ModelCustomizer
A panel for making changes to a model's settings. |
class |
ModelCustomizerSwing
A panel for making changes to a model's settings. |
class |
ViewCustomizer
A panel for making live changes to a view. |
Uses of HasName in org.ascape.view.nonvis |
---|
Classes in org.ascape.view.nonvis that implement HasName | |
---|---|
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 |
NonGraphicView
A base class for most non-gui observer of scapes. |
class |
NonGraphicViewDelegate
Manages the relationship between a nongraphic view and its scape, including listener registeration and managing calling appopriate view methods for scape events. |
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 |
ScapeTransitionListener
A listener 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 HasName in org.ascape.view.vis |
---|
Subinterfaces of HasName in org.ascape.view.vis | |
---|---|
interface |
ComponentView
A view which listens to (is an observer of) an agent scape. |
Classes in org.ascape.view.vis that implement HasName | |
---|---|
class |
AgentSizedView
A generic base class for views that draw some kind of spatial view of a group of cells. |
class |
AgentView
A generic base class for views that draw some kind of spatial view of a group of cells. |
class |
BatchView
WORK IN (SLOW) PROGRESS. |
class |
BufferView
A base class for any poanel that wants to have a manually updateable background buffer. |
class |
CellView
A generic base class for views that draw some kind of spatial view of a group of cells. |
class |
ChartView
A chart view of a scape. |
class |
ComponentViewDelegate
Manages the relationship between a component view and its scape, including determining when updates occur and managing the graphics recorder. |
class |
FixedAgentStretchyView
A class providing a view of an scape vector. |
class |
FixedStretchyView
A class providing a view of an scape vector. |
class |
HostedAgentView
A base class for drawing a collection of agents upon a collection of cells. |
class |
MovingStretchyView
A view of a scape vector. |
class |
Overhead2DContinuousView
The Class Overhead2DContinuousView. |
class |
Overhead2DView
A scape view that draws the classic bird's eye view of a 2-dimensional lattice. |
class |
OverheadRelative2DView
A scape view that draws a view of a 2-dimensional lattice with a relative origin. |
class |
PanelView
A base class for a panel that acts as an observer of scapes. |
class |
Plot2DView
A scape view that represents two parameters of agent state in a two-dimensional plot. |
class |
ScapeTransitionPanelView
A view providing notification when a scape transitions from one state to another. |
class |
Scrolling1DView
A view that provides a vertically scrolling view appropriate for dispalying a simple one-dimensional collection of agents; i.e. |
class |
SimpleControlView
A class providing a simple control panel for a running model that does not require Swing. |
class |
SimplexView
A scape view that represents some aspect of agent state in a simplex diagram. |
class |
SimplexView.ConcreteSimplexFeature
The Class ConcreteSimplexFeature. |
class |
StretchyView
A view of a scape vector. |
Uses of HasName in org.ascape.view.vis.control |
---|
Classes in org.ascape.view.vis.control that implement HasName | |
---|---|
class |
ControlActionView
A class providing control a model. |
class |
ControlBarView
A class providing a control bar for controlling a model. |
class |
MenuBarView
A class providing a menu bar for controlling a model. |
Uses of HasName in org.ascape.view.vis.erv |
---|
Classes in org.ascape.view.vis.erv that implement HasName | |
---|---|
class |
DefaultEntityFeature
A default implementation of the EntityFeature interface. |
class |
EntityRelationView
A class for a panel that acts as an observer of scapes as a graph of entities joined by relations. |
class |
EntityRelationView.RelationDrawFeature
The class RelationDrawFeature encapsulates the drawing
mechanisms previously distributed over methods in ERVEdge
and ERVChannel . |
class |
ERVViewCustomizer
The Class ERVViewCustomizer. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |