|
|||||||||
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<T>
edu.jhu.ece.iacl.jist.pipeline.parameter.ParamHidden<java.util.ArrayList<java.lang.String>>
edu.jhu.ece.iacl.jist.pipeline.parameter.ParamArgsOrder
public class ParamArgsOrder
Argument order for command line calls.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort |
---|
PipePort.PortListener, PipePort.type |
Field Summary | |
---|---|
protected java.util.ArrayList<java.lang.String> |
argsOrder
The args order. |
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 | |
---|---|
ParamArgsOrder()
Instantiates a new param args order. |
|
ParamArgsOrder(java.lang.String name,
java.util.ArrayList<java.lang.String> argsOrder)
Instantiates a new param args order. |
Method Summary | |
---|---|
ParamArgsOrder |
clone()
Clone parameter. |
int |
compareTo(ParamModel obj)
Compare specificity of parameters. |
java.lang.String |
getHumanReadableDataType()
|
java.util.ArrayList<java.lang.String> |
getValue()
Get the value stored in the parameter. |
java.lang.String |
getXMLValue()
|
void |
init()
Initialize parameter. |
java.lang.String |
probeDefaultValue()
|
void |
setValue(java.util.ArrayList<java.lang.String> value)
Set the parameter value. |
void |
setXMLValue(java.lang.String arg)
|
java.lang.String |
toString()
Get description of parameter. |
void |
validate()
Validate parameter associated with this port. |
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamHidden |
---|
isHidden |
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, 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 java.util.ArrayList<java.lang.String> argsOrder
Constructor Detail |
---|
public ParamArgsOrder()
public ParamArgsOrder(java.lang.String name, java.util.ArrayList<java.lang.String> argsOrder)
name
- the nameargsOrder
- the args orderMethod Detail |
---|
public ParamArgsOrder clone()
PipePort
clone
in class ParamModel<java.util.ArrayList<java.lang.String>>
public int compareTo(ParamModel obj)
ParamModel
compareTo
in interface java.lang.Comparable<ParamModel>
compareTo
in class ParamModel<java.util.ArrayList<java.lang.String>>
obj
- the mod
public java.util.ArrayList<java.lang.String> getValue()
ParamModel
getValue
in class ParamModel<java.util.ArrayList<java.lang.String>>
public void init()
ParamHidden
init
in class ParamHidden<java.util.ArrayList<java.lang.String>>
public void setValue(java.util.ArrayList<java.lang.String> value) throws InvalidParameterValueException
ParamModel
setValue
in class ParamModel<java.util.ArrayList<java.lang.String>>
value
- the value
InvalidParameterValueException
- object type is not an acceptable value for this parameterpublic java.lang.String toString()
ParamModel
toString
in class ParamModel<java.util.ArrayList<java.lang.String>>
public void validate() throws InvalidParameterException
PipePort
validate
in class ParamModel<java.util.ArrayList<java.lang.String>>
InvalidParameterException
- the invalid parameter exceptionpublic java.lang.String getHumanReadableDataType()
getHumanReadableDataType
in class ParamModel<java.util.ArrayList<java.lang.String>>
public java.lang.String getXMLValue()
getXMLValue
in class ParamModel<java.util.ArrayList<java.lang.String>>
public void setXMLValue(java.lang.String arg)
setXMLValue
in class ParamModel<java.util.ArrayList<java.lang.String>>
public java.lang.String probeDefaultValue()
probeDefaultValue
in class ParamModel<java.util.ArrayList<java.lang.String>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |