Remap field names and data values in a predicate string.


The following tables list the members exposed by NetricsPredicateMapper.

Public Constructors

  Name Description
Public method NetricsPredicateMapper Create a predicate expression string mapper.
Top

Public Methods

  Name Description
Public method Equals   (inherited from Object)
Public method getCurrentDataNames Get the set of the current data item names. This retrieves the set of data item names referenced in the unmapped version of the predicate expression.
Public method getCurrentFieldNames Get the set of current field names. This retrieves the set of field names referenced in the mapped version of the predicate expression.
Public method GetHashCode   (inherited from Object)
Public method getMappedExpr Overloaded. Get the fully mapped predicate expression.
Public method getOriginalDataNames Get the set of original data item names. This retrieves the set of data item names referenced in the unmapped version of the predicate expression.
Public method getOriginalFieldNames Get the set of original field names. This retrieves the set of field names referenced in the unmapped version of the predicate expression.
Public method GetType   (inherited from Object)
Public method setDataNames Overloaded. Update the data item name mappings.
Public method setDefaultValue Set the default value for unspecified data items.
If no value for a data item is given this value is inserted into the expression. If not specified with a call to this method an zero length string is inserted.
Public method setFieldNames Overloaded. Update the field name mappings. This remaps the field names in the predicate expression. This entirely replaces any previous field mappings applied.
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also