edu.jhu.ece.iacl.jist.pipeline.parameter
Class ParamHidden<T>

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.PipePort<T>
      extended by edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel<T>
          extended by edu.jhu.ece.iacl.jist.pipeline.parameter.ParamHidden<T>
Type Parameters:
T - *
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<ParamModel>
Direct Known Subclasses:
ParamArgsOrder, ParamHeader, ParamSwitch

public abstract class ParamHidden<T>
extends ParamModel<T>

Hidden parameter.

Author:
Blake Lucas (bclucas@jhu.edu)

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.jhu.ece.iacl.jist.pipeline.PipePort
PipePort.PortListener, PipePort.type
 
Field Summary
 
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
ParamHidden()
          Default constructor.
 
Method Summary
 void init()
          Initialize parameter.
 boolean isHidden()
          Always returns false.
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.parameter.ParamModel
clean, clone, compareTo, createMipavParameter, createTreeNode, dispose, equals, getCliTag, getDescription, getFactory, getHumanReadableDataType, getInputView, getLabel, getName, getOutputView, getShortLabel, getValue, getView, getXMLValue, hide, importMipavParameter, importParameter, isCompatible, isConnectible, isMandatory, loadResources, loadResources, probeDefaultValue, read, read, replacePath, saveResources, setCliTag, setDescription, setFactory, setHidden, setInputView, setLabel, setLoadAndSaveOnValidate, setMandatory, setName, setOutputView, setShortLabel, setValue, setXMLValue, toString, toXML, validate, 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
 

Constructor Detail

ParamHidden

public ParamHidden()
Default constructor.

Method Detail

init

public void init()
Initialize parameter.

Specified by:
init in class PipePort<T>

isHidden

public boolean isHidden()
Always returns false.

Overrides:
isHidden in class ParamModel<T>
Returns:
true, if checks if is hidden