ilog.views.maps.filters
Class IlvSplitGreaterOrEqualFilter
java.lang.Object
ilog.views.maps.datasource.IlvHierarchicalDataSource.CriterionFilter
ilog.views.maps.datasource.IlvHierarchicalDataSource.SingleAttributeFilter
ilog.views.maps.filters.IlvSplitFeatureFilter
ilog.views.maps.filters.IlvSplitGreaterOrEqualFilter
- All Implemented Interfaces:
- IlvPersistentObject
public class IlvSplitGreaterOrEqualFilter
- extends IlvSplitFeatureFilter
Filter for the "greater than or equal to" and "lower than" selections.
- Since:
- JViews 8.0
- See Also:
IlvSplitDataSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlvSplitGreaterOrEqualFilter
public IlvSplitGreaterOrEqualFilter(IlvInputStream stream)
throws IlvReadFileException
- Creates a new
IlvSplitGreaterOrEqualFilter.
- Parameters:
stream - The stream to read from.
- Throws:
IlvReadFileException
IlvSplitGreaterOrEqualFilter
public IlvSplitGreaterOrEqualFilter(String name,
String ref,
int resultType)
- Creates a new
IlvSplitGreaterOrEqualFilter.
- Parameters:
name - The name of the property to be used for splitting.ref - The reference value to compare with.resultType - Determines whether matching and/or non-matching values should be kept.- See Also:
IlvSplitFeatureFilter.IlvSplitFeatureFilter(String, String, String, int)
compare
public boolean compare(double ref,
double value)
-
compare
public boolean compare(String ref,
String value)
-
getFailedDescription
public String getFailedDescription()
-
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.