Interface IPlatformParameters
- All Superinterfaces:
Comparable<IPlatformParameters>, IPropertySet<String>, ISingleValuePathPropertySet<String>
- All Known Subinterfaces:
IJMHParameters
- All Known Implementing Classes:
DefaultJMHParameters
public interface IPlatformParameters
extends ISingleValuePathPropertySet<String>, Comparable<IPlatformParameters>
-
Method Summary
Methods inherited from interface Comparable
compareToMethods inherited from interface IPropertySet
add, addAll, containsProperty, fillWith, getProperties, getSubTreeModifier and TypeMethodDescriptionbooleanbooleanbooleancontainsProperty(String path) voidgetSubTree(List<String> subTreePrefix)
-
Method Details
-
getName
String getName()- Returns:
- a label, denoting the name of the platform configuration
-
getId
int getId()- Returns:
- the id of the measure
-
getSerializationFormat
String getSerializationFormat()- Returns:
- a string that can be used as XML tag or JSON key for exporting results
-
getPlatform
String getPlatform()- Returns:
- the name of the platform to which the parameters apply
-