com.threerings.tudey.config
Class TargetConfig.DistanceSubset

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.TargetConfig
          extended by com.threerings.tudey.config.TargetConfig.Subset
              extended by com.threerings.tudey.config.TargetConfig.DistanceSubset
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Direct Known Subclasses:
TargetConfig.FarthestSubset, TargetConfig.NearestSubset
Enclosing class:
TargetConfig

public abstract static class TargetConfig.DistanceSubset
extends TargetConfig.Subset

Superclass of the distance-based subsets.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.TargetConfig
TargetConfig.Activator, TargetConfig.Behavior, TargetConfig.Compound, TargetConfig.Conditional, TargetConfig.DistanceSubset, TargetConfig.Excluding, TargetConfig.FarthestSubset, TargetConfig.InstanceOf, TargetConfig.Intersecting, TargetConfig.NearestSubset, TargetConfig.Randomized, TargetConfig.RandomSubset, TargetConfig.Source, TargetConfig.Subset, TargetConfig.Tagged
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 TargetConfig location
          The reference location.
 
Fields inherited from class com.threerings.tudey.config.TargetConfig.Subset
size, target
 
Constructor Summary
TargetConfig.DistanceSubset()
           
 
Method Summary
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.tudey.config.TargetConfig
getLogicClassName
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

location

@Editable
public TargetConfig location
The reference location.

Constructor Detail

TargetConfig.DistanceSubset

public TargetConfig.DistanceSubset()
Method Detail

invalidate

public void invalidate()
Description copied from class: TargetConfig
Invalidates any cached data.

Overrides:
invalidate in class TargetConfig.Subset


Copyright © 2011. All Rights Reserved.