Uses of Class
org.ascape.util.VectorSelection

Packages that use VectorSelection
org.ascape.model   
org.ascape.model.event   
org.ascape.util.vis   
org.ascape.view.vis   
 

Uses of VectorSelection in org.ascape.model
 

Fields in org.ascape.model declared as VectorSelection
protected  VectorSelection Scape.initialRules
          The rules that this scape will execute on its members upon initializtion.
 

Methods in org.ascape.model that return VectorSelection
 VectorSelection Scape.getInitialRules()
          Returns all the rules executed following scape initialization.
 VectorSelection Scape.getRules()
          Returns all rules that this scape might execute.
 

Methods in org.ascape.model with parameters of type VectorSelection
 void Scape.executeOnMembers(VectorSelection ruleSelection)
          Executes the provided rules on every member of the lattice, according to the rule settings and the execution order of this scape.
 void Scape.setInitialRules(VectorSelection initialRules)
           
 

Uses of VectorSelection in org.ascape.model.event
 

Methods in org.ascape.model.event that return VectorSelection
 VectorSelection DrawFeatureEvent.getDfNameSelection()
          Gets the df name selection.
 

Constructors in org.ascape.model.event with parameters of type VectorSelection
DrawFeatureEvent(java.lang.Object source, VectorSelection tempSelection, boolean originator)
          Instantiates a new draw feature event.
 

Uses of VectorSelection in org.ascape.util.vis
 

Subclasses of VectorSelection in org.ascape.util.vis
 class DrawFeatureSelection
          A (probably temporary) class for handling DrawFeature Observation.
 class PlatformDrawFeatureSelection
          A (probably temporary) class for handling DrawFeature Observation.
 

Methods in org.ascape.util.vis that return VectorSelection
 VectorSelection IDrawSelection.getDrawSelection()
          Returns the selection of draw features for this view.
 

Uses of VectorSelection in org.ascape.view.vis
 

Fields in org.ascape.view.vis declared as VectorSelection
protected  VectorSelection AgentView.drawSelection
          The draw features that have been selected to draw.
 

Methods in org.ascape.view.vis that return VectorSelection
 VectorSelection AgentView.getDrawSelection()
          Returns the selection of draw features for this view.