|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.PipePort<T>
edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel<PerformanceSummary>
edu.jhu.ece.iacl.jist.pipeline.parameter.ParamPerformance
public class ParamPerformance
Parameter to store algorithm performance information.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort |
|---|
PipePort.PortListener, PipePort.type |
| Field Summary | |
|---|---|
protected PerformanceSummary |
performance
The performance. |
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel |
|---|
cliTag, description, factory, hidden, label, loadAndSaveOnValidate, mandatory, shortLabel |
| Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort |
|---|
connectible, gport, incomingConnectors, listeners, maxIncoming, maxOutgoing, outgoingConnectors, owner, portType, useWire |
| Constructor Summary | |
|---|---|
ParamPerformance(java.lang.String name)
Constructor. |
|
| Method Summary | |
|---|---|
ParamPerformance |
clone()
Clone object. |
int |
compareTo(ParamModel o)
Unimplemented. |
java.lang.String |
getHumanReadableDataType()
|
PerformanceSummary |
getValue()
Get algorithm performance. |
java.lang.String |
getXMLValue()
|
void |
init()
Initialize parameter. |
java.lang.String |
probeDefaultValue()
|
void |
setValue(PerformanceSummary value)
Set algorithm performance. |
void |
setXMLValue(java.lang.String arg)
|
java.lang.String |
toString()
Get performance description. |
void |
validate()
Unimplemented. |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel |
|---|
clean, createMipavParameter, createTreeNode, dispose, equals, getCliTag, getDescription, getFactory, getInputView, getLabel, getName, getOutputView, getShortLabel, getView, hide, importMipavParameter, importParameter, isCompatible, isConnectible, isHidden, isMandatory, loadResources, loadResources, read, read, replacePath, saveResources, setCliTag, setDescription, setFactory, setHidden, setInputView, setLabel, setLoadAndSaveOnValidate, setMandatory, setName, setOutputView, setShortLabel, toXML, write, write, writeAndFreeNow |
| Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort |
|---|
addListener, disconnect, disconnect, disconnect, disconnect, getGraphPort, getIncomingConnector, getIncomingConnectors, getIncomingPorts, getListeners, getMaxIncoming, getMaxOutgoing, getOutgoingConnector, getOutgoingConnectors, getOutgoingPorts, getOwner, getPortType, isConnected, isConnectedTo, isInputPort, isOutputPort, notifyListenersOfConnection, notifyListenersOfDisconnection, removeAllListeners, removeListener, setConnectable, setGraphPort, setMaxIncoming, setMaxOutgoing, setOwner, setPortType, setUseConnector, usingConnector |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PerformanceSummary performance
| Constructor Detail |
|---|
public ParamPerformance(java.lang.String name)
name - parameter name| Method Detail |
|---|
public ParamPerformance clone()
clone in class ParamModel<PerformanceSummary>public int compareTo(ParamModel o)
compareTo in interface java.lang.Comparable<ParamModel>compareTo in class ParamModel<PerformanceSummary>o - the o
public PerformanceSummary getValue()
getValue in class ParamModel<PerformanceSummary>public void init()
init in class PipePort<PerformanceSummary>
public void setValue(PerformanceSummary value)
throws InvalidParameterValueException
setValue in class ParamModel<PerformanceSummary>value - the value
InvalidParameterValueException - the invalid parameter value exceptionpublic java.lang.String toString()
toString in class ParamModel<PerformanceSummary>
public void validate()
throws InvalidParameterException
validate in class ParamModel<PerformanceSummary>InvalidParameterException - the invalid parameter exceptionpublic java.lang.String getHumanReadableDataType()
getHumanReadableDataType in class ParamModel<PerformanceSummary>public java.lang.String getXMLValue()
getXMLValue in class ParamModel<PerformanceSummary>public void setXMLValue(java.lang.String arg)
setXMLValue in class ParamModel<PerformanceSummary>public java.lang.String probeDefaultValue()
probeDefaultValue in class ParamModel<PerformanceSummary>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||