com.businessobjects.rebean.wi
Class Feature

java.lang.Object
  extended by 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

Constructor Summary
Feature()
           
 
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
 

Constructor Detail

Feature

public Feature()
Method Detail

implies

public boolean implies(Feature f)
Checks if this feature implies another Feature f.

Parameters:
f - a given feature
Returns:
true or false