Uses of Class
net.sf.magicproject.operation.BinaryOperation

Packages that use BinaryOperation
net.sf.magicproject.operation All list and number operations. 
 

Uses of BinaryOperation in net.sf.magicproject.operation
 

Subclasses of BinaryOperation in net.sf.magicproject.operation
 class Add
          Reprsents the PLUS operation.
 class AddHalfRounded
          Return the given value diven by two rounded up value.
 class AddHalfTruncated
          The operation returning the first value PLUS the truncated value of the HALF of the second one.
 class And
          Represent the operation returning the binary AND operation.
 class AndNot
          Represent the operation returning a binary AND NOT operation.
 class DivRounded
          This operation divide a number by another and return the rounded result.
 class DivTruncated
          This operation divide a number by another and return the truncated result.
 class Max
          Reprsent an operation returning the the greater value of the two given one.
 class Min
          Represent the operation returning the lower value form the two given one.
 class Mult
          Represents the Multiply operation.
 class Or
           
 class Remove
           
 class Xor
          The Exclusive Or operation.
 



Copyright © 2003-2007 Magic-Project. All Rights Reserved.