Uses of Class
gov.nasa.arc.brahms.vm.data.VMExpression

Packages that use VMExpression
gov.nasa.arc.brahms.vm.data   
 

Uses of VMExpression in gov.nasa.arc.brahms.vm.data
 

Constructors in gov.nasa.arc.brahms.vm.data with parameters of type VMExpression
VMObjectComparison(VMExpression lhs, Relation relation, VMExpression rhs)
          Constructor, creates a new object comparison with the specified left hand side expression, relational operator and right hand side expression.
VMOperand(VMExpression expr)
          Constructor, creates a new operand representing a nested expression
VMValueComparison(VMExpression lhs, int relation, VMExpression rhs)
          Constructor, creates a new value comparison with the specified left hand side expression, relational operator and right hand side expression.
 



Copyright © 1997-2012 All Rights Reserved.