Class QuantitativeFeature
- java.lang.Object
-
- es.bsc.dataclay.util.management.classmgr.features.Feature
-
- es.bsc.dataclay.util.management.classmgr.features.QuantitativeFeature
-
- All Implemented Interfaces:
Comparable<QuantitativeFeature>
- Direct Known Subclasses:
CPUFeature
,MemoryFeature
public abstract class QuantitativeFeature extends Feature implements Comparable<QuantitativeFeature>
This class represents the Quantitative Features of a backend.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class es.bsc.dataclay.util.management.classmgr.features.Feature
Feature.FeatureType
-
-
Constructor Summary
Constructors Constructor Description QuantitativeFeature()
Creates an empty quantitative featureQuantitativeFeature(Feature.FeatureType theFeatureType)
QuantitativeFeature constructor
-
Method Summary
-
Methods inherited from class es.bsc.dataclay.util.management.classmgr.features.Feature
getType, setType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Constructor Detail
-
QuantitativeFeature
public QuantitativeFeature()
Creates an empty quantitative feature
-
QuantitativeFeature
public QuantitativeFeature(Feature.FeatureType theFeatureType)
QuantitativeFeature constructor- Parameters:
theFeatureType
- Type of the feature
-
-