com.threerings.opengl.model.config
Class ActionConfig.Case

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.ActionConfig.Case
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ActionConfig

public static class ActionConfig.Case
extends DeepObject
implements Exportable

Combines an action with a condition.


Field Summary
 ActionConfig action
          The action itself.
 BooleanExpression condition
          The condition for the case.
 
Constructor Summary
ActionConfig.Case()
           
 
Method Summary
 
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

condition

@Editable
public BooleanExpression condition
The condition for the case.


action

@Editable
public ActionConfig action
The action itself.

Constructor Detail

ActionConfig.Case

public ActionConfig.Case()