Package org.anchoranalysis.feature.name
Class AssignFeatureNameUtilities
Object
AssignFeatureNameUtilities
Utilities for assigning a name to a feature.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidassignWithPrefix(Feature<? extends FeatureInput> feature, String existingName, String prefix) Assigns a new custom-name to a feature, by combining an existing-name with a prefix.
-
Method Details
-
assignWithPrefix
public static void assignWithPrefix(Feature<? extends FeatureInput> feature, String existingName, String prefix) Assigns a new custom-name to a feature, by combining an existing-name with a prefix.- Parameters:
feature- the feature to assign a custom-name to.existingName- the existing name.prefix- the prefix to prepend.
-