public class ControlParameters
extends java.lang.Object
Constructor and Description |
---|
ControlParameters() |
Modifier and Type | Method and Description |
---|---|
void |
cloneValues(ControlParameters paras) |
ProcessConfiguration.ActionType |
getAction() |
double |
getExistWeight() |
double |
getNegWeight() |
double |
getPosWeight() |
java.lang.Object |
getSource() |
java.lang.Object |
getTarget() |
ProcessConfiguration.ViewType |
getType() |
boolean |
isAddAllPair() |
void |
resetValue() |
void |
setAction(ProcessConfiguration.ActionType action) |
void |
setAddAllPair(boolean addAllPair) |
void |
setExistWeight(double existWeight) |
void |
setNegWeight(double negWeight) |
void |
setPosWeight(double posWeight) |
void |
setSource(java.lang.Object source) |
void |
setTarget(java.lang.Object target) |
void |
setType(ProcessConfiguration.ViewType type) |
public void cloneValues(ControlParameters paras)
public boolean isAddAllPair()
public void setAddAllPair(boolean addAllPair)
public void setAction(ProcessConfiguration.ActionType action)
public ProcessConfiguration.ActionType getAction()
public ProcessConfiguration.ViewType getType()
public void setType(ProcessConfiguration.ViewType type)
public double getExistWeight()
public void setExistWeight(double existWeight)
public double getPosWeight()
public void setPosWeight(double posWeight)
public double getNegWeight()
public void setNegWeight(double negWeight)
public void resetValue()
public java.lang.Object getSource()
public void setSource(java.lang.Object source)
public java.lang.Object getTarget()
public void setTarget(java.lang.Object target)