Uses of Interface
hussam.math.operations.OperationGroup

Packages that use OperationGroup
hussam.math.operationsProvides the Logical View of Mathematical operations. 
hussam.math.operations.parserProvides a User interface to read Expressions to be transformed into Operations. 
 

Uses of OperationGroup in hussam.math.operations
 

Classes in hussam.math.operations that implement OperationGroup
 classMyGroup
          This is an implementation for the OperationGroup interface.
 

Methods in hussam.math.operations that return OperationGroup
 OperationGroupFunction.getOperationGroup()
          Returns the OperationGroup
 OperationGroupMyGroup.optimize()
          This optimizes all the arguments in this group.
 OperationGroupOperationGroup.optimize()
           
 

Methods in hussam.math.operations with parameters of type OperationGroup
 voidFunction.setOperationGroup(OperationGroup group)
          Sets the Operations Group.
 

Constructors in hussam.math.operations with parameters of type OperationGroup
Function(java.lang.String name, OperationGroup g)
          Simpler constructor.
Function(java.lang.String name, OperationGroup g, java.lang.String discription)
          Construcs a new Function given a name, and an Optional OperationGroup, and a discription
 

Uses of OperationGroup in hussam.math.operations.parser
 

Methods in hussam.math.operations.parser that return OperationGroup
 OperationGroupHussamExpressionReader.readOperation(java.lang.String operationString)