Uses of Interface
com.bbn.openmap.layer.vpf.GeoSymAttExpression.Expression

Packages that use GeoSymAttExpression.Expression
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
 

Uses of GeoSymAttExpression.Expression in com.bbn.openmap.layer.vpf
 

Classes in com.bbn.openmap.layer.vpf that implement GeoSymAttExpression.Expression
static class GeoSymAttExpression.ColumnExpression
          A ColumnExpression is the comparison of an FCI column value against another column value.
static class GeoSymAttExpression.CompareExpression
           
static class GeoSymAttExpression.Connector
          Connector class is the part of the expression that contains the logic operation, AND, OR, and and or.
static class GeoSymAttExpression.ECDISExpression
          The ECDISExpression checks the warehouse for user set values when evaluating.
static class GeoSymAttExpression.StringExpression
          The ECDISExpression checks the warehouse for user set values when evaluating.
static class GeoSymAttExpression.ValueExpression
          The ValueExpression is a comparison of a FCI value to a numerical value.
 

Fields in com.bbn.openmap.layer.vpf declared as GeoSymAttExpression.Expression
protected  GeoSymAttExpression.Expression GeoSymAttExpression.exp
           
 

Methods in com.bbn.openmap.layer.vpf that return GeoSymAttExpression.Expression
protected  GeoSymAttExpression.Expression GeoSymAttExpression.findExpression(java.lang.String source)
          Recursive parsing statement.
protected  GeoSymAttExpression.Expression GeoSymAttExpression.findMathOp(java.lang.String source)
           
 

Methods in com.bbn.openmap.layer.vpf with parameters of type GeoSymAttExpression.Expression
 void GeoSymAttExpression.Connector.addExpr(GeoSymAttExpression.Expression expr)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details