Class GenericFeature
- java.lang.Object
-
- com.tibco.patterns.learn.api.feature.Feature<com.tibco.patterns.learn.jaxb.model.FeatureType>
-
- com.tibco.patterns.learn.api.feature.GenericFeature
-
public class GenericFeature extends Feature<com.tibco.patterns.learn.jaxb.model.FeatureType>
A generic feature that has a single querylet of any type. This class provides convenient creation of generic features
-
-
Constructor Summary
Constructors Constructor Description GenericFeature(java.lang.String name, AbstractQlt<?> qlt)
Creates a generic feature with a single querylet.
-
Method Summary
-
Methods inherited from class com.tibco.patterns.learn.api.feature.Feature
getFieldNames, getName, getNetricsQlts, getNQlts, getQlt, getQltNames, getQlts, setName, toString
-
-
-
-
Constructor Detail
-
GenericFeature
public GenericFeature(java.lang.String name, AbstractQlt<?> qlt)
Creates a generic feature with a single querylet.- Parameters:
name
- - the name of the feature. Not null.qlt
- - the querylet to be used in the generic feature.
-
-