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

All Known Implementing Classes:
GeoSymAttExpression.ColumnExpression, GeoSymAttExpression.CompareExpression, GeoSymAttExpression.Connector, GeoSymAttExpression.ECDISExpression, GeoSymAttExpression.StringExpression, GeoSymAttExpression.ValueExpression
Enclosing class:
GeoSymAttExpression

public static interface GeoSymAttExpression.Expression

The Expression interface allows for the recursive queries of Connectors and Value/CompareExpressions.

Author:
dietrick

Method Summary
 boolean evaluate(FeatureClassInfo fci, int row, java.lang.StringBuffer reasoning)
           
 boolean evaluate(FeatureClassInfo fci, java.util.List<java.lang.Object> row, java.lang.StringBuffer reasoning)
           
 

Method Detail

evaluate

boolean evaluate(FeatureClassInfo fci,
                 int row,
                 java.lang.StringBuffer reasoning)

evaluate

boolean evaluate(FeatureClassInfo fci,
                 java.util.List<java.lang.Object> row,
                 java.lang.StringBuffer reasoning)


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