public class SpotFeaturePenaltyParameter extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
SpotFeaturePenaltyParameter.List |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
SpotFeaturePenaltyParameter() |
SpotFeaturePenaltyParameter(SpotFeature feature,
double penalty) |
SpotFeaturePenaltyParameter(SpotFeaturePenaltyParameter other) |
Modifier and Type | Method and Description |
---|---|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
SpotFeature |
getFeature() |
double |
getPenalty() |
void |
setFeature(SpotFeature feature) |
void |
setPenalty(double penalty) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public SpotFeaturePenaltyParameter()
public SpotFeaturePenaltyParameter(SpotFeature feature, double penalty)
public SpotFeaturePenaltyParameter(SpotFeaturePenaltyParameter other)
public SpotFeature getFeature()
public void setFeature(SpotFeature feature)
public double getPenalty()
public void setPenalty(double penalty)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.