Uses of Class
org.ascape.model.event.ScapeEvent

Packages that use ScapeEvent
edu.brook   
edu.brook.sugarscape   
name.milesparker.epi   
name.milesparker.epi.contact   
name.milesparker.epi.plague   
name.milesparker.epi.region   
name.milesparker.markets   
org.ascape.model   
org.ascape.model.event   
org.ascape.model.rule   
org.ascape.query   
org.ascape.runtime   
org.ascape.view.nonvis   
org.ascape.view.vis   
org.eclipse.amp.amf.examples.escape   
org.eclipse.amp.escape.ascape.view   
org.eclipse.amp.escape.ascape.wrap   
org.eclipse.amp.escape.ide   
org.eclipse.amp.escape.view   
org.eclipse.amp.examples.heatbugs   
org.metaabm.examples.stupid1   
org.metaabm.examples.stupid2   
org.metaabm.examples.stupid3   
org.metaabm.examples.stupid5   
org.metaabm.gen.test   
 

Uses of ScapeEvent in edu.brook
 

Methods in edu.brook with parameters of type ScapeEvent
 void DemographicPrisonersDilemma.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in edu.brook.sugarscape
 

Methods in edu.brook.sugarscape with parameters of type ScapeEvent
 void GAS_Base.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in name.milesparker.epi
 

Methods in name.milesparker.epi with parameters of type ScapeEvent
 void Epidemic.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in name.milesparker.epi.contact
 

Methods in name.milesparker.epi.contact with parameters of type ScapeEvent
 void Epidemic.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in name.milesparker.epi.plague
 

Methods in name.milesparker.epi.plague with parameters of type ScapeEvent
 void Epidemic.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in name.milesparker.epi.region
 

Methods in name.milesparker.epi.region with parameters of type ScapeEvent
 void Region.scapeSetup(ScapeEvent scapeEvent)
           
 void City.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in name.milesparker.markets
 

Methods in name.milesparker.markets with parameters of type ScapeEvent
 void Markets.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.ascape.model
 

Methods in org.ascape.model with parameters of type ScapeEvent
 void Scape.environmentQuiting(ScapeEvent scapeEvent)
          Method called as the entire envornmnet is about to be exited.
 void Scape.notifyViews(ScapeEvent event)
          Notifies all scape listeners that this scapes state has changed.
 void Scape.scapeAdded(ScapeEvent scapeEvent)
          Add a scape to this listener.
 void Scape.scapeClosing(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "closing" event.
 void Scape.scapeDeserialized(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "deserialized" event.
 void Scape.scapeInitialized(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "initialize" event, indicating it has been initialized.
 void Scape.scapeIterated(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is iterated.
 void Scape.scapeNotification(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is updated.
 void Scape.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void Scape.scapeSetup(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time a scape sends a "setup" method, indicating it needs to be setup for a run.
 void Scape.scapeStarted(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is started.
 void Scape.scapeStopped(ScapeEvent scapeEvent)
          If the scape has delegated a view to itself, called each time the scape is stopped.
 

Uses of ScapeEvent in org.ascape.model.event
 

Methods in org.ascape.model.event with parameters of type ScapeEvent
 void ScapeListener.environmentQuiting(ScapeEvent scapeEvent)
          Method called as the environment is about to quit.
 void DefaultScapeListener.environmentQuiting(ScapeEvent scapeEvent)
          Method called as the scape is about to be closed.
 void ScapeListener.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DefaultScapeListener.scapeAdded(ScapeEvent scapeEvent)
          Add the view to the scape, registering it as a listener, and ensuring that it hasn't been added to any other scapes.
 void ScapeListener.scapeClosing(ScapeEvent scapeEvent)
          Method called as the scape is about to be closed.
 void DefaultScapeListener.scapeClosing(ScapeEvent scapeEvent)
          Method called as the scape is about to be closed.
 void ScapeListener.scapeDeserialized(ScapeEvent scapeEvent)
          Method called immediatly after a model is deserialized.
 void DefaultScapeListener.scapeDeserialized(ScapeEvent scapeEvent)
          Method called immediatly after a model is deserialized.
 void ScapeListener.scapeInitialized(ScapeEvent scapeEvent)
          Called immediatly after the scape is initialized.
 void DefaultScapeListener.scapeInitialized(ScapeEvent scapeEvent)
          Called immediatly after the scape is initialized.
 void ScapeListener.scapeIterated(ScapeEvent scapeEvent)
          Called immediatly after scape is iterated.
 void DefaultScapeListener.scapeIterated(ScapeEvent scapeEvent)
          Called immediatly after scape is iterated.
 void ScapeListenerDelegate.scapeNotification(ScapeEvent scapeEvent)
          Notifies the delegating view that something has happened on the scape.
 void ScapeListener.scapeNotification(ScapeEvent scapeEvent)
          Informs the listener that the agent scape has some kind of notification for the listener,.
 void DefaultScapeListener.scapeNotification(ScapeEvent scapeEvent)
          Notifies the delegating view that something has happened on the scape.
 void ScapeListenerDelegate.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void ScapeListener.scapeRemoved(ScapeEvent scapeEvent)
          Removes the scape from this view.
 void DefaultScapeListener.scapeRemoved(ScapeEvent scapeEvent)
          Notifies the listener that the scape has removed it.
 void ScapeListener.scapeSetup(ScapeEvent scapeEvent)
          Method called when the scape is ready for setup.
 void DefaultScapeListener.scapeSetup(ScapeEvent scapeEvent)
          Method called when the scape is ready for setup.
 void ScapeListener.scapeStarted(ScapeEvent scapeEvent)
          Called immediatly after the scape is started.
 void DefaultScapeListener.scapeStarted(ScapeEvent scapeEvent)
          Called immediatly after the scape is started.
 void ScapeListener.scapeStopped(ScapeEvent scapeEvent)
          Called immediatly after the scape is stopped.
 void DefaultScapeListener.scapeStopped(ScapeEvent scapeEvent)
          Called immediatly after the scape is stopped.
 

Uses of ScapeEvent in org.ascape.model.rule
 

Constructors in org.ascape.model.rule with parameters of type ScapeEvent
NotifyViewsEvent(ScapeEvent event)
          Instantiates a new notify views event.
 

Uses of ScapeEvent in org.ascape.query
 

Methods in org.ascape.query with parameters of type ScapeEvent
 void Query.scapeIterated(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.ascape.runtime
 

Methods in org.ascape.runtime with parameters of type ScapeEvent
 void RuntimeEnvironment.environmentQuiting(ScapeEvent scapeEvent)
          Setup up a basic interactive controlBar time userEnvironment for a model application.
 void Runner.notify(ScapeEvent event, ScapeListener listener)
           
 void RuntimeEnvironment.scapeAdded(ScapeEvent scapeEvent)
          When a scape is added add any persiten views to it and set frame title.
 

Uses of ScapeEvent in org.ascape.view.nonvis
 

Methods in org.ascape.view.nonvis with parameters of type ScapeEvent
 void SweepControlView.scapeAdded(ScapeEvent scapeEvent)
          On scape add, set scape auto restart to false, as sweep view will be handling scape control.
 void ScapeTransitionListener.scapeAdded(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void ScapeStateView.scapeAdded(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void ScapeOutputView.scapeAdded(ScapeEvent scapeEvent)
           
 void ScapeFromXMLView.scapeAdded(ScapeEvent scapeEvent)
          Add the view to the scape, registering it as a listener, and ensuring that it hasn't been added to any other scapes.
 void ScapeFromFileView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DataView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DataOutputView.scapeAdded(ScapeEvent scapeEvent)
          Notifies the listener that the scape has added it.
 void DataOutputView.scapeClosing(ScapeEvent scapeEvent)
          On close, closes any open files.
 void ScapeFromFileView.scapeDeserialized(ScapeEvent event)
           
 void ParameterControlView.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void DataOutputView.scapeDeserialized(ScapeEvent scapeEvent)
          Method called once a model is deserialized.
 void ScapeFromXMLView.scapeInitialized(ScapeEvent scapeEvent)
          Called immediatly after the scape is initialized.
 void ScapeFromFileView.scapeInitialized(ScapeEvent scapeEvent)
          When scape is initialized, load appropriate values into scape.
 void DataOutputView.scapeIterated(ScapeEvent scapeEvent)
          On scape iterate, write period data.
 void ConsoleOutView.scapeIterated(ScapeEvent scapeEvent)
          On update, if printing results on update, print the current results to the screen.
 void ScapeTransitionListener.scapeNotification(ScapeEvent scapeEvent)
          Notifies this view that something has happened on the scape.
 void ScapeStateView.scapeNotification(ScapeEvent scapeEvent)
          Notifies this view that something has happened on the scape.
 void NonGraphicViewDelegate.scapeNotification(ScapeEvent scapeEvent)
          Super method notifies this view that something has happened on the scape.
 void ScapeTransitionListener.scapeRemoved(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void ScapeStateView.scapeRemoved(ScapeEvent scapeEvent)
          Called on interation; delays models return by delay slider setting.
 void SweepControlView.scapeSetup(ScapeEvent scapeEvent)
          On scape setup, create a new file and set the output stream to write to it.
 void ParameterControlView.scapeSetup(ScapeEvent scapeEvent)
           
 void DataOutputView.scapeStarted(ScapeEvent scapeEvent)
          On scape start, record the start time and wirte the file headers.
 void ConsoleOutView.scapeStarted(ScapeEvent scapeEvent)
          On start, print the model settings to the console.
 void SweepControlView.scapeStopped(ScapeEvent scapeEvent)
          On scape stop, close the data stream and files.
 void ParameterControlView.scapeStopped(ScapeEvent scapeEvent)
           
 void DataOutputView.scapeStopped(ScapeEvent scapeEvent)
          On scape stop, writes the run parameters to the file.
 void ConsoleOutView.scapeStopped(ScapeEvent scapeEvent)
          On stop, print the time taken and final results to the screen.
 

Uses of ScapeEvent in org.ascape.view.vis
 

Methods in org.ascape.view.vis with parameters of type ScapeEvent
 void GraphicsView.scapeAdded(ScapeEvent scapeEvent)
           
 void FixedStretchyView.scapeInitialized(ScapeEvent scapeEvent)
           
 void GraphicsView.scapeIterated(ScapeEvent scapeEvent)
           
 void OverheadRelative2DView.scapeStarted(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.eclipse.amp.amf.examples.escape
 

Methods in org.eclipse.amp.amf.examples.escape with parameters of type ScapeEvent
 void WikiExample.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.eclipse.amp.escape.ascape.view
 

Methods in org.eclipse.amp.escape.ascape.view with parameters of type ScapeEvent
 void ModelScapeView.scapeAdded(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.eclipse.amp.escape.ascape.wrap
 

Methods in org.eclipse.amp.escape.ascape.wrap with parameters of type ScapeEvent
 void ModelWrapperScapeListener.scapeAdded(ScapeEvent scapeEvent)
           
 void ModelWrapperScapeListener.scapeClosing(ScapeEvent scapeEvent)
           
 void ModelWrapperScapeListener.scapeInitialized(ScapeEvent scapeEvent)
           
 void ModelWrapperScapeListener.scapeIterated(ScapeEvent scapeEvent)
           
 void ModelWrapperScapeListener.scapeRemoved(ScapeEvent scapeEvent)
           
 void ModelWrapperScapeListener.scapeSetup(ScapeEvent scapeEvent)
           
 void ModelWrapperScapeListener.scapeStarted(ScapeEvent scapeEvent)
           
 void ModelWrapperScapeListener.scapeStopped(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.eclipse.amp.escape.ide
 

Methods in org.eclipse.amp.escape.ide with parameters of type ScapeEvent
 void EclipseEscapeRunner.notify(ScapeEvent event, ScapeListener listener)
           
 

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

Methods in org.eclipse.amp.escape.view with parameters of type ScapeEvent
 void EMFDataOutputView.scapeAdded(ScapeEvent scapeEvent)
           
 void EMFDataOutputView.scapeIterated(ScapeEvent scapeEvent)
           
 void EMFDataOutputView.scapeRemoved(ScapeEvent scapeEvent)
           
 void EMFDataOutputView.scapeStarted(ScapeEvent scapeEvent)
           
 void EMFDataOutputView.scapeStopped(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.eclipse.amp.examples.heatbugs
 

Methods in org.eclipse.amp.examples.heatbugs with parameters of type ScapeEvent
 void Heatbugs.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.metaabm.examples.stupid1
 

Methods in org.metaabm.examples.stupid1 with parameters of type ScapeEvent
 void StupidModel1.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.metaabm.examples.stupid2
 

Methods in org.metaabm.examples.stupid2 with parameters of type ScapeEvent
 void StupidModel2.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.metaabm.examples.stupid3
 

Methods in org.metaabm.examples.stupid3 with parameters of type ScapeEvent
 void StupidModel3.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.metaabm.examples.stupid5
 

Methods in org.metaabm.examples.stupid5 with parameters of type ScapeEvent
 void StupidModel5.scapeSetup(ScapeEvent scapeEvent)
           
 

Uses of ScapeEvent in org.metaabm.gen.test
 

Methods in org.metaabm.gen.test with parameters of type ScapeEvent
 void SpatialModel.scapeSetup(ScapeEvent scapeEvent)
           
 void BasicMovementModel.scapeSetup(ScapeEvent scapeEvent)
           
 void BasicModel.scapeSetup(ScapeEvent scapeEvent)