com.threerings.tudey.config
Class ConditionConfig.Is

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ConditionConfig
          extended by com.threerings.tudey.config.ConditionConfig.Is
All Implemented Interfaces:
Exportable, Streamable, Copyable, Cloneable
Enclosing class:
ConditionConfig

public static class ConditionConfig.Is
extends ConditionConfig

Determines whether two entities are the same


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.ConditionConfig
ConditionConfig.Action, ConditionConfig.All, ConditionConfig.Always, ConditionConfig.Any, ConditionConfig.Cooldown, ConditionConfig.DistanceWithin, ConditionConfig.Evaluate, ConditionConfig.FlagSet, ConditionConfig.InstanceOf, ConditionConfig.Intersecting, ConditionConfig.IntersectsScene, ConditionConfig.Is, ConditionConfig.Limit, ConditionConfig.Not, ConditionConfig.Random, ConditionConfig.Tagged
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 boolean all
          Whether or not all targets must match the condition (as opposed to any).
 TargetConfig source
          The target to check.
 TargetConfig target
          The target to check.
 
Constructor Summary
ConditionConfig.Is()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this condition.
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.tudey.config.ConditionConfig
getPreloads
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

all

@Editable(hgroup="t")
public boolean all
Whether or not all targets must match the condition (as opposed to any).


target

@Editable
public TargetConfig target
The target to check.


source

@Editable
public TargetConfig source
The target to check.

Constructor Detail

ConditionConfig.Is

public ConditionConfig.Is()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: ConditionConfig
Returns the name of the server-side logic class for this condition.

Specified by:
getLogicClassName in class ConditionConfig

invalidate

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

Overrides:
invalidate in class ConditionConfig