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 classArchitectureFeatureThis class represents all Architecture Features (x86, ...).classCPUFeatureThis class represents all CPU Features (amount of cpus,...).classLanguageFeatureThis class represents all Language Features (Java, C++,...).classMemoryFeatureThis class represents all Memory Features (capacity,...).classQualitativeFeatureThis class represents the Qualitative Features of a backend.classQuantitativeFeatureThis class represents the Quantitative Features of a backend.
-