Uses of Interface
org.ascape.util.sweep.Sweepable

Packages that use Sweepable
org.ascape.util.sweep   
 

Uses of Sweepable in org.ascape.util.sweep
 

Classes in org.ascape.util.sweep that implement Sweepable
 class SweepDimension
          A class faciliating iteration across a paramater dimension.
 class SweepDimension.TypedDoubleSweepDimension
           
 class SweepDimension.TypedFloatSweepDimension
           
 class SweepDimension.TypedIntegerSweepDimension
           
 class SweepDimension.TypedLongSweepDimension
           
 class SweepGroup
          A class faciliating iteration across several parameter dimensions, supporting multiple runs per parameter set.
 class SweepLink
          A sweep link allows two or more sweep dimensions to be iterated together.
 

Methods in org.ascape.util.sweep that return Sweepable
 Sweepable SweepLink.getMember(int pos)
          Returns the sweepable at the provided location.
 Sweepable SweepGroup.getMember(int pos)
          Returns the 'sweepable' (sweep iterator) at the specified position.
 Sweepable SweepGroup.getUnlinkedMember(int pos)
          Sweepables can be SweepLinks, which means that more than one sweep dimension might exist for a given member.
 

Methods in org.ascape.util.sweep with parameters of type Sweepable
 void SweepLink.addMember(Sweepable sweep)
          Adds the sweepable item to be iterated with the link.
 void SweepGroup.addMember(Sweepable sweep)
          Adds the 'sweepable' (sweep iterator) to the group.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.