Uses of Class
es.bsc.dataclay.util.management.classmgr.features.Feature
-
Packages that use Feature Package Description es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.util.management.classmgr.features Specifications used in Resource Manager. -
-
Uses of Feature in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr that return types with arguments of type Feature Modifier and Type Method Description List<Feature>
ClassManager. getRequirementsOfMethod(ImplementationID implementationID)
This function gets the list of Requirements of an Implementation identified by the ImplementationID provided. -
Uses of Feature in es.bsc.dataclay.util.management.classmgr.features
Subclasses of Feature in es.bsc.dataclay.util.management.classmgr.features Modifier and Type Class Description class
ArchitectureFeature
This class represents all Architecture Features (x86, ...).class
CPUFeature
This class represents all CPU Features (amount of cpus,...).class
LanguageFeature
This class represents all Language Features (Java, C++,...).class
MemoryFeature
This class represents all Memory Features (capacity,...).class
QualitativeFeature
This class represents the Qualitative Features of a backend.class
QuantitativeFeature
This class represents the Quantitative Features of a backend.
-