Package de.isas.mztab2.cvmapping
Class RemoveUserParams
- java.lang.Object
-
- de.isas.mztab2.cvmapping.RemoveUserParams
-
- All Implemented Interfaces:
CvTermSelectionHandler
public class RemoveUserParams extends Object implements CvTermSelectionHandler
Removes user parameters from the provided selection.- Author:
- nilshoffmann
-
-
Constructor Summary
Constructors Constructor Description RemoveUserParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>>
handleSelection(List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)
Handle the provided selection, e.g. by filtering it or by modifying elements therein.
-
-
-
Constructor Detail
-
RemoveUserParams
public RemoveUserParams()
-
-
Method Detail
-
handleSelection
public List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> handleSelection(List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)
Description copied from interface:CvTermSelectionHandler
Handle the provided selection, e.g. by filtering it or by modifying elements therein.- Specified by:
handleSelection
in interfaceCvTermSelectionHandler
- Parameters:
selection
- the selection to handle.- Returns:
- the selection or any processed variant of it. Should never be null.
-
-