com.businessobjects.rebean.wi
Class Feature
java.lang.Object
com.businessobjects.rebean.wi.Feature
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConditionOperatorFeature, DataProviderFeature, QueryFeature
public abstract class Feature
- extends java.lang.Object
- implements java.io.Serializable
Class representing Feature.
- Since:
- 12.0
- See Also:
DataProviderFeature,
QueryFeature,
ConditionOperatorFeature,
Serialized Form
|
Method Summary |
boolean |
implies(Feature f)
Checks if this feature implies another Feature f. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Feature
public Feature()
implies
public boolean implies(Feature f)
- Checks if this feature implies another Feature
f.
- Parameters:
f - a given feature
- Returns:
true or false