A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

I

ICON_ONLY - Static variable in class org.trianacode.gui.hci.MenuUtils
 
ID3Xtractor - Class in audio.processing.mir
 
ID3Xtractor() - Constructor for class audio.processing.mir.ID3Xtractor
 
ID_REGISTERED - Static variable in class org.trianacode.taskgraph.InstanceIDEvent
 
ID_UNREGISTERED - Static variable in class org.trianacode.taskgraph.InstanceIDEvent
 
idNumber - Variable in class org.trianacode.shiwaall.dax.DaxCreatorV3
 
idNumber - Variable in class org.trianacode.shiwaall.iwir.exporter.IwirCreator
The id number.
If - Class in common.logic
If takes two inputs: the first is the test value (Const) and the second is the data that gets routed to either the first output or the second output according to whether the const value is larger or smaller than the test.
If() - Constructor for class common.logic.If
 
IfElse - Class in common.lang
 
IfElse() - Constructor for class common.lang.IfElse
 
IfTaskHolder - Class in org.trianacode.shiwaall.iwir.holders
Created by IntelliJ IDEA.
IfTaskHolder() - Constructor for class org.trianacode.shiwaall.iwir.holders.IfTaskHolder
 
ignoreBundle() - Method in class org.trianacode.shiwaall.bundle.BundleUnitListener
 
ignoreBundle() - Method in class org.trianacode.shiwaall.handler.TrianaShiwaListener
 
IIR_Filter - Class in signalproc.filtering.timedomain
A IIR_Filter unit to implement an IIR filter in the time domain, ie for input data {x(k)}, the filter coefficients {a(k),b(k)} lead to output {y{k}):<\p>
IIR_Filter() - Constructor for class signalproc.filtering.timedomain.IIR_Filter
 
ILLEGAL - Static variable in class math.calculator.Compute
 
imag - Variable in class triana.types.ComplexSampleSet
(Parameter that is kept for consistency with previous versions, but which is obsolete.
imag - Variable in class triana.types.ComplexSpectrum
(Parameter that is kept for consistency with previous versions, but which is obsolete.
image - Variable in class org.trianacode.gui.help.AboutDialog
 
IMAGE_DATA - Static variable in class imageproc.output.ImagePanel
 
IMAGE_DATA - Static variable in class imageproc.output.ImageView
 
ImageAction - Class in org.trianacode.gui.action.files
Action to handle workflow/taskgraph Exporting.
ImageAction() - Constructor for class org.trianacode.gui.action.files.ImageAction
 
ImageAdd - Class in imageproc.processing.manipulation
A ImageAdd unit to ..
ImageAdd() - Constructor for class imageproc.processing.manipulation.ImageAdd
 
ImageAnd - Class in imageproc.processing.manipulation
A ImageAnd unit to ..
ImageAnd() - Constructor for class imageproc.processing.manipulation.ImageAnd
 
ImageBlur - Class in imageproc.processing.effects
A ImageBlur unit to ..
ImageBlur() - Constructor for class imageproc.processing.effects.ImageBlur
 
imageComplete(int) - Method in class triana.types.image.ImageEncoder
 
ImageDiff - Class in imageproc.processing.manipulation
A ImageDiff unit to ..
ImageDiff() - Constructor for class imageproc.processing.manipulation.ImageDiff
 
ImageEncoder - Class in triana.types.image
Abstract class for writing out an image.
ImageEncoder(Image, OutputStream) - Constructor for class triana.types.image.ImageEncoder
 
ImageEncoder(ImageProducer, OutputStream) - Constructor for class triana.types.image.ImageEncoder
 
ImageHistogram - Class in triana.types.image
The Histogram object
ImageHistogram(int[]) - Constructor for class triana.types.image.ImageHistogram
 
ImageHistogram(ImageHistogram) - Constructor for class triana.types.image.ImageHistogram
 
ImageHistogram() - Constructor for class triana.types.image.ImageHistogram
 
ImageMap - Class in triana.types
ImageMap contains a PixelMap image and a Key table that describes how a matrix of numbers was converted into the image color values.
ImageMap() - Constructor for class triana.types.ImageMap
Default constructor.
ImageMap(double[][], double, double, double, boolean, boolean, boolean) - Constructor for class triana.types.ImageMap
Constuctor using a matrix and parameters that govern the map.
ImageMap(MatrixType, double, double, double, boolean, boolean, boolean) - Constructor for class triana.types.ImageMap
Constuctor using a MatrixType and parameters that govern the map.
ImageMapper - Class in signalproc.algorithms
A ImageMapper unit to create an ImageMap from an input matrix; this produces a false-color representation of a matrix of numerical values.
ImageMapper() - Constructor for class signalproc.algorithms.ImageMapper
 
ImageMapper - Class in signalproc.timefreq
A ImageMapper unit to create an ImageMap from an input matrix; this produces a false-color representation of a matrix of numerical values.
ImageMapper() - Constructor for class signalproc.timefreq.ImageMapper
 
ImageOr - Class in imageproc.processing.manipulation
A ImageOr unit to ..
ImageOr() - Constructor for class imageproc.processing.manipulation.ImageOr
 
ImagePanel - Class in imageproc.output
A window which displays Triana Images.
ImagePanel() - Constructor for class imageproc.output.ImagePanel
 
ImagePanel.ImageCanvas - Class in imageproc.output
 
ImagePanel.ImageCanvas(Container) - Constructor for class imageproc.output.ImagePanel.ImageCanvas
Construct an ImageCanvas that uses double buffering
imageproc.input - package imageproc.input
 
imageproc.output - package imageproc.output
 
imageproc.processing.color - package imageproc.processing.color
 
imageproc.processing.detection - package imageproc.processing.detection
 
imageproc.processing.effects - package imageproc.processing.effects
 
imageproc.processing.manipulation - package imageproc.processing.manipulation
 
ImageReader - Class in imageproc.input
A ImageReader : A unit which imports a GIF or JPG file.
ImageReader() - Constructor for class imageproc.input.ImageReader
 
ImageView - Class in imageproc.output
A ImageView unit to display an Triana Image
ImageView() - Constructor for class imageproc.output.ImageView
 
ImageXor - Class in imageproc.processing.manipulation
A ImageXor unit to ..
ImageXor() - Constructor for class imageproc.processing.manipulation.ImageXor
 
ImagPart - Class in common.conzt
ImagPart takes a complex input and outputs just the imaginary part as a real data object.
ImagPart() - Constructor for class common.conzt.ImagPart
 
IMMEDIATE_UPDATE - Static variable in interface org.trianacode.taskgraph.tool.Tool
parameter update policies
IMMEDIATE_UPDATE - Static variable in class org.trianacode.taskgraph.Unit
Parameter update polices
Import2Col - Class in common.input
A Import2Col unit to allow the user to input a set of 2-D pairs of values.
Import2Col() - Constructor for class common.input.Import2Col
 
IMPORT_ACTION - Static variable in interface org.trianacode.gui.action.Actions
 
IMPORT_SERVICE_ACTION - Static variable in interface org.trianacode.gui.action.Actions
 
ImportAction - Class in org.trianacode.gui.action.files
Action to handle workflow/taskgraph Importing.
ImportAction() - Constructor for class org.trianacode.gui.action.files.ImportAction
 
ImportBinary - Class in signalproc.input
An utility class for importing binary data input streams
ImportBinary(InputStream) - Constructor for class signalproc.input.ImportBinary
 
ImportExportRegistry - Class in org.trianacode.gui.extensions
 
ImportGSM - Class in audio.input
A ImportGSM unit to ..
ImportGSM() - Constructor for class audio.input.ImportGSM
 
ImportGSMPanel - Class in audio.input
Created by IntelliJ IDEA.
ImportGSMPanel() - Constructor for class audio.input.ImportGSMPanel
 
ImportIwir - Class in org.trianacode.shiwaall.iwir.importer.utils
Created by IntelliJ IDEA.
ImportIwir() - Constructor for class org.trianacode.shiwaall.iwir.importer.utils.ImportIwir
 
importTaskgraph() - Static method in class org.trianacode.gui.action.files.TaskGraphFileHandler
Show the import file dialog and import the workflow/task graph using the selected FileImportExportDecorator.importWorkflow method.
importTools(ToolTable) - Method in class org.trianacode.gui.action.files.TaskGraphFileHandler
Show the import fie dialog and import the tools from the selected file using the selected FileImportExportDecorator.importTools method.
importTools(String) - Method in class org.trianacode.gui.extensions.FileImportExportDecorator
Translates and returns the an array of Tool objects from the file choosen by the user.
importTools(File, String) - Method in interface org.trianacode.gui.extensions.ToolImporterInterface
Translates and returns the an array of Tool objects from the file choosen by the user.
importWorkflow() - Method in class org.trianacode.gui.extensions.FileImportExportDecorator
Translates and returns the TaskGraph from the file choosen by the user.
importWorkflow(File, TrianaProperties) - Method in interface org.trianacode.gui.extensions.TaskGraphImporterInterface
Translates and returns the TaskGraph from the file choosen by the user.
importWorkflow(File, TrianaProperties) - Method in class org.trianacode.shiwaall.dax.DaxImporter
 
importWorkflow(File, TrianaProperties) - Method in class org.trianacode.shiwaall.dax.DaxReader
Import workflow.
importWorkflow(File, TrianaProperties) - Method in class org.trianacode.shiwaall.gui.importer.DaxReaderGUIInterface
 
importWorkflow(File, TrianaProperties) - Method in class org.trianacode.shiwaall.iwir.importer.IwirReader
 
IN_OUT_ASSIGN_PACKAGE - Static variable in class org.trianacode.gui.hci.tools.filters.DataTypeFilter
 
IN_OUT_EXPLICIT_PACKAGE - Static variable in class org.trianacode.gui.hci.tools.filters.DataTypeFilter
 
inc() - Method in class org.trianacode.gui.panels.DigitalCounter
 
INC_INPUT_NODES_ACTION - Static variable in interface org.trianacode.gui.action.Actions
 
INC_OUTPUT_NODES_ACTION - Static variable in interface org.trianacode.gui.action.Actions
 
incables - Variable in class org.trianacode.enactment.TrianaRun
 
IncInNodeAction - Class in org.trianacode.gui.action.tools
Action for incrementing input nodes.
IncInNodeAction(ToolSelectionHandler) - Constructor for class org.trianacode.gui.action.tools.IncInNodeAction
 
IncompatibleProxyException - Exception in org.trianacode.taskgraph.proxy
An extension of CableException to indicate that there is a proxy mismatch
IncompatibleProxyException() - Constructor for exception org.trianacode.taskgraph.proxy.IncompatibleProxyException
 
IncompatibleProxyException(String) - Constructor for exception org.trianacode.taskgraph.proxy.IncompatibleProxyException
 
IncompatibleProxyException(Throwable) - Constructor for exception org.trianacode.taskgraph.proxy.IncompatibleProxyException
 
IncompatibleProxyException(String, Throwable) - Constructor for exception org.trianacode.taskgraph.proxy.IncompatibleProxyException
 
IncompatibleSizeException - Exception in triana.types.audio
IncompatibleSizeException is an extension of Exception which is invoked if there is a problem with the lengths of arrays used for initializing audio arrays.
IncompatibleSizeException() - Constructor for exception triana.types.audio.IncompatibleSizeException
 
IncompatibleSizeException(String) - Constructor for exception triana.types.audio.IncompatibleSizeException
 
IncompatibleTypeException - Exception in org.trianacode.taskgraph
An extension of CableException to indicate that there is a type mismatch
IncompatibleTypeException() - Constructor for exception org.trianacode.taskgraph.IncompatibleTypeException
 
IncompatibleTypeException(String) - Constructor for exception org.trianacode.taskgraph.IncompatibleTypeException
 
IncompatibleTypeException(Throwable) - Constructor for exception org.trianacode.taskgraph.IncompatibleTypeException
 
IncompatibleTypeException(String, Throwable) - Constructor for exception org.trianacode.taskgraph.IncompatibleTypeException
 
INCOMPLETE - Static variable in class org.trianacode.gui.panels.NodeConfigPanel
 
IncOutNodeAction - Class in org.trianacode.gui.action.tools
Action for incrementing output nodes.
IncOutNodeAction(ToolSelectionHandler) - Constructor for class org.trianacode.gui.action.tools.IncOutNodeAction
 
INCREASE_INPUT_NODES_ACTION - Static variable in interface org.trianacode.gui.hci.tools.UpdateActionConstants
 
INCREASE_OUTPUT_NODES_ACTION - Static variable in interface org.trianacode.gui.hci.tools.UpdateActionConstants
 
incrementArray(Object, Object, double, double) - Static method in class triana.types.util.FlatArray
Class method that adds the given complex number (supplied as two doubles in the last two arguments) to the given complex data array (supplied in the first two arguments, containing any primitive arithmetic types) and returns a boolean true value to indicate success.
incrementArray(Object, double) - Static method in class triana.types.util.FlatArray
Class method that adds the given real number to the given data array and returns a boolean true value to indicate success.
incrementCopyOfArray(Object, Object, double, double) - Static method in class triana.types.util.FlatArray
Class method that adds the given complex number (supplied as two doubles in the last two arguments) to the given complex data array (supplied in the first two arguments, containing any primitive arithmetic types) and returns an ArrayList holding the real and imaginary parts of the results as new arrays of doubles of the same dimensionality as the given arrays.
Incrementer - Class in math.functions
A Incrementer unit to add a given complex number to the elements of an input data array.
Incrementer() - Constructor for class math.functions.Incrementer
 
IncrementOperator - Static variable in class math.calculator.Compute
 
INDEX_TAG - Static variable in interface org.trianacode.taskgraph.ser.XMLConstants
 
indexChanged(UrlEvent) - Method in interface org.trianacode.gui.help.UrlEventListener
 
INDEXED_OFFSET_FACTOR - Static variable in class org.trianacode.gui.main.imp.StableCable
 
indexFile(File, FilenameFilter) - Method in class org.trianacode.gui.help.search.SearchIndexer
Creates an index file from the source which can be used by the search function.
indexFile(File) - Method in class org.trianacode.gui.help.search.SearchIndexer
 
indexOf(Object, int) - Method in class triana.types.util.StringVector
 
IndexProgressDialog - Class in org.trianacode.gui.help.search
 
IndexProgressDialog(JFrame, SearchIndexer) - Constructor for class org.trianacode.gui.help.search.IndexProgressDialog
 
indexUpdate(SearchIndexerEvent) - Method in class org.trianacode.gui.help.search.IndexProgressDialog
 
indexUpdate(SearchIndexerEvent) - Method in interface org.trianacode.gui.help.search.SearchIndexerListener
This method is called frequently by the search indexer as it progresses with it's indexing.
IndicationCableInterface - Interface in org.trianacode.gui.main
An interface implemented by taskgraph panels that can draw indication cables showing when two nodes are being connected.
info(Object) - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
info(Object, Throwable) - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
info(StampedeEvent) - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
INFO - Static variable in enum org.trianacode.enactment.logging.stampede.LogDetail.LEVELS
 
info(StampedeEvent) - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
info(Object) - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
info(Object, Throwable) - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
info(StampedeEvent) - Method in interface org.trianacode.enactment.logging.stampede.StampedeLoggerInterface
 
init() - Method in class audio.input.ImportGSM
Initialses information specific to ImportGSM.
init() - Method in class audio.input.ImportGSMPanel
 
init() - Method in class audio.input.LineIn
Called when the unit is created.
init() - Method in class audio.input.LoadMP3
Called when the unit is created.
init() - Method in class audio.input.LoadMP3Panel
This method is called before the panel is displayed.
init() - Method in class audio.input.LoadSound
Called when the unit is created.
init() - Method in class audio.input.LoadSoundNoGUI
Called when the unit is created.
init() - Method in class audio.input.LoadSoundPanel
This method is called before the panel is displayed.
init() - Method in class audio.output.Play
Called when the unit is created.
init() - Method in class audio.output.WaveView
Initialses information specific to WaveView.
init() - Method in class audio.output.WriteAiff_old
Called when the unit is created.
init() - Method in class audio.output.WriteGSM
Initialses information specific to WriteGSM.
init() - Method in class audio.processing.converters.AudioToGSM
Initialses information specific to AudioToGSM.
init() - Method in class audio.processing.converters.GSMToAudio
Initialses information specific to GSMToAudio.
init() - Method in class audio.processing.converters.MAudioToSSet
Called when the unit is created.
init() - Method in class audio.processing.converters.Mono2Stereo
Initialses information specific to Mono2Stereo.
init() - Method in class audio.processing.converters.SSetToMAudio
Called when the unit is created.
init() - Method in class audio.processing.converters.Stereo2Mono
Initialses information specific to Stereo2Mono.
init() - Method in class audio.processing.converters.SwapLWithR
Initialses information specific to SwapLWithR.
init() - Method in class audio.processing.delay.AllPass
Called when the unit is created.
init() - Method in class audio.processing.delay.AllPassFilter
Called when the unit is created.
init() - Method in class audio.processing.delay.CombDelay
Called when the unit is created.
init() - Method in class audio.processing.delay.CombFilter
Called when the unit is created.
init() - Method in class audio.processing.delay.SingleDelay
Called when the unit is created.
init() - Method in class audio.processing.distortion.FuzzBox
Called when the unit is created.
init() - Method in class audio.processing.dynamic.Compressor
Called when the unit is created.
init() - Method in class audio.processing.dynamic.Expander
Called when the unit is created.
init() - Method in class audio.processing.dynamic.VariableDynamics
Called when the unit is created.
init() - Method in class audio.processing.eq.BandPass
Called when the unit is created.
init() - Method in class audio.processing.eq.HighPass
Called when the unit is created.
init() - Method in class audio.processing.eq.HighPass50
Initialses information specific to HighPass50.
init() - Method in class audio.processing.eq.LowPass
Called when the unit is created.
init() - Method in class audio.processing.eq.NotchFilter
Called when the unit is created.
init() - Method in class audio.processing.eq.PeakEQ
Called when the unit is created.
init() - Method in class audio.processing.mir.AmplitudeSpectrum
Called when the unit is created.
init() - Method in class audio.processing.mir.ID3Xtractor
Called when the unit is created.
init() - Method in class audio.processing.mir.MusicCrawler
Called when the unit is created.
init() - Method in class audio.processing.mir.NoteMapper
Called when the unit is created.
init() - Method in class audio.processing.mir.OneSide
Called when the unit is created.
init() - Method in class audio.processing.mir.PitchDetection
Called when the unit is created.
init() - Method in class audio.processing.mir.PowerSpectrum
Called when the unit is created.
init() - Method in class audio.processing.mir.Test
Called when the unit is created.
init() - Method in class audio.processing.mir.Tester
Called when the unit is created.
init() - Method in class audio.processing.modulation.VariableDelay
Called when the unit is created.
init() - Method in class audio.processing.tools.Fader
Called when the unit is created.
init() - Method in class audio.processing.tools.HalfSampleRate
Initialses information specific to HalfSampleRate.
init() - Method in class audio.processing.tools.InvertWave
Initialses information specific to Invert.
init() - Method in class audio.processing.tools.MatchFilter
Initialses information specific to MatchFilter.
init() - Method in class audio.processing.tools.NodeMixer
Called when the unit is created.
init() - Method in class audio.processing.tools.Normaliser
Called when the unit is created.
init() - Method in class audio.processing.tools.PitchDet
Initialses information specific to PitchDet.
init() - Method in class audio.processing.tools.Rectifier
Initialses information specific to Rectifier.
init() - Method in class audio.processing.tools.Reverse
Called when the unit is created.
init() - Method in class common.array.ArrayLength
Called when the unit is created.
init() - Method in class common.array.ArrayToStream
Called when the unit is created.
init() - Method in class common.array.ArrayViewer
Called when the unit is created.
init() - Method in class common.array.ArrayViewerPanel
This method is called before the panel is displayed.
init() - Method in class common.buffer.Buffer
Called when the unit is created.
init() - Method in class common.buffer.ConstBuffer
Called when the unit is created.
init() - Method in class common.buffer.SampleSetBuffer
Called when the unit is created.
init() - Method in class common.control.MakeControlTool
Called when the unit is created.
init() - Method in class common.control.TriggerButton
Called when the unit is created.
init() - Method in class common.control.TriggerButtonPanel
This method is called before the panel is displayed.
init() - Method in class common.conzt.ConstGen
Initialses information specific to ConstGen.
init() - Method in class common.conzt.ConstToDouble
Called when the unit is created.
init() - Method in class common.conzt.ConstView
Initialses information specific to ConstView.
init() - Method in class common.conzt.ConstViewPanel
Initialises the panel.
init() - Method in class common.conzt.ImagPart
Initialses information specific to ImagPart.
init() - Method in class common.conzt.RealPart
Initialses information specific to RealPart.
init() - Method in class common.dooble.DoubleGen
Called when the unit is created.
init() - Method in class common.dooble.DoubleToComplex
Called when the unit is created.
init() - Method in class common.dooble.DoubleToConst
Called when the unit is created.
init() - Method in class common.dooble.DoubleView
Called when the unit is created.
init() - Method in class common.file.MakeFileReader
Called when the unit is created.
init() - Method in class common.file.MakeFileWriter
Called when the unit is created.
init() - Method in class common.input.CondorSubmitDescription
Called when the unit is created.
init() - Method in class common.input.CondorSubmitDescriptionPanel
This method is called before the panel is displayed.
init() - Method in class common.input.Count
Initialses information specific to Count.
init() - Method in class common.input.DBExplore
Called when the unit is created.
init() - Method in class common.input.DBExplorePanel
Layout Panel
init() - Method in class common.input.DeSerialize
Called when the unit is created.
init() - Method in class common.input.GenerateCurve
Initialses information specific to GenerateCurve.
init() - Method in class common.input.Import2Col
Initialses information specific to Import2Col.
init() - Method in class common.input.SequenceBuffer
Called when the unit is created.
init() - Method in class common.input.SequenceBufferPanel
This method is called when the task is set for this panel.
init() - Method in class common.input.TypeImport
Initialses information specific to TypeImport.
init() - Method in class common.lang.IfElse
Called when the unit is created.
init() - Method in class common.lang.Is
Called when the unit is created.
init() - Method in class common.lang.IsPanel
This method is called before the panel is displayed.
init() - Method in class common.lang.NewInstance
Called when the unit is created.
init() - Method in class common.lang.ToClass
Called when the unit is created.
init() - Method in class common.logic.Compare
Initialses information specific to Compare.
init() - Method in class common.logic.Compatible
Initialses information specific to Compatible.
init() - Method in class common.logic.DefaultExitCondition
Called when the loop is initialised (before any iterations are run)
init() - Method in interface common.logic.ExitCondition
Called when the loop is initialised (before any iterations are run)
init() - Method in class common.logic.ForNext
Initialses information specific to ForNext.
init() - Method in class common.logic.If
Initialses information specific to If.
init() - Method in class common.logic.Loop
Called when the unit is created.
init() - Method in class common.logic.LoopPanel
This method is called before the panel is displayed.
init() - Method in class common.logic.LoopUnit
 
init() - Method in class common.output.Condor
Called when the unit is created.
init() - Method in class common.output.CondorPanel
This method is called before the panel is displayed.
init() - Method in class common.output.HistoryWriter
Called when the unit is created.
init() - Method in class common.output.Serialize
Called when the unit is created.
init() - Method in class common.output.SerializePanel
This method is called before the panel is displayed.
init() - Method in class common.output.Stopper
Initialses information specific to Stopper.
init() - Method in class common.output.SystemOut
Called when the unit is created.
init() - Method in class common.output.TypeExport
Initialses information specific to TypeExport.
init() - Method in class common.parameter.ColorGen
Initialses information specific to ColorGen.
init() - Method in class common.parameter.InputString
Initialses information specific to InputString.
init() - Method in class common.parameter.IntScroller
Initialses information specific to IntScroller.
init() - Method in class common.parameter.ParamView
Initialses information specific to ParamView.
init() - Method in class common.parameter.ParamViewPanel
Initialises the panel.
init() - Method in class common.parameter.Scroller
Initialses information specific to Scroller.
init() - Method in class common.parameter.StringIn
Initialses information specific to StringIn.
init() - Method in class common.parameter.TriggerAt
Called when the unit is created.
init() - Method in class common.parameter.TriggerCrontab
Called when the unit is created.
init() - Method in class common.parameter.TriggerDelay
Called when the unit is created.
init() - Method in class common.parameter.TriggerRounds
Called when the unit is created.
init() - Method in class common.parameter.TrueFalseGen
Initialses information specific to TrueFalseGen.
init() - Method in class common.processing.Complexify
Initialses information specific to Complexify.
init() - Method in class common.processing.Conjugate
Initialses information specific to Conjugate.
init() - Method in class common.processing.Duplicator
Initialses information specific to Duplicator.
init() - Method in class common.processing.ParamNameChange
Called when the unit is created.
init() - Method in class common.processing.ParamNameChangePanel
 
init() - Method in class common.processing.ReplaceData
Initialses information specific to ReplaceData.
init() - Method in class common.processing.Subvector
Initialses information specific to Subvector.
init() - Method in class common.processing.ViewPoint
Called when the unit is created.
init() - Method in class common.stream.ReSequence
Called when the unit is created.
init() - Method in class common.stream.Sequence
Called when the unit is created.
init() - Method in class common.stream.StreamToArray
Called when the unit is created.
init() - Method in class common.string.Filter
Called when the unit is created.
init() - Method in class common.string.HTMLViewer
Called when the unit is created.
init() - Method in class common.string.HTMLViewPanel
This method is called before the panel is displayed.
init() - Method in class common.string.ReplaceAll
Called when the unit is created.
init() - Method in class common.string.ReplaceFirst
Called when the unit is created.
init() - Method in class common.string.Split
Called when the unit is created.
init() - Method in class common.string.StringEditor
Called when the unit is created.
init() - Method in class common.string.StringEditorPanel
This method is called before the panel is displayed.
init() - Method in class common.string.StringGen
Called when the unit is created.
init() - Method in class common.string.StringGenPanel
This method is called before the panel is displayed.
init() - Method in class common.string.StringToConst
Called when the unit is created.
init() - Method in class common.string.StringViewer
Called when the unit is created.
init() - Method in class common.string.StringViewPanel
This method is called before the panel is displayed.
init() - Method in class common.sync.Block
Initialses information specific to Block.
init() - Method in class common.sync.Merge
Called when the unit is created.
init() - Method in class common.sync.Pause
Initialses information specific to Pause.
init() - Method in class common.sync.Split
Called when the unit is created.
init() - Method in class common.timer.TimerOn
Called when the unit is created.
init() - Method in class common.timer.TimerWriter
Called when the unit is created.
init() - Method in class gftgu.Atmosphere
Called when the unit is created.
init() - Method in class gftgu.Binary
Called when the unit is created.
init() - Method in class gftgu.CannonTrajectory
Called when the unit is created.
init() - Method in class gftgu.EarthOrbit
Called when the unit is created.
init() - Method in class gftgu.MercPert
Called when the unit is created.
init() - Method in class gftgu.Multiple
Called when the unit is created.
init() - Method in class gftgu.Neutron
Called when the unit is created.
init() - Method in class gftgu.Orbit
Called when the unit is created.
init() - Method in class gftgu.Planck
Called when the unit is created.
init() - Method in class gftgu.Random
Called when the unit is created.
init() - Method in class gftgu.RelativisticOrbit
Called when the unit is created.
init() - Method in class gftgu.SphereGravity
Called when the unit is created.
init() - Method in class gftgu.Star
Called when the unit is created.
init() - Method in class imageproc.input.ImageReader
Initialses information specific to ImageReader.
init() - Method in class imageproc.input.LoadMovie
Initialses information specific to LoadMovie.
init() - Method in class imageproc.input.LoadMoviePanel
Initialises the file panel and the display
init() - Method in class imageproc.input.URLImage
Initialses information specific to ImageLoader.
init() - Method in class imageproc.output.ImagePanel
Sets the panel up as a task listener and calls initLayout().
init() - Method in class imageproc.output.ImageView
Initialses information specific to ImageView.
init() - Method in class imageproc.output.WriteGIF
Initialses information specific to WriteGIF.
init() - Method in class imageproc.processing.color.GetBlue
Initialses information specific to GetBlue.
init() - Method in class imageproc.processing.color.GetGreen
Initialses information specific to GetGreen.
init() - Method in class imageproc.processing.color.GetRed
Initialses information specific to GetRed.
init() - Method in class imageproc.processing.color.SetBlue
Initialses information specific to SetBlue.
init() - Method in class imageproc.processing.color.SetGreen
Initialses information specific to SetGreen.
init() - Method in class imageproc.processing.color.SetRed
Initialses information specific to SetRed.
init() - Method in class imageproc.processing.color.ToGreyScale
Initialses information specific to ToGreyScale.
init() - Method in class imageproc.processing.detection.CountBlobs
Initialses information specific to CountBlobs.
init() - Method in class imageproc.processing.detection.EdgeDetect
Initialses information specific to EdgeDetect.
init() - Method in class imageproc.processing.detection.GetHoles
Initialses information specific to GetHoles.
init() - Method in class imageproc.processing.detection.GradientEdge
Initialses information specific to GradientEdge.
init() - Method in class imageproc.processing.effects.Brightness
Initialses information specific to Brightness.
init() - Method in class imageproc.processing.effects.ColIntegrate
Initialses information specific to ColumnIntegrate.
init() - Method in class imageproc.processing.effects.ColumnMax
Initialses information specific to ColumnMax.
init() - Method in class imageproc.processing.effects.Convolve
Initialses information specific to Convolve.
init() - Method in class imageproc.processing.effects.EnhContrast
Initialses information specific to EnhContrast.
init() - Method in class imageproc.processing.effects.ImageBlur
Initialses information specific to ImageBlur.
init() - Method in class imageproc.processing.effects.Invert
Initialses information specific to Invert.
init() - Method in class imageproc.processing.effects.Lnb
Initialses information specific to Lnb.
init() - Method in class imageproc.processing.effects.Negate
Initialses information specific to Negate.
init() - Method in class imageproc.processing.effects.RowIntegrate
Initialses information specific to RowIntegrate.
init() - Method in class imageproc.processing.effects.RowMax
Initialses information specific to RowMax.
init() - Method in class imageproc.processing.effects.ShrinkWhite
Initialses information specific to ShrinkWhite.
init() - Method in class imageproc.processing.effects.Snb
Initialses information specific to Snb.
init() - Method in class imageproc.processing.effects.Threshold
Initialses information specific to Threshold.
init() - Method in class imageproc.processing.manipulation.ImageAdd
Initialses information specific to ImageAdd.
init() - Method in class imageproc.processing.manipulation.ImageAnd
Initialses information specific to ImageAnd.
init() - Method in class imageproc.processing.manipulation.ImageDiff
Initialses information specific to ImageDiff.
init() - Method in class imageproc.processing.manipulation.ImageOr
Initialses information specific to ImageOr.
init() - Method in class imageproc.processing.manipulation.ImageXor
Initialses information specific to ImageXor.
init() - Method in class imageproc.processing.manipulation.Reflect
Initialses information specific to Reflect.
init() - Method in class imageproc.processing.manipulation.RotateLeft
Initialses information specific to RotateLeft.
init() - Method in class imageproc.processing.manipulation.RotateRight
Initialses information specific to RotateRight.
init() - Method in class imageproc.processing.manipulation.ScaleImage
Initialses information specific to Threshold.
init() - Method in class math.calculator.MathCalc
Initialses information specific to MathCalc.
init() - Method in class math.functions.Adder
Initialses information specific to Adder.
init() - Method in class math.functions.ArcCos
Initialses information specific to ArcCos.
init() - Method in class math.functions.ArcCosh
Initialses information specific to ArcCosh.
init() - Method in class math.functions.ArcSin
Initialses information specific to ArcSin.
init() - Method in class math.functions.ArcSinh
Initialses information specific to ArcSinh.
init() - Method in class math.functions.ArcTan
Initialses information specific to ArcTan.
init() - Method in class math.functions.ArcTanh
Initialses information specific to ArcTanh.
init() - Method in class math.functions.ATanCont
Initialses information specific to ATanCont.
init() - Method in class math.functions.Cosh
Initialses information specific to Cosh.
init() - Method in class math.functions.Cosine
Initialses information specific to Cosine.
init() - Method in class math.functions.Divider
Initialses information specific to Divider.
init() - Method in class math.functions.Exp
Initialses information specific to Exp.
init() - Method in class math.functions.Incrementer
Initialses information specific to Incrementer.
init() - Method in class math.functions.Ln
Initialses information specific to Ln.
init() - Method in class math.functions.Log10
Called when the unit is created.
init() - Method in class math.functions.Magnitude
Initialses information specific to Magnitude.
init() - Method in class math.functions.Maximum
Initialses information specific to Maximum.
init() - Method in class math.functions.Minimum
Initialses information specific to Minimum.
init() - Method in class math.functions.Multiplier
Initialses information specific to Multiplier.
init() - Method in class math.functions.Phase
Initialses information specific to Phase.
init() - Method in class math.functions.PhaseCont
Initialses information specific to PhaseCont.
init() - Method in class math.functions.Power
Initialses information specific to Power.
init() - Method in class math.functions.PowInteger
Initialses information specific to PowInteger.
init() - Method in class math.functions.Random
Called when the unit is created.
init() - Method in class math.functions.Recip
Initialses information specific to Recip.
init() - Method in class math.functions.Scaler
Initialses information specific to Scaler.
init() - Method in class math.functions.ScalerText
Initialses information specific to ScalerText.
init() - Method in class math.functions.Sine
Initialses information specific to Sine.
init() - Method in class math.functions.Sinh
Initialses information specific to Sinh.
init() - Method in class math.functions.SqMag
Initialses information specific to SqMag.
init() - Method in class math.functions.Sqrt
Initialses information specific to Sqrt.
init() - Method in class math.functions.Square
Initialses information specific to Square.
init() - Method in class math.functions.Subtracter
Initialses information specific to Subtracter.
init() - Method in class math.functions.Sum
Initialses information specific to Sum.
init() - Method in class math.functions.SumElements
Initialses information specific to SumElements.
init() - Method in class math.functions.Tangent
Initialses information specific to Tangent.
init() - Method in class math.functions.Tanh
Initialses information specific to Tanh.
init() - Method in class math.statistics.AccumStat
Initialses information specific to AccumStat.
init() - Method in class math.statistics.FitLine
Initialses information specific to FitLine.
init() - Method in class math.statistics.Kurtosis
Initialses information specific to Kurtosis.
init() - Method in class math.statistics.Median
Initialses information specific to Median.
init() - Method in class math.statistics.Skewness
Initialses information specific to Skewness.
init() - Method in class math.statistics.SumOfSquares
Initialses information specific to SumOfSquares.
init() - Method in class math.statistics.Variance
Initialses information specific to Variance.
init() - Method in class math.statistics.ZeroMean
Initialses information specific to ZeroMean.
init(Tool) - Method in class org.trianacode.enactment.TrianaRun
Initializes the triana exec
init() - Method in class org.trianacode.gui.action.tools.ToolBoxHandler
 
init() - Method in class org.trianacode.gui.builder.GUICreaterPanel
Called when the panel is contructed.
init() - Method in class org.trianacode.gui.components.map.MapPanel
Called to initialise the taskgraph panel
init(ToolSelectionHandler) - Method in interface org.trianacode.gui.extensions.Extension
Initialize this extension
init() - Method in interface org.trianacode.gui.hci.ToolFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.AllPackagesFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.AllToolsFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.DataTypeFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.InputToolsFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.OutputToolsFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.SearchFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.SubPackageFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.ToolboxFilter
This method is called when the filter is choosen.
init() - Method in class org.trianacode.gui.hci.tools.filters.WorkflowFilter
 
init() - Method in class org.trianacode.gui.main.imp.MainTriana
Called by application frame immediately after the Main Triana has been added to a frame, used to initialise the gui and populate the main triana.
init() - Method in interface org.trianacode.gui.main.TaskGraphPanel
Called to initialise the taskgraph panel
init() - Method in class org.trianacode.gui.panels.AddParameterNodePanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.ClassPathPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.CompilePanel
This method is creates the panel layout
init() - Method in class org.trianacode.gui.panels.FilePanel
Initialise user interface
init() - Method in class org.trianacode.gui.panels.GroupEditor
 
init() - Method in class org.trianacode.gui.panels.GroupParameterPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.NodeConfigPanel
 
init() - Method in class org.trianacode.gui.panels.NodeEditor
 
init() - Method in class org.trianacode.gui.panels.OptionsPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.PanelHolder
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.ParameterPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.ParameterPanelImp
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.PastePanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.SaveHistoryPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.TextAreaPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.ToolBoxPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.UnitPanel
This method is called when the task is set for this panel.
init() - Method in class org.trianacode.gui.panels.UnknownToolBoxTypePanel
This method is called when the task is set for this panel.
init(List<Toolbox>, String) - Method in class org.trianacode.http.ToolboxesRenderer
 
init(Toolbox, List<String>) - Method in class org.trianacode.http.ToolboxRenderer
 
init(Tool) - Method in class org.trianacode.http.ToolFileRenderer
 
init(Tool, String) - Method in class org.trianacode.http.ToolParameterRenderer
 
init(Tool, String) - Method in class org.trianacode.http.ToolRenderer
 
init(TrianaInstance, String) - Method in class org.trianacode.http.TrianaRenderer
 
init() - Method in class org.trianacode.shiwaall.dax.SettingObjectOutputPanel
 
init(ToolSelectionHandler) - Method in class org.trianacode.shiwaall.gui.Daxifier
 
init(ToolSelectionHandler) - Method in class org.trianacode.shiwaall.handler.DownloadWorkflowExtension
 
init(ToolSelectionHandler) - Method in class org.trianacode.shiwaall.handler.PublishWorkflowExtension
 
init() - Method in class org.trianacode.shiwaall.iwir.exporter.IwirCreatorPanel
 
init() - Method in class org.trianacode.shiwaall.iwir.factory.AbstractTaskHolder
 
init() - Method in class org.trianacode.shiwaall.iwir.factory.BasicIWIRPanel
 
init() - Method in class org.trianacode.shiwaall.iwir.holders.AtomicTaskHolder
 
init() - Method in class org.trianacode.shiwaall.iwir.holders.ForEachTaskHolder
 
init() - Method in class org.trianacode.shiwaall.iwir.holders.ForTaskHolder
 
init() - Method in class org.trianacode.shiwaall.iwir.holders.IfTaskHolder
 
init() - Method in class org.trianacode.shiwaall.iwir.holders.ParallelForEachTaskHolder
 
init() - Method in class org.trianacode.shiwaall.iwir.holders.ParallelForTaskHolder
 
init() - Method in class org.trianacode.shiwaall.iwir.holders.WhileTaskHolder
 
init(ToolSelectionHandler) - Method in class org.trianacode.shiwaall.iwir.importer.TaskTypeRepoPanel
 
init() - Method in class org.trianacode.shiwaall.iwir.logic.AbstractLoop
Called when the unit is created.
init() - Method in class org.trianacode.shiwaall.test.InOut
 
init() - Method in class org.trianacode.shiwaall.test.InOutPanel
 
init() - Method in class org.trianacode.taskgraph.annotation.AnnotatedUnitWrapper
 
init() - Method in class org.trianacode.taskgraph.BeanUnit
Called when the unit is created.
init() - Method in class org.trianacode.taskgraph.imp.TaskGraphImp
Initialistion method should be called immediately after parent is set
init() - Method in class org.trianacode.taskgraph.imp.TaskImp
Initialisation method is called immediately after the parent is set
init() - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
init() - Method in class org.trianacode.taskgraph.service.AbstractServiceTask
Initialises the web service runnable task
init() - Method in class org.trianacode.taskgraph.service.VariableDummyUnit
 
init() - Method in interface org.trianacode.taskgraph.Task
Initialisation method is called immediately after the parent is set
init() - Method in class org.trianacode.taskgraph.Unit
This function is called when the unit is first created.
init(TrianaInstanceProgressListener, boolean) - Method in class org.trianacode.TrianaInstance
 
init(boolean) - Method in class org.trianacode.TrianaInstance
 
init() - Method in class org.trianacode.TrianaInstance
 
init() - Method in class signalproc.algorithms.AccumStat
Initialses information specific to AccumStat.
init() - Method in class signalproc.algorithms.ALE
Initialses information specific to ALE.
init() - Method in class signalproc.algorithms.AmpSpect
Initialses information specific to AmpSpect.
init() - Method in class signalproc.algorithms.AutoCorel
Initialses information specific to AutoCorel.
init() - Method in class signalproc.algorithms.Conjugate
Initialses information specific to Conjugate.
init() - Method in class signalproc.algorithms.Correlate
Initialses information specific to Correlate.
init() - Method in class signalproc.algorithms.CrossCorel
Initialses information specific to CrossCorel.
init() - Method in class signalproc.algorithms.Distance
Initialses information specific to Distance.
init() - Method in class signalproc.algorithms.FFT
Initialses information specific to FFT.
init() - Method in class signalproc.algorithms.FFTW
Initialses information specific to FFT.
init() - Method in class signalproc.algorithms.FreqBPF
Initialses information specific to FreqBP.
init() - Method in class signalproc.algorithms.FreqHist
Initialses information specific to FreqHist.
init() - Method in class signalproc.algorithms.FreqHPF
Initialses information specific to FreqHPF.
init() - Method in class signalproc.algorithms.FullSpectrum
Initialses information specific to FullSpectrum.
init() - Method in class signalproc.algorithms.Gain
Initialses information specific to Gain.
init() - Method in class signalproc.algorithms.Heterodyne
Initialses information specific to Heterodyne.
init() - Method in class signalproc.algorithms.ImageMapper
Initialses information specific to ImageMapper.
init() - Method in class signalproc.algorithms.LPF
Initialses information specific to LPF.
init() - Method in class signalproc.algorithms.MakeCurve
Initialses information specific to MakeCurve.
init() - Method in class signalproc.algorithms.Normalise
Initialses information specific to Normalise.
init() - Method in class signalproc.algorithms.OneSide
Initialses information specific to OneSide.
init() - Method in class signalproc.algorithms.PwrSpect
Initialses information specific to PwrSpect.
init() - Method in class signalproc.algorithms.Shift
Initialses information specific to Shift.
init() - Method in class signalproc.algorithms.SigThresh
Initialses information specific to SigThresh.
init() - Method in class signalproc.algorithms.SpecAver
Initialses information specific to SpecAver.
init() - Method in class signalproc.algorithms.SpecSeq
Initialses information specific to SpecSeq.
init() - Method in class signalproc.algorithms.Trend
Initialses information specific to Trend.
init() - Method in class signalproc.algorithms.WindowFnc
Initialses information specific to FFT.
init() - Method in class signalproc.algorithms.WinFT
Initialses information specific to WinFT.
init() - Method in class signalproc.converters.CSpecToVect
Initialses information specific to SSetToRaw.
init() - Method in class signalproc.converters.CSSetToVect
Initialses information specific to SSetToRaw.
init() - Method in class signalproc.converters.CSVtoVect
Called when the unit is created.
init() - Method in class signalproc.converters.CurveToVect
Initialses information specific to CurveToVect.
init() - Method in class signalproc.converters.HistToVect
Initialises information specific to HistTo2D.
init() - Method in class signalproc.converters.MatrixToDoubleArray
Called when the unit is created.
init() - Method in class signalproc.converters.MatrixToVect
Called when the unit is created.
init() - Method in class signalproc.converters.SpectToVect
Initialses information specific to SpectTo2D.
init() - Method in class signalproc.converters.SSetToVect
Initialses information specific to SSetTo2D.
init() - Method in class signalproc.converters.VectToConst
Called when the unit is created.
init() - Method in class signalproc.converters.VectToCSpec
Initialses information specific to VectToSSet.
init() - Method in class signalproc.converters.VectToCSSet
Initialses information specific to VectToSSet.
init() - Method in class signalproc.converters.VectToDouble
Called when the unit is created.
init() - Method in class signalproc.converters.VectToDoubleArray
Called when the unit is created.
init() - Method in class signalproc.converters.VectToMatrix
Called when the unit is created.
init() - Method in class signalproc.converters.VectToSpec
Initialses information specific to VectToSSet.
init() - Method in class signalproc.converters.VectToSSet
Initialses information specific to VectToSSet.
init() - Method in class signalproc.dataparam.AcquisitionTime
Initialses information specific to AcquisitionTime.
init() - Method in class signalproc.dataparam.FrequencyResolution
Initialses information specific to FrequencyResolution.
init() - Method in class signalproc.dataparam.HighFreq
Initialses information specific to HighFreq.
init() - Method in class signalproc.dataparam.Length
Initialses information specific to Length.
init() - Method in class signalproc.dataparam.LowFreq
Initialses information specific to LowFreq.
init() - Method in class signalproc.dataparam.Name
Initialses information specific to Name.
init() - Method in class signalproc.dataparam.SampleRate
Initialses information specific to SampleRate.
init() - Method in class signalproc.dataparam.SetAcqTime
Initialses information specific to SetAcqTime.
init() - Method in class signalproc.dataparam.SetLabels
Initialses information specific to SetLabels.
init() - Method in class signalproc.dataparam.SetName
Initialses information specific to SetName.
init() - Method in class signalproc.dataparam.TestNarrow
Initialses information specific to TestNarrow.
init() - Method in class signalproc.dataparam.TestTwoSided
Initialses information specific to TestTwoSided.
init() - Method in class signalproc.dataparam.XMax
Initialses information specific to XMax.
init() - Method in class signalproc.dataparam.XMin
Initialses information specific to XMin.
init() - Method in class signalproc.dataparam.XValues
Initialses information specific to XValues.
init() - Method in class signalproc.filtering.freqdomain.BandPass
Initialses information specific to BandPass.
init() - Method in class signalproc.filtering.freqdomain.HetdyneF
Called when the unit is created.
init() - Method in class signalproc.filtering.freqdomain.HetdyneFpanel
This method is called before the panel is displayed.
init() - Method in class signalproc.filtering.freqdomain.HighPass
Initialses information specific to HighPass.
init() - Method in class signalproc.filtering.freqdomain.LowPass
Initialses information specific to LowPass.
init() - Method in class signalproc.filtering.freqdomain.LowPassAv
Initialses information specific to LowPassAv.
init() - Method in class signalproc.filtering.freqdomain.MultiBand
Initialses information specific to MultiBand.
init() - Method in class signalproc.filtering.freqdomain.NegativeF
Initialses information specific to NegativeF.
init() - Method in class signalproc.filtering.freqdomain.PositiveF
Initialses information specific to PositiveF.
init() - Method in class signalproc.filtering.timedomain.FIR_BandPass
 
init() - Method in class signalproc.filtering.timedomain.FIR_Filter
Initialses information specific to FIR_Filter.
init() - Method in class signalproc.filtering.timedomain.FIR_HighPass
 
init() - Method in class signalproc.filtering.timedomain.FIR_LowPass
 
init() - Method in class signalproc.filtering.timedomain.IIR_Filter
Initialses information specific to IIR_Filter.
init() - Method in class signalproc.filtering.timedomain.LPAverage
Initialses information specific to LPAverage.
init() - Method in class signalproc.injection.Chirp
Initialses information specific to Chirp.
init() - Method in class signalproc.injection.EventGen
Initialses information specific to EventGen.
init() - Method in class signalproc.injection.Gaussian
Initialses information specific to Gaussian.
init() - Method in class signalproc.injection.RandNoise
Initialses information specific to RandNoise.
init() - Method in class signalproc.input.BinaryImporter
Called when the unit is created.
init() - Method in class signalproc.input.GenGaussian
Called when the unit is created.
init() - Method in class signalproc.input.GenRandNoise
Called when the unit is created.
init() - Method in class signalproc.input.MakeMatrix
Initialses information specific to MakeMatrix.
init() - Method in class signalproc.input.NewtonianChirp
Called when the unit is created.
init() - Method in class signalproc.input.TableImporter
Called when the unit is created.
init() - Method in class signalproc.input.Wave
Initialses information specific to Wave.
init() - Method in class signalproc.output.BinaryExporter
This function is called when the unit is first created.
init() - Method in class signalproc.output.EventViewer
Called when the unit is created.
init() - Method in class signalproc.output.EventViewerPanel
Initialises the panel.
init() - Method in class signalproc.output.Export
Called when the unit is created.
init() - Method in class signalproc.output.GnuplotGrapher
Called when the unit is created.
init() - Method in class signalproc.output.GnuplotGrapherPanel
This method is called before the panel is displayed.
init() - Method in class signalproc.output.GraceGrapher
Called when the unit is created.
init() - Method in class signalproc.output.Histogrammer
Initialses information specific to Histogrammer.
init() - Method in class signalproc.output.HistogrammerPanel
Initialises the panel.
init() - Method in class signalproc.output.JPlotter
Initialses information specific to JPlotter.
init() - Method in class signalproc.output.JPlotterPanel
Initialises the panel.
init() - Method in class signalproc.output.SGTGrapher
Initialses information specific to SGTGrapher.
init() - Method in class signalproc.output.SGTGrapherPanel
Initialises the panel.
init() - Method in class signalproc.output.TableExporter
This function is called when the unit is first created.
init() - Method in class signalproc.time.AutoPad
Initialses information specific to AutoPad.
init() - Method in class signalproc.time.Concat
Initialses information specific to Concat.
init() - Method in class signalproc.time.ConcatTime
Initialses information specific to ConcatTime.
init() - Method in class signalproc.time.Decimate
Initialses information specific to Decimate.
init() - Method in class signalproc.time.PackData
Initialses information specific to PackData.
init() - Method in class signalproc.time.Pad
Initialises information specific to Pad.
init() - Method in class signalproc.time.Stretch
Initialses information specific to Stretch.
init() - Method in class signalproc.timefreq.ImageMapper
Initialses information specific to ImageMapper.
init() - Method in class signalproc.timefreq.SGTTimeFreq
Called when the unit is created.
init() - Method in class signalproc.timefreq.SGTTimeFreqPanel
This method is called before the panel is displayed.
init() - Method in class signalproc.timefreq.SpecSeq
Initialses information specific to SpecSeq.
init() - Method in class triana.types.OldUnit
This function is called when the unit is first created.
INIT_GUI - Static variable in class org.trianacode.gui.toolmaker.UnitWizard
 
INIT_PARAMS - Static variable in class org.trianacode.gui.toolmaker.UnitWizard
 
initConfig(boolean) - Static method in class org.trianacode.gui.util.Env
Initialise the user config
initConnection() - Method in class org.trianacode.enactment.logging.rabbit.RabbitHandler
 
initDefaultColor(String, Color) - Method in class org.trianacode.gui.hci.color.ColorTable
Initializes the default color for the specified color name.
initDefaultColor(ColorModel, String, Color) - Method in class org.trianacode.gui.hci.color.ColorTable
Initializes the default color for the specified color name on the specified color model.
initExecutionProperties(HashMap<String, String>) - Method in class org.trianacode.enactment.logging.stampede.StampedeLog
 
initFrame(String) - Method in class org.trianacode.gui.help.TrianaHelpFrame
 
initFrame(String, String) - Method in class org.trianacode.gui.help.TrianaHelpHandler
Initialises the help window.
initGUIBuilderV2Panel(String, Task) - Static method in class org.trianacode.gui.panels.ParameterPanelManager
Initializes a GUI Builder V2 parameter panel for the task.
initialiseConnection() - Method in class common.input.DBExplore
Initialise database connection
initialiseData(int) - Method in class triana.types.Curve
Sets the data array(s) to zero if they have been allocated.
initialiseData() - Method in class triana.types.MatrixType
Sets the data array(s) to zero if they have been allocated.
initialiseData() - Method in class triana.types.VectorType
Sets the data array(s) to zero if they have been allocated.
initialiseDataComplex(int, int) - Method in class triana.types.Curve
Allocates the real and imaginary parts of the data for the given dimension to double arrays of the given length and then sets their elements to zero.
initialiseDataComplex(int, int) - Method in class triana.types.MatrixType
Allocates the real and imaginary parts of the data to double arrays of the given lengths and then sets their elements to zero.
initialiseDataComplex(int) - Method in class triana.types.VectorType
Allocates the real and imaginary parts of the data to double arrays of the given length and then sets their elements to zero.
initialiseDataReal(int, int) - Method in class triana.types.Curve
Allocates the real part of the data for a given dimension to a double array of the given length and then sets its elements to zero.
initialiseDataReal(int, int) - Method in class triana.types.MatrixType
Allocates the real part of the data to a double array of the given lengths and then sets its elements to zero.
initialiseDataReal(int) - Method in class triana.types.VectorType
Allocates the real part of the data to a double array of the given length and then sets its elements to zero.
initialiseForward(double) - Method in class triana.types.audio.AudioEffect
Initializes the forward memory values to the value specified.
initialiseForward(double[]) - Method in class triana.types.audio.AudioEffect
Initializes the forward values to the values specified.
initialiseForward(short) - Method in class triana.types.audio.AudioEffect16Bit
 
initialiseForward(short[]) - Method in class triana.types.audio.AudioEffect16Bit
Initializes the forward values to the values specified.
initialisePrevious(double) - Method in class triana.types.audio.AudioEffect
Initializes the previous memory values to the value specified.
initialisePrevious(double[]) - Method in class triana.types.audio.AudioEffect
Initializes the previous memory values to the values specified.
Initialize() - Method in class math.calculator.Compute
 
initializeArray(Object) - Static method in class triana.types.util.FlatArray
Class method that sets the elements of the given array to zero.
initializeAttach(AttachInfo) - Method in interface org.trianacode.taskgraph.clipin.ClipIn
This method is called before the clip-in enters a task's clip-in bucket.
initializeAttach(AttachInfo) - Method in class triana.types.clipins.DefaultHistoryClipIn
This method is called before the clip-in enters a task's clip-in bucket.
initializeAttach(AttachInfo) - Method in class triana.types.clipins.GEODataClipIn
This method is called before the clip-in enters a task's clip-in bucket.
initializeAttach(AttachInfo) - Method in class triana.types.clipins.MessageClipIn
This method is called before the clip-in enters a task's clip-in bucket.
initializeAttach(AttachInfo) - Method in class triana.types.clipins.TimerClipIn
This method is called before the clip-in enters a task's clip-in bucket.
InitializeInputNodeValues() - Method in class math.calculator.Compute
 
initInputParameterPanel() - Method in class org.trianacode.gui.panels.NodeEditor
Initialises the input parameter panel
initLayout() - Method in class imageproc.output.ImagePanel
Initialises the layout, can be overridden to change the layout
initLayout() - Method in class org.trianacode.gui.toolmaker.GUIPanel
layout the panel
initNodes() - Method in class org.trianacode.gui.main.imp.ForShowTool
 
initNodes() - Method in class org.trianacode.gui.main.imp.TrianaTask
initialises the input/output nodes
initNodesPanel() - Method in class org.trianacode.gui.panels.NodeEditor
 
initOutputParameterPanel() - Method in class org.trianacode.gui.panels.NodeEditor
Initialises the output parameter panel
initPanel() - Method in class common.output.SerializePanel
 
initParameterPanel(Task) - Static method in class org.trianacode.gui.panels.ParameterPanelManager
Initializes a parameter panel interface for the task.
initParameters(String[]) - Method in class org.trianacode.enactment.CommandLineExec
Initialises the parameters for the specified command line arguments.
initProxyFactory() - Static method in class org.trianacode.taskgraph.proxy.DefaultFactoryInit
Initialises the proxy factory with the default instantiators.
initProxyFactory() - Static method in class org.trianacode.taskgraph.proxy.ProxyFactory
Initialises the proxy factory
initRunnableInstance(Tool, TaskGraph, boolean) - Method in class org.trianacode.taskgraph.service.RunnableTaskFactory
 
initTaskGraphManager(TrianaProperties) - Static method in class org.trianacode.taskgraph.proxy.DefaultFactoryInit
Initialises the default and non-runnable factories in the taskgraph manager.
initTaskGraphManager(TrianaProperties) - Static method in class org.trianacode.taskgraph.TaskGraphManager
Initializes the taskgraph factories
initTool(TaskHolder, TrianaProperties) - Static method in class org.trianacode.shiwaall.iwir.importer.utils.ToolUtils
Inits the tool.
initTools() - Method in class org.trianacode.gui.hci.ApplicationFrame
Initialises the tool table
initToolTable(ToolTable) - Static method in class org.trianacode.taskgraph.TaskGraphManager
Initializes the tool table.
initTriana(String[]) - Static method in class org.trianacode.gui.hci.ApplicationFrame
Initialise the application
initUnit() - Method in class org.trianacode.taskgraph.service.RunnableTask
Initializes the unit associated with this runnable task.
InOut - Class in org.trianacode.shiwaall.test
Created by IntelliJ IDEA.
InOut() - Constructor for class org.trianacode.shiwaall.test.InOut
 
InOutPanel - Class in org.trianacode.shiwaall.test
Created with IntelliJ IDEA.
InOutPanel() - Constructor for class org.trianacode.shiwaall.test.InOutPanel
 
INPARAM_TAG - Static variable in interface org.trianacode.taskgraph.ser.XMLConstants
 
INPORT_NUM_TAG - Static variable in interface org.trianacode.taskgraph.ser.XMLConstants
 
Input - Class in org.trianacode.gui.windows
Just calls the JOptionPane with the appropriate values for the particular input you want to get from the user.
Input() - Constructor for class org.trianacode.gui.windows.Input
 
INPUT_ASSIGN_PACKAGE - Static variable in class org.trianacode.gui.hci.tools.filters.DataTypeFilter
 
INPUT_EXPLICIT_PACKAGE - Static variable in class org.trianacode.gui.hci.tools.filters.DataTypeFilter
 
INPUT_FILES - Static variable in class org.trianacode.config.cl.TrianaOptions
 
INPUT_NODE - Static variable in class org.trianacode.gui.main.imp.TrianaToolLayout
 
INPUT_PACKAGE - Static variable in class org.trianacode.gui.hci.tools.filters.InputToolsFilter
 
INPUT_TAG - Static variable in interface org.trianacode.taskgraph.ser.XMLConstants
 
INPUT_TYPES - Static variable in class org.trianacode.gui.toolmaker.UnitWizard
 
INPUT_TYPES_HTML - Static variable in class org.trianacode.gui.toolmaker.UnitWizard
 
InputCable - Interface in org.trianacode.taskgraph.service
Class Description Here...
inputFromStream(BufferedReader) - Method in interface triana.types.AsciiComm
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.ComplexSampleSet
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.ComplexSpectrum
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.Document
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.FileName
This function is used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.GraphType
Used when Triana types want to be able to create a new data object from ASCII data it receives from a stream.
inputFromStream(BufferedReader) - Method in class triana.types.Histogram
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.MailMsg
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.MultipleChannel
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.SampleSet
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.Spectrum
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.Spectrum2D
Used when Triana types want to be able to receive ASCII data from the output of other programs.
inputFromStream(BufferedReader) - Method in class triana.types.TimeFrequency
Used when Triana types want to be able to receive ASCII data from the output of other programs.
InputNodeList - Variable in class math.calculator.Compute
 
inputNodes() - Method in class triana.types.OldUnit
Deprecated. 
InputString - Class in common.parameter
A InputString unit to ..
InputString() - Constructor for class common.parameter.InputString
 
inputSwitch - Variable in class org.trianacode.shiwaall.dax.JobUnit
The input switch.
InputToolsFilter - Class in org.trianacode.gui.hci.tools.filters
A filter for input tools only
InputToolsFilter() - Constructor for class org.trianacode.gui.hci.tools.filters.InputToolsFilter
 
inputTypes() - Method in class signalproc.filtering.freqdomain.LowPassAv
 
inputTypes() - Method in class signalproc.timefreq.ImageMapper
 
inputTypes() - Method in class triana.types.OldUnit
Deprecated. 
insert(ClipInBucket, Node) - Method in class org.trianacode.taskgraph.clipin.ClipInBucket
Inserts the clip-ins in the specified clip-in bucket into this bucket, intializing all the clip-ins in the insertion bucket.
insertIntoContainer(Object, Object) - Method in class triana.types.TrianaType
Inserts the given Object d (second argument) into the dataContainer Hashtable with the argument Object k (first argument) as a key.
InsertScalarIntoConstantValueDictionary(String, double) - Method in class math.calculator.Compute
 
InsertScalarIntoTemporaryVariableValueDictionary(String, double) - Method in class math.calculator.Compute
 
insertString(String, int) - Method in class triana.types.Document
Inserts the given character String, starting at the given character index position.
insertString(String, int, String) - Static method in class triana.types.util.Str
Inserts a String into a given String at a given position.
insertStringAsCharGroup(String, int) - Method in class triana.types.Document
Inserts the given character String at the given character index position and marks it as a character group.
InsertTokenAfter(int, String, byte, byte, boolean, boolean) - Method in class math.calculator.Compute
 
InsertTokenBefore(int, String, byte, byte, boolean, boolean) - Method in class math.calculator.Compute
 
insertTool(Tool) - Method in class org.trianacode.gui.hci.tools.PackageTreeModel
Inserts a tool into the tree
insertTool(Tool) - Method in class org.trianacode.gui.hci.tools.ToolTreeModel
Inserts a tool into the tree
insertTool(Tool, String, String) - Method in interface org.trianacode.taskgraph.tool.ToolTable
Inserts a copy of the tool into the specified package.
insertTool(Tool, String, String) - Method in class org.trianacode.taskgraph.tool.ToolTableImpl
Inserts a copy of the tool into the specified package.
insertUpdate(DocumentEvent) - Method in class common.input.TwoDWindow
 
insertUpdate(DocumentEvent) - Method in class signalproc.converters.VectToGenPanel
 
inspectDataContainer() - Method in class triana.types.TrianaType
Returns an Enumeration containing the keys identifying the contents of the dataContainer Hashtable.
INST - Static variable in class common.lang.Is
 
instance() - Static method in class org.trianacode.gui.hci.color.ColorTable
 
INSTANCE_ID_TAG - Static variable in interface org.trianacode.taskgraph.ser.XMLConstants
 
InstanceIDEvent - Class in org.trianacode.taskgraph
The event generated when an instance id is registered/unregistered with a tool.
InstanceIDEvent(Object, int, String, Tool, int) - Constructor for class org.trianacode.taskgraph.InstanceIDEvent
 
InstanceIDFactory - Interface in org.trianacode.taskgraph
Instance ID Factories handle the creation and registry of instance ids
InstanceIDFactoryImp - Class in org.trianacode.taskgraph.imp
A basic implementation of instance id factory that generates unique ids for each task.
InstanceIDFactoryImp() - Constructor for class org.trianacode.taskgraph.imp.InstanceIDFactoryImp
 
InstanceIDListener - Interface in org.trianacode.taskgraph
A listener interface implemented by classes that wish to be notified when an instance id is registered/unregistered for a task.
InstanceIDManager - Class in org.trianacode.taskgraph
A static manager class that keeps track of the current instance ids.
InstanceIDManager() - Constructor for class org.trianacode.taskgraph.InstanceIDManager
 
instanceIDRegistered(InstanceIDEvent) - Method in interface org.trianacode.taskgraph.InstanceIDListener
Called when an instance id is registered for a task
instanceIDUnregistered(InstanceIDEvent) - Method in interface org.trianacode.taskgraph.InstanceIDListener
Called when an instance id is unregistered for a task
instream - Variable in class signalproc.input.ImportBinary
the stream data is being input from
INT - Static variable in class signalproc.input.BinaryImporter
 
INT - Static variable in class signalproc.input.ImportBinary
 
INT - Static variable in class signalproc.output.BinaryExporter
 
INT_ARRAY - Static variable in class org.trianacode.taskgraph.service.TypeChecking
 
INT_ARRAY - Static variable in class org.trianacode.taskgraph.tool.TypeUtils
 
INT_SCROLLER - Static variable in class org.trianacode.gui.toolmaker.guibuilder.ScrollerPanel
 
intBytesToDouble(byte[], int) - Static method in class signalproc.input.ImportBinary
Converts the int bytes at the given offset into a double by packing the bytes in the correct order.
INTEGER - Static variable in class org.trianacode.gui.builder.Scroller
 
IntegerField - Class in org.trianacode.gui.panels
 
IntegerField() - Constructor for class org.trianacode.gui.panels.IntegerField
 
IntegerField(int) - Constructor for class org.trianacode.gui.panels.IntegerField
 
IntegerField(int, int) - Constructor for class org.trianacode.gui.panels.IntegerField
 
IntegerHandler - Class in org.trianacode.enactment.io.handlers
 
IntegerHandler() - Constructor for class org.trianacode.enactment.io.handlers.IntegerHandler
 
intercept(Node, Node, Object, boolean) - Method in class org.trianacode.taskgraph.interceptor.execution.ExecutionInterceptor
 
Interceptor - Interface in org.trianacode.taskgraph.interceptor
Interceptors are given a crack at looking at data before sending from a node, and before receiving.
InterceptorChain - Class in org.trianacode.taskgraph.interceptor
An interceptor intercepts data while it's on the cable.
InterceptorChain() - Constructor for class org.trianacode.taskgraph.interceptor.InterceptorChain
 
interceptReceive(Node, Node, Object) - Method in class org.trianacode.taskgraph.interceptor.execution.ExecutionInterceptor
 
interceptReceive(Node, Node, Object) - Method in interface org.trianacode.taskgraph.interceptor.Interceptor
 
interceptReceive(Node, Node, Object) - Static method in class org.trianacode.taskgraph.interceptor.InterceptorChain
 
interceptSend(Node, Node, Object) - Method in class org.trianacode.taskgraph.interceptor.execution.ExecutionInterceptor
 
interceptSend(Node, Node, Object) - Method in interface org.trianacode.taskgraph.interceptor.Interceptor
 
interceptSend(Node, Node, Object) - Static method in class org.trianacode.taskgraph.interceptor.InterceptorChain
 
INTERNAL - Static variable in class org.trianacode.gui.toolmaker.UnitWizard
 
INTERNAL - Static variable in interface org.trianacode.taskgraph.tool.Tool
 
INTERNAL - Static variable in class org.trianacode.taskgraph.Unit
Parameter types
internalFrameActivated(InternalFrameEvent) - Method in class org.trianacode.gui.desktop.frames.FramesManager
 
internalFrameClosed(InternalFrameEvent) - Method in class org.trianacode.gui.desktop.frames.FramesManager
 
internalFrameClosing(InternalFrameEvent) - Method in class org.trianacode.gui.desktop.frames.FramesManager
 
internalFrameDeactivated(InternalFrameEvent) - Method in class org.trianacode.gui.desktop.frames.FramesManager
 
internalFrameDeiconified(InternalFrameEvent) - Method in class org.trianacode.gui.desktop.frames.FramesManager
 
internalFrameIconified(InternalFrameEvent) - Method in class org.trianacode.gui.desktop.frames.FramesManager
 
internalFrameOpened(InternalFrameEvent) - Method in class org.trianacode.gui.desktop.frames.FramesManager
 
interpolateZeros(int, boolean) - Method in class triana.types.ComplexSampleSet
Adds zeros between existing data values using the method of the same name in VectorType.
interpolateZeros(int, boolean) - Method in class triana.types.ComplexSpectrum
Inserts zeros in between existing elements of the data set.
interpolateZeros(int, boolean) - Method in class triana.types.Histogram
Overrides the method of VectorType, which inserts zeros between existing elements of the data set, to do nothing at all in Histogram.
interpolateZeros(int, boolean) - Method in class triana.types.SampleSet
Adds zeros between existing data values using the method of the same name in VectorType.
interpolateZeros(int, boolean) - Method in class triana.types.Spectrum
Inserts zeros in between existing elements of the data set.
interpolateZeros(int, boolean) - Method in class triana.types.VectorType
Inserts zeros in between existing elements of the data set.
InterpretConstantName(String) - Method in class math.calculator.Compute
 
InterpretFunctionName(String) - Method in class math.calculator.Compute
 
IntHashtable - Class in triana.types.image
A Hashtable that uses ints as the keys.
IntHashtable(int, float) - Constructor for class triana.types.image.IntHashtable
 
IntHashtable(int) - Constructor for class triana.types.image.IntHashtable
 
IntHashtable() - Constructor for class triana.types.image.IntHashtable
 
IntScroller - Class in common.parameter
A IntScroller unit to ..
IntScroller() - Constructor for class common.parameter.IntScroller
 
INTSCROLLER - Static variable in class org.trianacode.gui.builder.Row
 
intValue() - Method in class triana.types.Const
Returns the value of the specified number as an int.
INVALID - Static variable in class triana.types.FileName
 
invalidateLayout(Container) - Method in class org.trianacode.gui.panels.DigitalLayout
 
invalidateSize() - Method in class org.trianacode.gui.main.imp.TrianaTool
Notifies that the size of the tool should be changed when the tool is repainted
InvalidEquationException - Exception in common.logic
An exception thrown when the exit condition is invalid
InvalidEquationException() - Constructor for exception common.logic.InvalidEquationException
 
InvalidEquationException(String) - Constructor for exception common.logic.InvalidEquationException
 
InvalidGSMFrameException - Exception in triana.types.audio.gsm.decoder
 
InvalidGSMFrameException() - Constructor for exception triana.types.audio.gsm.decoder.InvalidGSMFrameException
 
inverseAngleScale - Variable in class math.calculator.Compute
 
Invert - Class in imageproc.processing.effects
A Invert unit to ..
Invert() - Constructor for class imageproc.processing.effects.Invert
 
InvertWave - Class in audio.processing.tools
A Invert unit to invert a WaveForm
InvertWave() - Constructor for class audio.processing.tools.InvertWave
 
investigateSpectrumPoints() - Method in class audio.processing.mir.PitchDetection
 
INVOCATION_END - Static variable in class org.trianacode.enactment.logging.stampede.LogDetail
 
INVOCATION_ID - Static variable in class org.trianacode.enactment.logging.stampede.LogDetail
 
INVOCATION_START - Static variable in class org.trianacode.enactment.logging.stampede.LogDetail
 
invoke(Object[], ClipInBucket) - Method in class org.trianacode.taskgraph.service.AbstractServiceTask
This method invokes the service with the specified input data.
invokeLater(Runnable) - Static method in class org.trianacode.taskgraph.imp.TaskGraphEventDispatch
Invokes the specified event using the main TaskGraphEventDispatch
IOCable - Interface in org.trianacode.taskgraph.service
A IOCable is an interface which Cables can implement to send and recieve data between the tasks that this cable connects.
IoConfiguration - Class in org.trianacode.enactment.io
 
IoConfiguration(String, String, List<IoMapping>, List<IoMapping>) - Constructor for class org.trianacode.enactment.io.IoConfiguration
 
IoConfiguration(List<IoMapping>, List<IoMapping>) - Constructor for class org.trianacode.enactment.io.IoConfiguration
 
IoConfiguration() - Constructor for class org.trianacode.enactment.io.IoConfiguration
 
IoConfiguration(String, List<IoMapping>, List<IoMapping>) - Constructor for class org.trianacode.enactment.io.IoConfiguration
 
IoConfiguration(String, String) - Constructor for class org.trianacode.enactment.io.IoConfiguration
 
IoConfiguration(String) - Constructor for class org.trianacode.enactment.io.IoConfiguration
 
IoHandler - Class in org.trianacode.enactment.io
Very much work in progress...
IoHandler() - Constructor for class org.trianacode.enactment.io.IoHandler
 
IoMapping - Class in org.trianacode.enactment.io
 
IoMapping(IoType, String) - Constructor for class org.trianacode.enactment.io.IoMapping
 
IoType - Class in org.trianacode.enactment.io
If an IoType is a reference, then the value is URI.
IoType(String, String) - Constructor for class org.trianacode.enactment.io.IoType
 
IoType(String) - Constructor for class org.trianacode.enactment.io.IoType
 
IoType(String, String, boolean) - Constructor for class org.trianacode.enactment.io.IoType
 
IoTypeHandler<T> - Class in org.trianacode.enactment.io
 
IoTypeHandler() - Constructor for class org.trianacode.enactment.io.IoTypeHandler
 
IP_ADDRESS - Static variable in class org.trianacode.enactment.logging.stampede.LogDetail
 
Is - Class in common.lang
checks two things against a boolean - returns a Boolean
Is() - Constructor for class common.lang.Is
 
IS_A - Static variable in class common.lang.Is
 
IS_A - Static variable in class common.lang.IsPanel
 
isAccepted() - Method in class org.trianacode.gui.windows.ParameterWindow
 
isAddInputNodes(Task) - Method in class org.trianacode.gui.action.tools.IncInNodeAction
 
isAddOutputNodes(Task) - Method in class org.trianacode.gui.action.tools.IncOutNodeAction
 
isAlarmSet() - Method in class org.trianacode.gui.panels.DigitalClock
 
isAlarmSet() - Method in class org.trianacode.gui.panels.DigitalCounter
 
isAlwaysOnTopPreferred() - Method in class common.conzt.ConstViewPanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAlwaysOnTopPreferred() - Method in class common.parameter.ParamViewPanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAlwaysOnTopPreferred() - Method in class imageproc.output.ImagePanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAlwaysOnTopPreferred() - Method in class org.trianacode.gui.panels.PanelHolder
This method returns true by default.
isAlwaysOnTopPreferred() - Method in class org.trianacode.gui.panels.ParameterPanel
This method returns true by default.
isAlwaysOnTopPreferred() - Method in class org.trianacode.gui.panels.SaveHistoryPanel
This method returns true by default.
isAlwaysOnTopPreferred() - Method in class signalproc.output.EventViewerPanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAlwaysOnTopPreferred() - Method in class signalproc.output.HistogrammerPanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAlwaysOnTopPreferred() - Method in class signalproc.output.JPlotterPanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAlwaysOnTopPreferred() - Method in class signalproc.output.SGTGrapherPanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAlwaysOnTopPreferred() - Method in class signalproc.timefreq.SGTTimeFreqPanel
Overridden to return false, suggesting that the panel prefers to be allowed to be hidden behind the main Triana window.
isAnnotated() - Method in class org.trianacode.taskgraph.tool.creators.type.ClassHierarchy
 
isAppendSequenceNumber() - Method in class org.trianacode.gui.panels.SaveHistoryPanel
 
isApproved() - Method in class org.trianacode.gui.windows.ComboDialog
 
isApproved() - Method in class org.trianacode.gui.windows.ListDialog
 
isArithmeticArray(int) - Method in class triana.types.GraphType
Returns true if the dependent variable associated with the argument index dv is an array of primitive Java data types for numerical data: byte, short, int, long, float, or double.
isArithmeticArray(Object) - Static method in class triana.types.util.FlatArray
Class method that returns true if the given multi-dimensional array contains these primitive Java data types at its lowest level: byte, short, int, long, float, or double.
isArithmeticData(int) - Method in class triana.types.GraphType
Returns true if the dependent variable associated with the argument index dv is an array of primitive Java arithmetic data types at the level of independentVariables, i.e.
isArray() - Method in class org.trianacode.taskgraph.annotation.MethodDescriptor
 
isArray(Class) - Method in class org.trianacode.taskgraph.BeanUnit
 
isArrayOrCollection(Class) - Method in class org.trianacode.taskgraph.BeanUnit
 
isAttached() - Method in class org.trianacode.shiwaall.iwir.exporter.NodeProxy
Checks if is attached.
isAttached() - Method in class org.trianacode.taskgraph.clipin.ClipInBucket
 
isAutoCommit() - Method in class org.trianacode.gui.panels.PanelHolder
 
isAutoCommit() - Method in class org.trianacode.gui.panels.ParameterPanel
 
isAutoCommit() - Method in interface org.trianacode.gui.panels.ParameterWindowInterface
 
isAutoCommit() - Method in class org.trianacode.gui.windows.ParameterWindow
 
isAutoCommitByDefault() - Method in class common.control.TriggerButtonPanel
 
isAutoCommitByDefault() - Method in class common.input.DBExplorePanel
This method returns false by default.
isAutoCommitByDefault() - Method in class common.input.SequenceBufferPanel
This method returns false by default.
isAutoCommitByDefault() - Method in class common.parameter.ColorGenWindow
 
isAutoCommitByDefault() - Method in class common.string.HTMLViewPanel
Commit append value immediately
isAutoCommitByDefault() - Method in class common.string.StringViewPanel
Commit append value immediately
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.ClassPathPanel
Auto commit is turned off
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.CompilePanel
Auto commit is turned off
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.PanelHolder
This method returns false by default.
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.ParameterPanel
This method returns false by default.
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.SaveHistoryPanel
This method returns false by default.
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.ScrollerPanel
 
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.TextAreaPanel
Auto commit is turned off
isAutoCommitByDefault() - Method in class org.trianacode.gui.panels.UnitPanel
 
isAutoCommitByDefault() - Method in class signalproc.converters.VectToGenPanel
 
isAutoCommitByDefault() - Method in class signalproc.output.GnuplotGrapherPanel
 
isAutoCommitVisible() - Method in class common.array.ArrayViewerPanel
This method returns true by default.
isAutoCommitVisible() - Method in class common.control.TriggerButtonPanel
 
isAutoCommitVisible() - Method in class common.conzt.ConstViewPanel
 
isAutoCommitVisible() - Method in class common.input.DBExplorePanel
This method returns true by default.
isAutoCommitVisible() - Method in class common.input.SequenceBufferPanel
This method returns true by default.
isAutoCommitVisible() - Method in class common.parameter.ParamViewPanel
 
isAutoCommitVisible() - Method in class common.string.HTMLViewPanel
This method returns true by default.
isAutoCommitVisible() - Method in class common.string.StringViewPanel
This method returns true by default.
isAutoCommitVisible() - Method in class imageproc.output.ImagePanel
 
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.AddParameterNodePanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.ClassPathPanel
Auto commit is hidden
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.CompilePanel
Auto commit is hidden
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.FilePanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.GroupEditor
Hide auto-commit
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.NodeEditor
Hide auto-commit
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.OptionsPanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.PanelHolder
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.ParameterPanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.ParameterPanelImp
Hides the auto commit button
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.PastePanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.SaveHistoryPanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.TextAreaPanel
Auto commit is hidden
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.ToolBoxPanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.panels.UnknownToolBoxTypePanel
This method returns true by default.
isAutoCommitVisible() - Method in class org.trianacode.gui.windows.ParameterWindow
 
isAutoCommitVisible() - Method in class signalproc.output.EventViewerPanel
 
isAutoCommitVisible() - Method in class signalproc.output.HistogrammerPanel
 
isAutoCommitVisible() - Method in class signalproc.output.JPlotterPanel
 
isAutoCommitVisible() - Method in class signalproc.output.SGTGrapherPanel
 
isAutoCommitVisible() - Method in class signalproc.timefreq.SGTTimeFreqPanel
 
isAutoConnect() - Static method in class org.trianacode.gui.hci.GUIEnv
 
isAutoDispose() - Method in class org.trianacode.gui.windows.ParameterWindow
 
isBottomLevelNode() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isBottomLevelNode() - Method in interface org.trianacode.taskgraph.Node
 
isBroken(Tool) - Static method in class org.trianacode.gui.hci.tools.BrokenToolMonitor
 
isBroken(Tool) - Static method in class org.trianacode.taskgraph.tool.ToolTableUtils
 
isCaseSensitive() - Method in class org.trianacode.gui.help.search.SearchIndexer
 
isChecked() - Method in class org.trianacode.velocity.form.Checkbox
 
isClipInName(String) - Method in class org.trianacode.taskgraph.clipin.ClipInBucket
 
isClipInName(String) - Method in interface org.trianacode.taskgraph.service.ClipableTaskInterface
 
isClipInName(String) - Method in class org.trianacode.taskgraph.service.RunnableTask
 
isClipInName(String) - Method in class org.trianacode.taskgraph.Unit
 
isClipInNode() - Method in class org.trianacode.gui.panels.AddParameterNodePanel
 
isCollection() - Method in class org.trianacode.shiwaall.dax.DaxFileChunk
Checks if is collection.
isCollection() - Method in class org.trianacode.shiwaall.dax.DaxJobChunk
Checks if is collection.
isCollection() - Method in class org.trianacode.shiwaall.dax.DaxJobHolder
Checks if is collection.
isCollection() - Method in class org.trianacode.shiwaall.dax.FileUnit
Checks if is collection.
isCollection() - Method in class org.trianacode.shiwaall.dax.JobUnit
Checks if is collection.
isCollection(Class) - Method in class org.trianacode.taskgraph.BeanUnit
 
isCompatibility(Class[], Class[]) - Static method in class org.trianacode.taskgraph.service.TypeChecking
Returns true if any of the specified types output is compatibale with any of the specified input types.
isCompatibility(Node, Node) - Static method in class org.trianacode.taskgraph.service.TypeChecking
Returns true if the specified nodes can be legitimately be connected.
isCompatible(Object, Class[]) - Static method in class org.trianacode.taskgraph.service.TypeChecking
Returns true if the specified object is one of the allowed input types.
isCompatible(Object) - Method in interface triana.types.Arithmetic
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.audio.MultipleAudio
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.ComplexSampleSet
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.ComplexSpectrum
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(Object) - Method in class triana.types.Const
Tests that the given object is a Const.
isCompatible(TrianaType) - Method in class triana.types.Curve
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(Object) - Method in class triana.types.GraphType
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.Histogram
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.MatrixType
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.MultipleChannel
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.MultipleSpectra
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.SampleSet
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.Spectrum
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.Spectrum2D
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.TimeFrequency
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompatible(TrianaType) - Method in class triana.types.VectorType
Tests the argument object to determine if it makes sense to perform arithmetic operations between it and the current object.
isCompile() - Method in class org.trianacode.gui.appmaker.CompilationPanel
 
isCompileGUI() - Method in class org.trianacode.gui.panels.CompilePanel
 
isCompilerScreenEnabled() - Method in class org.trianacode.gui.util.CompileUtil
 
isCompileSource() - Method in class org.trianacode.gui.panels.CompilePanel
 
isComplex() - Method in class triana.types.Const
 
isConcrete() - Method in class org.trianacode.taskgraph.tool.creators.type.ClassHierarchy
 
isConnectable() - Method in class org.trianacode.gui.components.common.CircleNode
 
isConnectable() - Method in class org.trianacode.gui.main.imp.TrianaNode
 
isConnectable() - Method in interface org.trianacode.gui.main.NodeComponent
 
isConnected() - Method in interface org.trianacode.taskgraph.Cable
 
isConnected() - Method in class org.trianacode.taskgraph.imp.CableImp
 
isConnected() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isConnected() - Method in interface org.trianacode.taskgraph.Node
 
isConnectedCable(Cable, Task) - Static method in class org.trianacode.taskgraph.TaskGraphUtils
 
isConnectedCable(Cable, Task[]) - Static method in class org.trianacode.taskgraph.TaskGraphUtils
Checks if a cable is connected to any task in an array of tasks
isControlTask() - Method in class org.trianacode.taskgraph.imp.TaskGraphImp
 
isControlTask() - Method in interface org.trianacode.taskgraph.TaskGraph
 
isControlTask(Task) - Static method in class org.trianacode.taskgraph.TaskGraphUtils
 
isControlTaskConnected() - Method in class org.trianacode.taskgraph.imp.TaskGraphImp
 
isControlTaskConnected() - Method in interface org.trianacode.taskgraph.TaskGraph
 
isControlTaskUnstable() - Method in class org.trianacode.taskgraph.imp.TaskGraphImp
 
isControlTaskUnstable() - Method in interface org.trianacode.taskgraph.TaskGraph
 
isDamaged() - Method in class triana.types.MailMsg
Returns true if the message has been marked as damaged.
isDataInputNode(Node) - Method in class org.trianacode.taskgraph.imp.TaskImp
 
isDataInputNode(Node) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isDataInputNode(Node) - Method in interface org.trianacode.taskgraph.Task
 
isDataNode() - Method in class org.trianacode.taskgraph.event.TaskNodeEvent
 
isDataNode() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isDataNode() - Method in class org.trianacode.taskgraph.imp.ParameterNodeImp
 
isDataNode() - Method in interface org.trianacode.taskgraph.Node
 
isDataOutputNode(Node) - Method in class org.trianacode.taskgraph.imp.TaskImp
 
isDataOutputNode(Node) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isDataOutputNode(Node) - Method in interface org.trianacode.taskgraph.Task
 
isDataReady() - Method in interface org.trianacode.taskgraph.service.InputCable
 
isDataReady() - Method in class org.trianacode.taskgraph.service.LocalCable
 
isDataReady() - Method in class org.trianacode.taskgraph.service.QueueCable
 
isDataSent(int) - Method in class org.trianacode.enactment.TrianaRun
 
isDataSent() - Method in class org.trianacode.taskgraph.service.LocalCable
 
isDataSent() - Method in interface org.trianacode.taskgraph.service.OutputCable
 
isDataSent() - Method in class org.trianacode.taskgraph.service.QueueCable
 
isDebugEnabled() - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
isDebugEnabled() - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
isDebugVisible() - Static method in class org.trianacode.gui.util.Env
 
isDeleteAfterUse() - Method in class org.trianacode.taskgraph.databus.packet.WorkflowDataPacket
 
isDelimiter(String) - Method in class org.trianacode.gui.help.search.SuperStringTokenizer
 
isDependentComplex(int) - Method in class triana.types.GraphType
Returns true if the data associated with the dependent variable dv is complex, falseotherwise.
isDirectory(String) - Static method in class org.trianacode.taskgraph.util.FileUtils
Determines whether the file specified is a directory.
isDirectory(URL) - Static method in class org.trianacode.taskgraph.util.FileUtils
Determines whether the internet location and file specified is in fact a directory.
isEmpty(String) - Static method in class org.trianacode.shiwaall.iwir.importer.xml.DomPain
Checks if is empty.
isEmpty(String) - Static method in class org.trianacode.shiwaall.utils.DomPain
Checks if is empty.
isEmpty() - Method in class triana.types.image.IntHashtable
 
isEnum(Class) - Static method in class org.trianacode.taskgraph.BeanUnit
 
isErrorEnabled() - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
isErrorEnabled() - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
isErrorNode() - Method in class org.trianacode.taskgraph.imp.ParameterNodeImp
 
isErrorNode() - Method in interface org.trianacode.taskgraph.ParameterNode
 
isErrorState() - Method in class org.trianacode.gui.main.imp.TrianaTool
 
isEssential() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isEssential() - Method in class org.trianacode.taskgraph.imp.ParameterNodeImp
 
isEssential() - Method in interface org.trianacode.taskgraph.Node
 
isEssential(int) - Method in class triana.types.OldUnit
A convienience method that returns whether the data input node at the specified index is essential.
isEssentialIfConnected() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isEssentialIfConnected() - Method in class org.trianacode.taskgraph.imp.ParameterNodeImp
 
isEssentialIfConnected() - Method in interface org.trianacode.taskgraph.Node
 
isExcludedTool(String) - Static method in class org.trianacode.gui.util.Env
 
isExitLoop(Object[]) - Method in class common.logic.DefaultExitCondition
Calculates whether the loop should exit.
isExitLoop(Object[]) - Method in interface common.logic.ExitCondition
Calculates whether the loop should exit.
isExtensionName(String) - Method in class org.trianacode.taskgraph.imp.ToolImp
 
isExtensionName(String) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isExtensionName(String) - Method in interface org.trianacode.taskgraph.tool.Tool
 
isExternalCable(Cable, Task[]) - Static method in class org.trianacode.taskgraph.TaskGraphUtils
Checks to see if a given cable is external to a set of tasks, i.e.
isFatalEnabled() - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
isFatalEnabled() - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
isFile(Tool) - Static method in class org.trianacode.taskgraph.util.UrlUtils
 
isFile(URL) - Static method in class org.trianacode.taskgraph.util.UrlUtils
 
isFileReader(String) - Static method in class org.trianacode.gui.util.Env
 
isFileWriter(String) - Static method in class org.trianacode.gui.util.Env
 
isFinished() - Method in class org.trianacode.enactment.TrianaExec
 
isFinished() - Method in class org.trianacode.enactment.TrianaRun
 
isFinishEnabled() - Method in class org.trianacode.gui.appmaker.CommandFilePanel
 
isFinishEnabled() - Method in class org.trianacode.gui.appmaker.CommandFinishPanel
 
isFinishEnabled() - Method in class org.trianacode.gui.appmaker.ParameterMapPanel
 
isFinishEnabled() - Method in class org.trianacode.gui.toolmaker.FinalPanel
 
isFinishEnabled() - Method in class org.trianacode.gui.toolmaker.GUIPanel
 
isFinishEnabled() - Method in class org.trianacode.gui.toolmaker.UnitPanel
 
isFinishEnabled() - Method in interface org.trianacode.gui.windows.WizardPanel
 
isFlatten() - Method in class org.trianacode.taskgraph.annotation.MethodDescriptor
 
isGather() - Method in class org.trianacode.taskgraph.annotation.MethodDescriptor
 
isGenerateBatchFile() - Method in class org.trianacode.gui.appmaker.CommandFilePanel
 
isGenerateCustomPanel() - Method in class org.trianacode.gui.toolmaker.GUIPanel
 
isGenerateShellScript() - Method in class org.trianacode.gui.appmaker.CommandFilePanel
 
isGo() - Method in class org.trianacode.gui.windows.SaveToolDialog
 
isHighWhite() - Method in class triana.types.ImageMap
Returns true if the data values above that mapped to Blue are mapped to white, false if black
isHttp(URL) - Static method in class org.trianacode.taskgraph.util.UrlUtils
 
isHTTP(String) - Static method in class triana.types.FileName
 
isIncludeCopyright() - Method in class org.trianacode.gui.toolmaker.UnitPanel
 
isIndependentComplex(int) - Method in class triana.types.GraphType
Returns true if the data associated with the independent variable dim is complex, false otherwise.
isInfoEnabled() - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
isInfoEnabled() - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
isInOrder() - Method in class signalproc.input.DataSchema
 
isInput(int) - Method in interface org.trianacode.taskgraph.service.RunnableInterface
 
isInput(int) - Method in class org.trianacode.taskgraph.service.RunnableTask
 
isInputAtNode(int) - Method in class org.trianacode.taskgraph.Unit
 
isInputEssential() - Method in class org.trianacode.taskgraph.service.AbstractServiceTask
 
isInputNode() - Method in class org.trianacode.gui.components.common.CircleNode
 
isInputNode() - Method in class org.trianacode.gui.main.imp.TrianaNode
 
isInputNode() - Method in interface org.trianacode.gui.main.NodeComponent
 
isInputNode() - Method in class org.trianacode.taskgraph.event.TaskNodeEvent
 
isInputNode() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isInputNode() - Method in interface org.trianacode.taskgraph.Node
 
isInstantiatePanel(Task) - Static method in class org.trianacode.gui.panels.ParameterPanelManager
 
isInternalCable(Cable, Task[]) - Static method in class org.trianacode.taskgraph.TaskGraphUtils
Checks to see if a given cable is internal to a set of tasks, i.e.
isJar(URL) - Static method in class org.trianacode.taskgraph.util.UrlUtils
 
isJarred() - Static method in class org.trianacode.config.Locations
 
isLastInSequence() - Method in class triana.types.clipins.SequenceClipIn
 
isLeaf() - Method in class org.trianacode.taskgraph.tool.ToolboxTree.TreeNode
 
isLineNumber() - Method in class triana.types.Document
Tests whether there are interesting line numbers for this document.
isLogScale() - Method in class triana.types.ImageMap
Returns true if the data values are mapped to colors logarithmically, false if linear
isLoop(Node, Node, ArrayList) - Method in class org.trianacode.gui.hci.AutoConnect
 
isLowWhite() - Method in class triana.types.ImageMap
Returns true if the data values below that mapped to Red are mapped to white, false if black
isMapped(String) - Method in class org.trianacode.enactment.CommandLineExec
 
isMappedValue(String, String) - Method in class org.trianacode.enactment.CommandLineExec
 
isMapPoint(String) - Method in class org.trianacode.gui.components.map.MapLayout
 
isModifiable(Tool) - Method in class org.trianacode.taskgraph.tool.ToolResolver
 
isModifiable(Tool) - Method in interface org.trianacode.taskgraph.tool.ToolTable
return true if this tool can be modified.
isModifiable(Tool) - Method in class org.trianacode.taskgraph.tool.ToolTableImpl
 
isMultiple() - Method in class org.trianacode.config.cl.Option
 
isMultipleOutputNodes() - Method in class org.trianacode.taskgraph.annotation.MethodDescriptor
 
isMultiValuedOutput() - Method in class org.trianacode.taskgraph.service.AbstractServiceTask
 
isNarrow(int) - Method in class triana.types.ComplexSpectrum
Returns true if the data for the given dimension represent a narrow bandwidth derived from a full-band spectrum.
isNarrow() - Method in class triana.types.ComplexSpectrum
Returns true if the data represent a narrow bandwidth derived from a full-band spectrum.
isNarrow(int) - Method in interface triana.types.Spectral
Returns true if the data represent a narrow bandwidth derived from a full-band spectrum in the given dimension dim..
isNarrow(int) - Method in class triana.types.Spectrum
Returns true if the data represent a narrow bandwidth derived from a full-band spectrum in the independent dimension dim.
isNarrow() - Method in class triana.types.Spectrum
Returns true if the data represent a narrow bandwidth derived from a full-band spectrum.
isNarrow(int) - Method in class triana.types.Spectrum2D
Returns false.
isNarrow(int) - Method in class triana.types.TimeFrequency
Returns true if the data for the given dimension represent a narrow bandwidth derived from a full-band spectrum.
isNarrow() - Method in class triana.types.TimeFrequency
Returns true if the data represent a narrow bandwidth derived from a full-band spectrum.
isNarrow() - Method in class triana.types.util.SpectralChannelFormat
Returns true if the data represent a narrow bandwidth derived from a full-band spectrum in the given dimension dim..
isNextEnabled() - Method in class org.trianacode.gui.appmaker.CommandFilePanel
 
isNextEnabled() - Method in class org.trianacode.gui.appmaker.CommandFinishPanel
 
isNextEnabled() - Method in class org.trianacode.gui.appmaker.ParameterMapPanel
 
isNextEnabled() - Method in class org.trianacode.gui.toolmaker.FinalPanel
 
isNextEnabled() - Method in class org.trianacode.gui.toolmaker.GUIPanel
 
isNextEnabled() - Method in class org.trianacode.gui.toolmaker.UnitPanel
 
isNextEnabled() - Method in interface org.trianacode.gui.windows.WizardPanel
 
isNonBlockingOutputNodes() - Static method in class org.trianacode.gui.util.Env
 
isOdd(int) - Static method in class signalproc.algorithms.FFTWLibrary
 
isOKtoWriteIfExists(String) - Static method in class org.trianacode.gui.TrianaDialog
Check to see if a file exists, it it does ask the user to confirm to overwrite.
ISOLATE_LOG_OPTION - Static variable in class org.trianacode.config.cl.TrianaOptions
 
ISOLATED_LOGGER - Static variable in class Triana
 
isolateLogger(String, String) - Static method in class org.trianacode.enactment.logging.Loggers
 
isolateLogger(String, int) - Static method in class org.trianacode.enactment.logging.Loggers
 
isOne2one() - Method in class org.trianacode.shiwaall.dax.DaxFileChunk
Checks if is one2one.
isOne2one() - Method in class org.trianacode.shiwaall.dax.FileUnit
Checks if is one2one.
isOneBytePerColumn() - Method in class signalproc.input.ImportBinary
 
isOnInternet(String) - Static method in class org.trianacode.taskgraph.util.FileUtils
Determines whether the given path or file is an internet address or not
isOption(String) - Method in class org.trianacode.config.cl.ArgumentParser
 
isOptional() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isOptional() - Method in class org.trianacode.taskgraph.imp.ParameterNodeImp
 
isOptional() - Method in interface org.trianacode.taskgraph.Node
 
isOptional(int) - Method in class triana.types.OldUnit
A convienience method that returns whether the data input node at the specified index is optional.
isOutputData() - Method in class org.trianacode.enactment.TrianaExec.ExecRun
 
isOutputNode() - Method in class org.trianacode.gui.components.common.CircleNode
 
isOutputNode() - Method in class org.trianacode.gui.main.imp.TrianaNode
 
isOutputNode() - Method in interface org.trianacode.gui.main.NodeComponent
 
isOutputNode() - Method in class org.trianacode.taskgraph.event.TaskNodeEvent
 
isOutputNode() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isOutputNode() - Method in interface org.trianacode.taskgraph.Node
 
isOutputReady(int) - Method in class org.trianacode.enactment.TrianaRun
 
isOutputReady() - Method in class org.trianacode.enactment.TrianaRun
 
isOutputSent(int) - Method in interface org.trianacode.taskgraph.service.RunnableInterface
 
isOutputSent(int) - Method in class org.trianacode.taskgraph.service.RunnableTask
 
isOutputSent(int) - Method in class org.trianacode.taskgraph.Unit
 
IsPanel - Class in common.lang
$POPUP_DESCRIPTION
IsPanel() - Constructor for class common.lang.IsPanel
 
isParameter(String) - Method in class org.trianacode.taskgraph.Unit
 
isParameterInputNode(Node) - Method in class org.trianacode.taskgraph.imp.TaskImp
 
isParameterInputNode(Node) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isParameterInputNode(Node) - Method in interface org.trianacode.taskgraph.Task
 
isParameterName(String) - Method in class org.trianacode.gui.panels.PanelHolder
Returns true if a value is set for a parameter in the associated task
isParameterName(String) - Method in class org.trianacode.gui.panels.ParameterPanel
Returns true if a value is set for a parameter in the associated task
isParameterName(String) - Method in class org.trianacode.taskgraph.imp.ToolImp
 
isParameterName(String) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isParameterName(String) - Method in interface org.trianacode.taskgraph.tool.Tool
 
isParameterNode() - Method in class org.trianacode.gui.main.imp.TrianaNode
 
isParameterNode() - Method in class org.trianacode.gui.panels.AddParameterNodePanel
 
isParameterNode() - Method in class org.trianacode.taskgraph.event.TaskNodeEvent
 
isParameterNode() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isParameterNode() - Method in class org.trianacode.taskgraph.imp.ParameterNodeImp
 
isParameterNode() - Method in interface org.trianacode.taskgraph.Node
 
isParameterOutputNode(Node) - Method in class org.trianacode.taskgraph.imp.TaskImp
 
isParameterOutputNode(Node) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isParameterOutputNode(Node) - Method in interface org.trianacode.taskgraph.Task
 
isParameterPanel(Task) - Static method in class org.trianacode.gui.panels.ParameterPanelManager
 
isParameterTriggerNode(int) - Method in class org.trianacode.taskgraph.imp.TaskImp
 
isParameterTriggerNode(int) - Method in class org.trianacode.taskgraph.imp.ToolImp
 
isParameterTriggerNode(int) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isParameterTriggerNode(int) - Method in interface org.trianacode.taskgraph.tool.Tool
 
isParent(String, String) - Static method in class org.trianacode.taskgraph.util.FileUtils
Checks whether the child is contained by the parent directory.
isPeerEnabled(String) - Static method in class org.trianacode.gui.util.Env
 
isPhysicalFile() - Method in class org.trianacode.shiwaall.dax.DaxFileChunk
Checks if is physical file.
isPlaceholderChecked() - Method in class org.trianacode.gui.toolmaker.FinalPanel
 
isPreserveInstance() - Method in class org.trianacode.taskgraph.ser.XMLReader
 
isPreserveInstance() - Method in class org.trianacode.taskgraph.ser.XMLWriter
 
isPrimitive(Class) - Static method in class org.trianacode.taskgraph.BeanUnit
 
isPrimitive(String) - Static method in class org.trianacode.taskgraph.tool.creators.type.ClassParser
 
isPrimitiveArray(int) - Method in class triana.types.GraphType
Returns true if the dependent variable associated with the argument index dv is an array of primitive Java data types.
isPrimitiveArray(Object) - Static method in class triana.types.util.FlatArray
Class method that returns true if the given multi-dimensional array is an array of primitive Java data types at its lowest level.
isPrimitiveData(int) - Method in class triana.types.GraphType
Returns true if the dependent variable associated with the argument index dv is an array of primitive Java data types at the level of independentVariables.
isPrimitiveOrWrapperOrEnum(Class) - Static method in class org.trianacode.taskgraph.BeanUnit
 
isProxyDependent() - Method in class org.trianacode.taskgraph.imp.RenderingHintImp
 
isProxyDependent() - Method in interface org.trianacode.taskgraph.RenderingHint
 
isProxyType(String) - Static method in class org.trianacode.taskgraph.proxy.ProxyFactory
 
isPublic() - Method in class org.trianacode.taskgraph.tool.creators.type.ClassHierarchy
 
isReady() - Method in class audio.output.AudioPlayer
 
isReady() - Method in class audio.output.AudioWriter
 
isReady() - Method in class org.trianacode.enactment.logging.rabbit.RabbitHandler
 
isReady() - Method in class org.trianacode.taskgraph.service.Monitor
The Receiving unit calls this method when it wants to receive data which may or may not be there.
isReference() - Method in class org.trianacode.enactment.io.IoType
 
isRegisteredColorModel(String) - Static method in class org.trianacode.gui.hci.color.ColorManager
 
isRegisteredID(Tool) - Static method in class org.trianacode.taskgraph.InstanceIDManager
 
isRegisteredTaskGraphFactory(String) - Method in class org.trianacode.taskgraph.imp.TaskGraphFactoryImp
 
isRegisteredTaskGraphFactory(String) - Method in interface org.trianacode.taskgraph.TaskGraphFactory
 
isRemoveInputNodes(Task) - Method in class org.trianacode.gui.action.tools.DecInNodeAction
 
isRemoveOutputNodes(Task) - Method in class org.trianacode.gui.action.tools.DecOutNodeAction
 
isRenderingDetail(String) - Method in class org.trianacode.taskgraph.imp.RenderingHintImp
 
isRenderingDetail(String) - Method in interface org.trianacode.taskgraph.RenderingHint
 
isRenderingHint(String) - Method in class org.trianacode.taskgraph.imp.ToolImp
 
isRenderingHint(String) - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isRenderingHint(String) - Method in interface org.trianacode.taskgraph.tool.Tool
 
isRequiresValue() - Method in class org.trianacode.config.cl.Option
 
isReresolve() - Method in class org.trianacode.TrianaInstance
 
isRetainCPCheck() - Method in class org.trianacode.gui.panels.ClassPathPanel
 
isReverseByteOrder() - Method in class signalproc.input.ImportBinary
 
isRoot() - Method in class org.trianacode.taskgraph.tool.ToolboxTree.TreeNode
 
isRunContinuously() - Method in class org.trianacode.taskgraph.imp.TaskImp
 
isRunContinuously() - Method in class org.trianacode.taskgraph.interceptor.execution.PoisonTask
 
isRunContinuously() - Method in interface org.trianacode.taskgraph.Task
 
isRunServer() - Method in class org.trianacode.TrianaInstance
 
isSelected() - Method in class org.trianacode.gui.components.map.MapLocation
Returns true if the particular component is selected
isSelected() - Method in class org.trianacode.gui.components.text.TextTaskComponent
Returns true if the particular component is selected
isSelected() - Method in class org.trianacode.gui.main.imp.ForShowTool
Returns true if the particular unit is selected
isSelected() - Method in class org.trianacode.gui.main.imp.TrianaTool
Returns true if the particular tool is selected
isSelected() - Method in interface org.trianacode.gui.main.TaskComponent
Returns true if the particular component is selected
isSelectionBox() - Method in class org.trianacode.gui.main.imp.MainTriana
 
isSelectionBox() - Method in interface org.trianacode.gui.main.SelectionBoxInterface
 
isSingleSelectedTool() - Method in class org.trianacode.gui.action.ToolSelectionEvent
 
isSingleSelectedTool() - Method in interface org.trianacode.gui.action.ToolSelectionHandler
 
isSingleSelectedTool() - Method in class org.trianacode.gui.components.map.MapPanel
 
isSingleSelectedTool() - Method in class org.trianacode.gui.hci.ApplicationFrame
 
isSingleSelectedTool() - Method in class org.trianacode.gui.hci.LeafListener
 
isSingleSelectedTool() - Method in class org.trianacode.gui.hci.tools.ComponentSelectionHandler
 
isSingleSelectedTool() - Method in class org.trianacode.gui.main.imp.MainTriana
 
isSmoothCables() - Static method in class org.trianacode.gui.hci.GUIEnv
 
isStopped() - Method in class org.trianacode.gui.hci.tools.BrokenToolMonitor
 
isStub() - Method in class org.trianacode.shiwaall.dax.DaxJobChunk
Checks if is stub.
isSubWorkflow() - Method in class org.trianacode.enactment.logging.stampede.StampedeLog
 
isTaskAware() - Method in class org.trianacode.taskgraph.annotation.ToolDescriptor
 
isTaskConscious() - Method in class org.trianacode.taskgraph.annotation.ToolDescriptor
 
isTaskgraph() - Method in class org.trianacode.discovery.toolinfo.ToolMetadata
 
isTaskGraphFactory(String) - Static method in class org.trianacode.taskgraph.TaskGraphManager
 
isTextHTML() - Method in class triana.types.Document
 
isTool(String) - Method in interface org.trianacode.taskgraph.tool.ToolTable
 
isTool(String) - Method in class org.trianacode.taskgraph.tool.ToolTableImpl
 
isToolbox() - Method in class org.trianacode.taskgraph.tool.ToolboxTree.TreeNode
 
isTopLevelNode() - Method in class org.trianacode.taskgraph.imp.NodeImp
 
isTopLevelNode() - Method in interface org.trianacode.taskgraph.Node
 
isTraceEnabled() - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
isTraceEnabled() - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
isTrigger() - Method in class org.trianacode.gui.panels.NodeEditor.ParameterListElement
 
isTrigger() - Method in class org.trianacode.taskgraph.Parameter
 
isTriggerNode() - Method in class org.trianacode.gui.main.imp.TrianaNode
 
isTriggerNode() - Method in class org.trianacode.gui.panels.AddParameterNodePanel
 
isTriggerNode() - Method in class org.trianacode.taskgraph.imp.ParameterNodeImp
 
isTriggerNode() - Method in interface org.trianacode.taskgraph.ParameterNode
 
isTriplet() - Method in class triana.types.Curve
Tests to see if the independent variable is represented by a Triplet.
isTriplet(int) - Method in class triana.types.GraphType
Returns true if (i) isIndependentComplex returns false for the same argument and (ii) the independent variable numbered by the argument dim is generated from a Triplet (length, start, step).
isTriplet() - Method in class triana.types.VectorType
Tests to see if the independent variable is represented by a Triplet.
isTwoSided() - Method in class triana.types.ComplexSpectrum
Returns true if the data are stored as a two-sided transform, i.e.
isTwoSided() - Method in interface triana.types.Spectral
Returns true if the data are stored as a two-sided transform, i.e. containing both the positive and negative frequency data.
isTwoSided() - Method in class triana.types.Spectrum
Returns true if the data are stored as a two-sided transform, i.e. containing both the positive and negative frequency data.
isTwoSided() - Method in class triana.types.Spectrum2D
Returns true.
isTwoSided() - Method in class triana.types.TimeFrequency
Returns true if the frequency data are stored as a two-sided transform, i.e.
isTwoSided() - Method in class triana.types.util.SpectralChannelFormat
Returns true if the data are stored as a two-sided transform, i.e. containing both the positive and negative frequency data.
isType(String, String) - Static method in class org.trianacode.taskgraph.tool.TypesMap
get a class hierarchy based on the full path to the class under scrutiny (will be the full path to a file in the case of of a non-zipped file, or a jar: URL pointing to an entry if jarred), and the type to match against, e.g.
isUnboundedIntervalAbove(int) - Method in class triana.types.Histogram
Returns true if the last interval in the given dimension is unbounded above, i.e.
isUnboundedIntervalAbove(int) - Method in interface triana.types.Histogramming
Returns $true^ if the last interval in the given dimension is unbounded above, i.e.
isUnboundedIntervalBelow(int) - Method in class triana.types.Histogram
Returns true if the first interval in the given dimension is unbounded below, i.e.
isUnboundedIntervalBelow(int) - Method in interface triana.types.Histogramming
Returns $true^ if the first interval in the given dimension is unbounded below, $i.e.^ if the first delimiter is $Double.NEGATIVE_INFINITY^, and $false^ otherwise.
isUniform() - Method in class triana.types.Curve
Tests to see if the independent variable is uniformly sampled.
isUniform(int) - Method in class triana.types.GraphType
Tests to see if the independent variable in the given direction is uniformly sampled.
isUniform() - Method in class triana.types.VectorType
Tests to see if the independent variable is uniformly sampled.
isUniformDelimiterSet(int) - Method in class triana.types.Histogram
Returns true if the set of delimiters in the given dimension is uniform, false otherwise.
isUniformDelimiterSet(int) - Method in interface triana.types.Histogramming
Returns $true^ if the set of delimiters in the given dimension is uniform, $false^ otherwise.
isUnknownEntry() - Method in class org.trianacode.taskgraph.tool.creators.type.UTF8Constant
 
isUpdateIcon(Task, String) - Method in class org.trianacode.gui.components.hidden.HiddenComponentModel
Return whether the icon is shown for the specified update action (e.g.
isUpdateIcon(Task, String) - Method in class org.trianacode.gui.components.map.MapLocationComponentModel
Return whether the icon is shown for the specified update action (e.g.
isUpdateIcon(Task, String) - Method in class org.trianacode.gui.components.script.ScriptComponentModel
Return whether the icon is shown for the specified update action (e.g.
isUpdateIcon(Task, String) - Method in class org.trianacode.gui.components.text.TextToolComponentModel
Return whether the icon is shown for the specified update action (e.g.
isUpdateIcon(Task, String) - Method in class org.trianacode.gui.components.triana.TrianaComponentModel
Called to determine if an icon for the specified action should be displayed, e.g.
isUpdateIcon(Task, String) - Method in class org.trianacode.gui.hci.tools.TaskGraphView
 
isUpdateIcon(Task, String) - Static method in class org.trianacode.gui.hci.tools.TaskGraphViewManager
 
isUpdateIcon(Task, String) - Method in interface org.trianacode.gui.hci.tools.ToolComponentModel
Called to determine if an icon for the specified action should be displayed, e.g.
isUpdateIcon(Task, String) - Method in class org.trianacode.shiwaall.gui.models.DaxFileComponentModel
 
isUpdateIcon(Task, String) - Method in class org.trianacode.shiwaall.gui.models.DaxJobComponentModel
 
isUpdateIcon(Task, String) - Method in class org.trianacode.shiwaall.iwir.factory.models.IWIRControlComponentModel
 
isUpdateIcon(Task, String) - Method in class org.trianacode.shiwaall.models.ShiwaConfigComponentModel
 
isUsingCustomPanel() - Method in class org.trianacode.gui.toolmaker.GUIPanel
 
isUsingGUIBuilder() - Method in class org.trianacode.gui.toolmaker.GUIPanel
 
isValid() - Method in class triana.types.TrianaPixelMap
This function is used by the Op class to check if the data contained within the particular Triana Type is valid or not.
isWarnEnabled() - Method in class org.trianacode.enactment.logging.runtimeLogging.RuntimeFileLog
 
isWarnEnabled() - Method in class org.trianacode.enactment.logging.stampede.StampedeLogger
 
isWrapper(Class) - Static method in class org.trianacode.taskgraph.BeanUnit
 
isXAutoScale() - Method in class signalproc.output.SGTGrapherPanel
 
isXLinear() - Method in class signalproc.output.SGTGrapherPanel
 
isYAutoScale() - Method in class signalproc.output.SGTGrapherPanel
 
isYLinear() - Method in class signalproc.output.SGTGrapherPanel
 
itemStateChanged(ItemEvent) - Method in class common.lang.IsPanel
 
itemStateChanged(ItemEvent) - Method in class common.logic.LoopPanel
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class common.output.SerializePanel
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class common.string.HTMLViewPanel
 
itemStateChanged(ItemEvent) - Method in class common.string.StringEditorPanel
 
itemStateChanged(ItemEvent) - Method in class common.string.StringGenPanel
 
itemStateChanged(ItemEvent) - Method in class common.string.StringViewPanel
 
itemStateChanged(ItemEvent) - Method in class math.calculator.MathCalcPanel
 
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.action.files.OptionsMenuHandler
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.action.tools.RunContinuouslyMenuItem
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.appmaker.CompilationPanel
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.builder.GUICreaterPanel
For the JCheckBoxes :-
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.panels.AddParameterNodePanel
 
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.panels.CompilePanel
 
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.panels.PastePanel
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.panels.ToolPanel
Invoked when an item has been selected or deselected by the user.
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.toolmaker.guibuilder.BuilderPanel
 
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.toolmaker.GUIPanel
 
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.toolmaker.UnitPanel
Enable/disable resizable input/output nodes
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.windows.CableColEditor
Invoked when an action occurs.
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.windows.ParameterWindow
Calls apply clicked on the parameter panel when auto commit is selected
itemStateChanged(ItemEvent) - Method in class org.trianacode.gui.windows.TrianaWindow
Does Nothing, just here so we can register as Item listeners
itemStateChanged(ItemEvent) - Method in class org.trianacode.shiwaall.gui.guiUnits.DaxFile
 
itemStateChanged(ItemEvent) - Method in class org.trianacode.shiwaall.gui.guiUnits.DaxJob
 
itemStateChanged(ItemEvent) - Method in class signalproc.converters.VectToGenPanel
 
itemStateChanged(ItemEvent) - Method in class signalproc.output.EventViewerPanel
 
itemStateChanged(ItemEvent) - Method in class signalproc.output.HistogrammerPanel
 
itemStateChanged(ItemEvent) - Method in class signalproc.output.JPlotterPanel
 
itemStateChanged(ItemEvent) - Method in class signalproc.output.SGTGrapherPanel
 
iterate(int, Object[]) - Method in interface org.trianacode.shiwaall.iwir.logic.Condition
called on each iteration.
iteration() - Method in class common.logic.DefaultExitCondition
Called when an iteration is run
iteration() - Method in interface common.logic.ExitCondition
Called when an iteration is run
iterator() - Method in class org.trianacode.enactment.io.NodeMappings
 
iterator() - Method in class org.trianacode.taskgraph.tool.ToolboxTree
returns a depth first iterator
IWIR_COLOR_MODEL - Static variable in class org.trianacode.shiwaall.iwir.factory.models.IWIRColorModel
The Constant IWIR_COLOR_MODEL.
IWIR_CONTROL_COLOR - Static variable in class org.trianacode.shiwaall.iwir.factory.models.IWIRColorModel
The Constant IWIR_CONTROL_COLOR.
IWIR_CONTROL_RENDERING_HINT - Static variable in class org.trianacode.shiwaall.iwir.factory.models.IWIRControlComponentModel
The Constant IWIR_CONTROL_RENDERING_HINT.
IWIR_FORMAT - Static variable in class org.trianacode.convert.ConvertLanguage
 
IWIR_FORMAT - Static variable in class org.trianacode.enactment.AddonUtils
 
IWIR_NODE - Static variable in class org.trianacode.shiwaall.iwir.importer.utils.ImportIwir
The Constant IWIR_NODE.
IWIRColorModel - Class in org.trianacode.shiwaall.iwir.factory.models
Created by IntelliJ IDEA.
IWIRColorModel() - Constructor for class org.trianacode.shiwaall.iwir.factory.models.IWIRColorModel
 
IWIRControlComponentModel - Class in org.trianacode.shiwaall.iwir.factory.models
Created by IntelliJ IDEA.
IWIRControlComponentModel() - Constructor for class org.trianacode.shiwaall.iwir.factory.models.IWIRControlComponentModel
 
IWIRControlTrianaTask - Class in org.trianacode.shiwaall.iwir.factory.models
Created by IntelliJ IDEA.
IWIRControlTrianaTask(Task) - Constructor for class org.trianacode.shiwaall.iwir.factory.models.IWIRControlTrianaTask
Constructs a new MainTrianaTask for viewing the specified task.
IwirCreator - Class in org.trianacode.shiwaall.iwir.exporter
Created by IntelliJ IDEA.
IwirCreator() - Constructor for class org.trianacode.shiwaall.iwir.exporter.IwirCreator
 
IwirCreatorPanel - Class in org.trianacode.shiwaall.iwir.exporter
Created by IntelliJ IDEA.
IwirCreatorPanel() - Constructor for class org.trianacode.shiwaall.iwir.exporter.IwirCreatorPanel
 
IwirExporter - Class in org.trianacode.shiwaall.iwir.exporter
Created by IntelliJ IDEA.
IwirExporter() - Constructor for class org.trianacode.shiwaall.iwir.exporter.IwirExporter
Instantiates a new iwir exporter.
iwirFromTaskGraph(TaskGraph, String) - Static method in class org.trianacode.shiwaall.iwir.exporter.IwirCreator
Iwir from task graph.
IWIRParallelForEach - Class in org.trianacode.shiwaall.test
Created by IntelliJ IDEA.
IWIRParallelForEach() - Constructor for class org.trianacode.shiwaall.test.IWIRParallelForEach
Instantiates a new iWIR parallel for each.
IwirReader - Class in org.trianacode.shiwaall.iwir.importer
Created by IntelliJ IDEA.
IwirReader() - Constructor for class org.trianacode.shiwaall.iwir.importer.IwirReader
Instantiates a new iwir reader.
IwirRegister - Class in org.trianacode.shiwaall.iwir.exporter
Created by IntelliJ IDEA.
IwirToTaskAddon - Class in org.trianacode.shiwaall.executionServices
Created with IntelliJ IDEA.
IwirToTaskAddon() - Constructor for class org.trianacode.shiwaall.executionServices.IwirToTaskAddon
 
IwirWriter - Class in org.trianacode.shiwaall.test
Created by IntelliJ IDEA.
IwirWriter() - Constructor for class org.trianacode.shiwaall.test.IwirWriter
Instantiates a new iwir writer.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z