Class Feature
- java.lang.Object
-
- es.bsc.dataclay.util.management.classmgr.features.Feature
-
- Direct Known Subclasses:
QualitativeFeature
,QuantitativeFeature
public class Feature extends Object
This class implements a Feature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Feature.FeatureType
Enum that represents the possible types of features considering also their hierarchy.
-
Constructor Summary
Constructors Constructor Description Feature()
Creates an empty featureFeature(Feature.FeatureType theFeatureType)
Feature constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Feature.FeatureType
getType()
Get the type of this Featurevoid
setType(Feature.FeatureType theFeatureType)
Set the Feature::featureType of this Feature
-
-
-
Constructor Detail
-
Feature
public Feature()
Creates an empty feature
-
Feature
public Feature(Feature.FeatureType theFeatureType)
Feature constructor- Parameters:
theFeatureType
- Type of the feature
-
-
Method Detail
-
getType
public final Feature.FeatureType getType()
Get the type of this Feature- Returns:
- Feature::featureType of container Feature.
-
setType
public final void setType(Feature.FeatureType theFeatureType)
Set the Feature::featureType of this Feature- Parameters:
theFeatureType
- Type to set
-
-