Class ParametersUnbound<T,S>
Object
org.anchoranalysis.experiment.task.ParametersUnbound<T,S>
- Type Parameters:
T- input-object typeS- shared-object type
public final class ParametersUnbound<T,S> extends Object
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description ParametersUnbound(ParametersExperiment parametersExperiment, T input, S sharedState, boolean suppressExceptions) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)TgetInput()ParametersExperimentgetParametersExperiment()SgetSharedState()inthashCode()booleanisSuppressExceptions()StringtoString()
-
Constructor Details
-
ParametersUnbound
public ParametersUnbound(ParametersExperiment parametersExperiment, T input, S sharedState, boolean suppressExceptions)
-
-
Method Details
-
getParametersExperiment
-
getInput
-
getSharedState
-
isSuppressExceptions
public boolean isSuppressExceptions() -
equals
-
hashCode
public int hashCode() -
toString
-