com.threerings.tudey.server.logic
Class ExpressionLogic.LessEquals

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.tudey.server.logic.Logic
          extended by com.threerings.tudey.server.logic.ExpressionLogic
              extended by com.threerings.tudey.server.logic.ExpressionLogic.BinaryOperation
                  extended by com.threerings.tudey.server.logic.ExpressionLogic.LessEquals
Enclosing class:
ExpressionLogic

public static class ExpressionLogic.LessEquals
extends ExpressionLogic.BinaryOperation

Evaluates a less than or equal to expression.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.ExpressionLogic
ExpressionLogic.Add, ExpressionLogic.And, ExpressionLogic.BinaryOperation, ExpressionLogic.Constant, ExpressionLogic.Decrement, ExpressionLogic.Divide, ExpressionLogic.Equals, ExpressionLogic.Greater, ExpressionLogic.GreaterEquals, ExpressionLogic.Increment, ExpressionLogic.Less, ExpressionLogic.LessEquals, ExpressionLogic.Multiply, ExpressionLogic.Negate, ExpressionLogic.Not, ExpressionLogic.NumTargets, ExpressionLogic.Or, ExpressionLogic.Parsed, ExpressionLogic.Previous, ExpressionLogic.Reference, ExpressionLogic.Remainder, ExpressionLogic.Subtract, ExpressionLogic.UnaryOperation, ExpressionLogic.Xor
 
Nested classes/interfaces inherited from class com.threerings.tudey.server.logic.Logic
Logic.ShapeObserver
 
Constructor Summary
ExpressionLogic.LessEquals()
           
 
Method Summary
 Object evaluate(Logic activator, Object previous)
          Evaluates the expression.
 
Methods inherited from class com.threerings.tudey.server.logic.ExpressionLogic
getEntityKey, getRotation, getTranslation, init, isActive
 
Methods inherited from class com.threerings.tudey.server.logic.Logic
addShapeObserver, getModel, getPatrolPath, getSceneManager, getShape, getTags, getTransform, getTransform, getVariable, init, isDefaultEntrance, isVisible, removeShapeObserver, request, resolveTarget, setVariable, signal, transfer
 
Methods inherited from class com.threerings.util.ShallowObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionLogic.LessEquals

public ExpressionLogic.LessEquals()
Method Detail

evaluate

public Object evaluate(Logic activator,
                       Object previous)
Description copied from class: ExpressionLogic
Evaluates the expression.

Specified by:
evaluate in class ExpressionLogic


Copyright © 2011. All Rights Reserved.