- sameAs(RefSimplex) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
Returns true if the two simplices have the same vertices - not necessarily in the same order.
- sameSize(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Returns true if the given matrix has the same size as this matrix.
- sample(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractProposalDistribution
-
- sample() - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractProposalDistribution
-
- sample(String[]) - Method in interface com.mockturtlesolutions.snifflib.invprobs.MCMCSampler
-
- sample(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.MetropolisHastings
-
- sample(String[]) - Method in interface com.mockturtlesolutions.snifflib.invprobs.ProposalDistribution
-
- sample() - Method in interface com.mockturtlesolutions.snifflib.invprobs.ProposalDistribution
-
- sampleIterator() - Method in class com.mockturtlesolutions.snifflib.datatypes.OrdSetSampler
-
The OrdElements returned are of class OrdSetElement in order given by their SortKey values.
- samplePosterior() - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractProposalDistribution
-
- samplePosterior(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractProposalDistribution
-
- samplePosterior(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.GaussianProposal
-
Samples parameters from a Gaussian distribution centered about the current old values.
- samplePosterior() - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
Returns a sample from the posterior distribution of the parameters.
- samplePosterior(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
Returns a sample from the posterior distribution of the given
subset of parameters.
- SampleTree - Variable in class com.mockturtlesolutions.snifflib.datatypes.OrdSetSampler
-
- sampleWith(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.OrdSetSampler
-
Sample N objects at random with replacement.
- sampleWithout(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.OrdSetSampler
-
Sample N objects at random without replacement.
- sampleWithoutReplacement() - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameQuery
-
- sampleWithoutReplacement(int) - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameQuery
-
- sampleWithoutReplacement() - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameSQLQuery
-
- sampleWithoutReplacement(int) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameSQLQuery
-
- sampleWithoutReplacement() - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameXMLQuery
-
- sampleWithoutReplacement(int) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameXMLQuery
-
- sampleWithReplacement() - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameQuery
-
- sampleWithReplacement(int) - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameQuery
-
- sampleWithReplacement() - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameSQLQuery
-
- sampleWithReplacement(int) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameSQLQuery
-
- sampleWithReplacement() - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameXMLQuery
-
- sampleWithReplacement(int) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameXMLQuery
-
- saveAction(ActionEvent) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptEditor
-
- saveConfig() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
Save the current configuration back to the configuration file.
- saveConfig() - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
- SAVED_ALL - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- saveListener - Variable in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
- saveOneFilePerProc() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- saveOneFilePerProc() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Saves/exports each procedure to a file.
- saveProcAs(SpreadsheetProcedure, File) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- saveProcAs() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- saveProcAs(SpreadsheetProcedure, File) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Saves the indicated procedure to the given file.
- saveProcAs() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Allows user to saves the selected procedures interactively.
- saveProject() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- saveToRegistry() - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
- saveToRegistry(DomainNameTree) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
Saves the current icon mappings to the registry.
- SblMatrix - Class in com.mockturtlesolutions.snifflib.datatypes
-
Sparse DblMatrix variant.
- SblMatrix() - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(int) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(String) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(int[]) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(Integer) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(Double) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(Iterator, int[]) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- SblMatrix(Iterator, int) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SblMatrix
-
- ScalarMinimization - Variable in class com.mockturtlesolutions.snifflib.invprobs.NMSimplex
-
- ScalarRootLocator - Class in com.mockturtlesolutions.snifflib.invprobs
-
Locate the root of a function of a single variable by searching between an upper and lower bound.
- ScalarRootLocator(OptimizableScalar, DblMatrix, DblMatrix, DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- ScalarRootLocator(OptimizableScalar, DblMatrix, DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- ScalarRootLocator(OptimizableScalar, int, int) - Constructor for class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- ScalarRootLocator(OptimizableScalar, double, double) - Constructor for class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- scalb(DblMatrix, int) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Return d*2^{scalefactor} rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
- scalb(DblMatrix, DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Return d*2^{scalefactor} rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
- SCALING_ABS_REL - Static variable in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- ScalingImageIcon - Class in com.mockturtlesolutions.snifflib.guitools.components
-
An ImageIcon that scales to fit inside a specified parent component.
- ScalingImageIcon(String) - Constructor for class com.mockturtlesolutions.snifflib.guitools.components.ScalingImageIcon
-
- SCRIPT_MODIFIED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- scriptChanged(ScriptEvent) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptEditor
-
- scriptChanged(ScriptEvent) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.ScriptListener
-
- ScriptEvent - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
Events generated during the creation, modification, or execution of scripts are handled using this class.
- ScriptEvent(Object, int) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.ScriptEvent
-
- ScriptListener - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Interface for events generated by procedure scripts.
- scrollToStart() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptEditor
-
- searchClass - Variable in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryFindNameDialog
-
- sec(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- sech(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- secondaryResponseVars - Variable in class com.mockturtlesolutions.snifflib.stats.Merge
-
- seek(int) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSet
-
Returns the FlatFileDOM containing the given row.
- seenIntersecting(SLComponent, SLCamera) - Method in class com.mockturtlesolutions.snifflib.graphics.SLComponent
-
Convenience syntax that always returns false for intersection tests.
- SELECT_DIALOG - Static variable in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptBrowserPanel
-
- selectAll() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- selectAll() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- selectAll() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Selects all of the contents of the current sheet.
- selectAll() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- selectAllProcs() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- selectAllProcs() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Selects all of the procedurs that are currently docked into the scripting frame.
- selected - Variable in class com.mockturtlesolutions.snifflib.graphics.SLComponent
-
- SelectedStencil - Variable in class com.mockturtlesolutions.snifflib.util.Nhood
-
- SelectionList - Class in com.mockturtlesolutions.snifflib.graphics
-
- SelectionList() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SelectionList
-
- selectionListeners - Variable in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox
-
- SelectionListEvent - Class in com.mockturtlesolutions.snifflib.graphics
-
- SelectionListEvent(SelectionList, int) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SelectionListEvent
-
- SelectionListListener - Interface in com.mockturtlesolutions.snifflib.graphics
-
- selectListener - Variable in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
- selectRespository(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
- selectRespository(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigFrame
-
- semilogy - Variable in class com.mockturtlesolutions.snifflib.graphics.ParameterReportPlot
-
- Sequence - Class in com.mockturtlesolutions.snifflib.util
-
Class for working with various common numerical sequences.
- Sequence() - Constructor for class com.mockturtlesolutions.snifflib.util.Sequence
-
- series - Variable in class com.mockturtlesolutions.snifflib.util.CompositeIncGammaAlgorithm
-
- SeriesIncGamma - Class in com.mockturtlesolutions.snifflib.util
-
Series approximation to the Incomplete Gamma function.
- SeriesIncGamma() - Constructor for class com.mockturtlesolutions.snifflib.util.SeriesIncGamma
-
- SeriesInvErfAlgorithm - Class in com.mockturtlesolutions.snifflib.util
-
Series approximation to the inverse error function.
- SeriesInvErfAlgorithm() - Constructor for class com.mockturtlesolutions.snifflib.util.SeriesInvErfAlgorithm
-
- ServedDomainNameNode - Class in com.mockturtlesolutions.snifflib.guitools.components
-
This DomainNameNode is associated with an IconServer and will attempt to serve icons on demand.
- ServedDomainNameNode() - Constructor for class com.mockturtlesolutions.snifflib.guitools.components.ServedDomainNameNode
-
- ServedDomainNameNode(String, IconServer) - Constructor for class com.mockturtlesolutions.snifflib.guitools.components.ServedDomainNameNode
-
- ServedDomainNameNode(String, String) - Constructor for class com.mockturtlesolutions.snifflib.guitools.components.ServedDomainNameNode
-
- ServedDomainNameNode(String, String, IconServer) - Constructor for class com.mockturtlesolutions.snifflib.guitools.components.ServedDomainNameNode
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixDOM
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixSQL
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixSQLite
-
- set(Object, int) - Method in interface com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixStorage
-
Sets the specified element.
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixXML
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.MatrixStorageSetterGetter
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set the pointer at the given index to a deep copy of the given Double.
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DenseSetterGetter
-
Set the pointer at the given index to a deep copy of the given Double.
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.MatrixSetterGetter
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.SparseSetterGetter
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorFrame
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorPanel
-
- set(Object, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- set(int, Object) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceList
-
- setAboutString(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- setAbsouteTolerance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setAcceptCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setAcceptCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setAcceptCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setAcceptCount(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setAcceptCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setAcceptCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setAcceptCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setAlgorithm(PointWiseQuadratureAlgorithm) - Method in class com.mockturtlesolutions.snifflib.integration.DataQuad
-
- setAlgorithm(AnalyticQuadratureAlgorithm) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
- setAlgorithm(AbstractWeightAlgorithm) - Method in class com.mockturtlesolutions.snifflib.invprobs.Weight
-
- setAlgorithm(AbstractLUAlgorithm) - Method in class com.mockturtlesolutions.snifflib.linalg.LUFact
-
- setAlgorithm(AbstractQRAlgorithm) - Method in class com.mockturtlesolutions.snifflib.linalg.QRFact
-
Set the QRAlgorithm to be used.
- setAlgorithm(AbstractSVDAlgorithm) - Method in class com.mockturtlesolutions.snifflib.linalg.SVDFact
-
Set the SVDAlgorithm to be used.
- setAlgorithm(AbstractVectorNormAlgorithm) - Method in class com.mockturtlesolutions.snifflib.linalg.VectorNorm
-
Set the NormAlgorithm to be used.
- setAlgorithm(AbstractDiffuse) - Method in class com.mockturtlesolutions.snifflib.pde.Diffuse
-
Set the Diffusion Algorithm to be used.
- setAlgorithm(AbstractIncGammaAlgorithm) - Method in class com.mockturtlesolutions.snifflib.util.IncGamma
-
- setAlias(String, String) - Method in class com.mockturtlesolutions.snifflib.graphics.ValueReportPlot
-
- setALIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setALIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setALIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setALIKERepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setALIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setALIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setALIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setAllLogNormal(Collection) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalDOM
-
- setAllLogNormal(Collection) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalSQL
-
- setAllLogNormal(Collection) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalStorage
-
Sets up all parameters whose name appears as a String in the given Collection
to be sampled from a Log-Normal distribution.
- setAllLogNormal(Collection) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalXML
-
- setAllLogNormal(Collection) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setAllLogNormal(Collection) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setAllowUndo(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableDOM
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetDOM
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetPostgreSQL
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQL
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQLite
-
- setAllParam(String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetStorage
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetXML
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setAllParam(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setAlpha(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.GammaDistribution
-
- setAlphaSorted(boolean) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetEditor
-
- setAlphaSorted(boolean) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetFrame
-
- setAlternate(String) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- setAlternate(String) - Method in interface com.mockturtlesolutions.snifflib.util.database.GridElementStorage
-
Sets the Alternate name for this GridElementStorage.
- setAlternate(String) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementXML
-
- setAlternateRowColor(Color) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- setAlternateRowColor(Color) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- setAlternateViewCommand(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.TemplateTextArea
-
- setAlternatingRowColors(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- setAlternatingRowColors(boolean) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- setAnalysisByTerms(String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorage
-
- setAnalysisByTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- setAnalysisByTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQL
-
- setAnalysisByTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQL
-
- setAnalysisByTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageXML
-
- setAnalysisByTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setAnnotation(Vector) - Method in class com.mockturtlesolutions.snifflib.graphics.SLIconifiedAnnotation
-
- setAnnotationBackgroundColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultAnnotationRenderer
-
- setAnnotationFont(Font) - Method in interface com.mockturtlesolutions.snifflib.graphics.AnnotationRenderer
-
- setAnnotationFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultAnnotationRenderer
-
- setAnnotationRenderer(AnnotationRenderer) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setAnnotationTextColor(Color) - Method in interface com.mockturtlesolutions.snifflib.graphics.AnnotationRenderer
-
- setAnnotationTextColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultAnnotationRenderer
-
- setApproveRepositoryFailover(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryConnectionHandler
-
Sets the automatic approval of RepositoryFailover.
- setAPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setAPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setAPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setAPRIORRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setAPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setAPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setAPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setAPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setAPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setAPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setAPROPRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setAPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setAPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setAPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.AbstractReservedFunction
-
- setArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- setArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionXML
-
- setArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.GroovyScriptReservedFunction
-
- setArgCount(int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.ReservedFunction
-
- setArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setAscending(Boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SortingCriterion
-
- setAuthor(String) - Method in class com.mockturtlesolutions.snifflib.extensions.DefaultModuleItem
-
- setAuthor(String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleItem
-
- setAuthor(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleList
-
- setAuthor(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setAuthor(String, String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleListing
-
- setAutoCommit(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryPostgreSQLConnection
-
- setAutoCommit(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLConnection
-
- setAutoCommit(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLiteConnection
-
- setAutoCommit(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setAutoCommit(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setAutoCommit(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setAxesColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setAxesFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setAxesFontSize(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setAxesFontSize(float) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setAxesLineThickness(float) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setAxesOn(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setAxesPreferences(SLAxesPreferences) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotFrame
-
- setAxesPreferences(SLAxesPreferences) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotPanel
-
- setAxesPreferences(SLAxesPreferences) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setAxesStrategy(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setAxisHideThreshold(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setBackground(Color) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ConcentrationTextField
-
- setBackground(Color) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameCellEditor
-
- setBackground(Color) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameTextField
-
- setBackground(Color) - Method in class com.mockturtlesolutions.snifflib.guitools.components.VolumeTextField
-
- setBackgroundColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setBackgroundColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setBackingMatrix(SpreadsheetEntryMatrix) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetModel
-
- setBandwidthMethod(AbstractBandwidthMethod) - Method in class com.mockturtlesolutions.snifflib.invprobs.Lpreg
-
Set the bandwidth method.
- setBarData(DblMatrix, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLBarChart
-
- setBaseRow(int) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.DistributedFlatFile
-
- setBaseRow(int) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setBatchCount(String, Integer) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setBatchCount(String, Integer) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setBatchCount(String, Integer) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setBatchSettingOff() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setBatchSettingOff() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setBatchSettingOff() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setBatchSettingOn() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setBatchSettingOn() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setBatchSettingOn() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setBeta(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.LpregDiagnostics
-
- setBeta(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.GammaDistribution
-
- setBinding(Binding) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptBrowserPanel
-
- setBins(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLHistogram
-
- setBLIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setBLIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setBLIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setBLIKERepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setBLIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setBLIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setBLIKERepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setBookmarkCategory(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.NewBookmarkEntryFrame
-
- setBookmarkName(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.BookmarkEntry
-
- setBookmarkRange(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.BookmarkEntry
-
- setBoundaryCondition(BoundaryCondition) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractBoundaryValueProblem
-
- setBoundaryCondition(BoundaryCondition) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffuse
-
- setBoundaryCondition(BoundaryCondition) - Method in interface com.mockturtlesolutions.snifflib.pde.Advection
-
- setBoundaryCondition(BoundaryCondition) - Method in interface com.mockturtlesolutions.snifflib.pde.BoundaryValueProblem
-
- setBoundaryCondition(BoundaryCondition) - Method in class com.mockturtlesolutions.snifflib.pde.BVP
-
- setBoundaryCondition(BoundaryCondition) - Method in class com.mockturtlesolutions.snifflib.pde.Diffuse
-
Set the bounds to be used.
- setBoundaryCondition(BoundaryCondition) - Method in interface com.mockturtlesolutions.snifflib.pde.Diffusion
-
- setBoxOn(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setBPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setBPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setBPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setBPRIORRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setBPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setBPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setBPRIORRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setBPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setBPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setBPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setBPROPRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setBPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setBPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setBPROPRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setBurnIn(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMC
-
- setCaching(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryConnectionHandler
-
- setCamera(SLCamera) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setCameraLeft(SLCamera) - Method in class com.mockturtlesolutions.snifflib.graphics.SLStereoCameraGroup
-
- setCameraName(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
- setCameraPosition(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
- setCameraRight(SLCamera) - Method in class com.mockturtlesolutions.snifflib.graphics.SLStereoCameraGroup
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCandidateObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCandidateParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptDOM
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptPostgreSQL
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptSQLite
-
- setCategory(String) - Method in interface com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptStorage
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptXML
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- setCategory(String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionStorage
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionXML
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.GroovyScriptReservedFunction
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setCategory(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setChainLength(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMC
-
- setCheckOnEntry(boolean) - Method in class com.mockturtlesolutions.snifflib.timertools.database.DefaultTimerListener
-
- setCheckOnEntry(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setCheckOnEntry(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setCheckOnEntry(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setCheckOnEntry(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setCheckOnExit(boolean) - Method in class com.mockturtlesolutions.snifflib.timertools.database.DefaultTimerListener
-
- setCheckOnExit(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setCheckOnExit(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setCheckOnExit(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setCheckOnExit(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setCheckWhileInside(boolean) - Method in class com.mockturtlesolutions.snifflib.timertools.database.DefaultTimerListener
-
- setCheckWhileInside(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setCheckWhileInside(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setCheckWhileInside(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setCheckWhileInside(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setChooserFont(Font) - Method in class com.mockturtlesolutions.snifflib.guitools.components.FontChooser
-
- setChooserFont(Font) - Method in class com.mockturtlesolutions.snifflib.guitools.components.FontChooserPanel
-
- setClassName(String) - Method in class com.mockturtlesolutions.snifflib.extensions.DefaultModuleItem
-
- setClause(String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLClause
-
- setClipboard(SpreadsheetEntryMatrix) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SharedSpreadsheetClipboard
-
- setClipboardBuffer(SharedSpreadsheetClipboard) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- setClipboardBuffer(SharedSpreadsheetClipboard) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- setCloseListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrefsConfigFrame
-
- setCloseListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPrefsConfigFrame
-
- setCoefficient(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableDOM
-
- setCoefficient(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariablePostgreSQL
-
- setCoefficient(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableSQL
-
- setCoefficient(String, String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableStorage
-
- setCoefficient(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableXML
-
- setCoefficient(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalVariableFrame
-
- setCoefficient(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalVariablePanel
-
- setCol(DblMatrix, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set a particular col.
- setCol(DblMatrix, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set a particular col.
- setColorDimension(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setColorDimension(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLSurface
-
- setColorMap(Color[]) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultColorMapper
-
- setColorMap(Color[], DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultColorMapper
-
- setColorMap(int, int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
Sets the order for a paricular color.
- setColorTable(SnifflibColorTable) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
- setColumnCountForSheet(String, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setColumnCountForSheet(String, int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setColumnCountForSheet(String, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setColumnCountForSheet(String, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setColumnName(int, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- setColumnValue(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable.ResizeDialog
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSet
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.graphics.FigureReportInstance
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.graphics.ObjectReportInstance
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.AbstractRepositoryStorage
-
- setComment(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorage
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
Gets the descriptive comment for this Wedge inverse problem as a whole.
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXML
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryHeaderFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.semantics.workbench.WordStorageEditorFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SheetDescriptionTextArea
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SheetDescriptionTextFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setComment(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setComplete(String, Boolean) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppInternalSetTableModel
-
- setConcentration(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ConcentrationString
-
- SetConfig - Variable in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setConfig(ReposConfig) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame.TraceCopyRow
-
- setConfig(ReposConfig) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryConnectionHandler
-
- setConfig(ReposConfig) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame.SetCopyRow
-
- SetConfig - Variable in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setConfigFile(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
- setConfigValue(String, Object) - Method in class com.mockturtlesolutions.snifflib.invprobs.InvProbConfiguration
-
- setConfigValue(String, Object) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
- setConfigValue(String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
Set the value of a configuration for a particular repository.
- setConfigValue(String, String, String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfiguration
-
- setConfigValue(String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
- setConfigValue(String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigFrame
-
- setConfigValue(String, Object) - Method in interface com.mockturtlesolutions.snifflib.util.Configuration
-
- SetConnection - Variable in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setConnection(RepositoryConnectivity) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryConnectionListener
-
- setConnection(RepositoryPostgreSQLConnection) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setConnection(RepositorySQLConnection) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setConnection(RepositorySQLiteConnection) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- SetConnection - Variable in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- SetConnectionHandler - Variable in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- SetConnectionHandler - Variable in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setContents(Vector) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.MatrixStorageSetterGetter
-
- setContents(Vector) - Method in class com.mockturtlesolutions.snifflib.datatypes.DenseSetterGetter
-
- setContents(Vector) - Method in class com.mockturtlesolutions.snifflib.datatypes.MatrixSetterGetter
-
- setContents(Vector) - Method in class com.mockturtlesolutions.snifflib.datatypes.SparseSetterGetter
-
- setControlsVisible(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SelectionList
-
- setCoordinateRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- setCoordinateRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.util.database.GridElementStorage
-
Specifies vertices storage for this GridElementStorage.
- setCoordinateRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementXML
-
- setCopyRight(String) - Method in class com.mockturtlesolutions.snifflib.extensions.DefaultModuleItem
-
- setCopyRight(String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleItem
-
- setCopyRight(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleList
-
- setCopyRight(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setCopyRight(String, String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleListing
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSet
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.AbstractRepositoryStorage
-
- setCreatedBy(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorage
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXML
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryHeaderFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.semantics.workbench.WordStorageEditorFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSet
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.AbstractRepositoryStorage
-
- setCreatedOn(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorage
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXML
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryHeaderFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.semantics.workbench.WordStorageEditorFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setCurrentAlpha(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setCurrentAlpha(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setCurrentAlpha(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setCurrentAlpha(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setCurrentAlpha(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setCurrentAlpha(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCurrentAlpha(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCurrentAxes(Axes) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphics
-
- setCurrentConfigurationClass(Class) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryGatewayManager
-
- setCurrentFigure(Figure) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphics
-
- setCurrentIndex(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.Dbracket
-
Set the current starting index for the search.
- setCurrentIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setCurrentIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setCurrentIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setCurrentIterationNumber(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setCurrentIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setCurrentIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCurrentIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCurrentLinkCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setCurrentLinkCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setCurrentLinkCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setCurrentLinkCount(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setCurrentLinkCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setCurrentLinkCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCurrentLinkCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCurrentParameterBlockCycleNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setCurrentParameterBlockCycleNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setCurrentParameterBlockCycleNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setCurrentParameterBlockCycleNumber(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setCurrentParameterBlockCycleNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setCurrentParameterBlockCycleNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCurrentParameterBlockCycleNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCurrentParameterBlockIndex(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setCurrentParameterBlockIndex(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setCurrentParameterBlockIndex(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setCurrentParameterBlockIndex(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setCurrentParameterBlockIndex(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setCurrentParameterBlockIndex(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setCurrentParameterBlockIndex(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setCurrentPreferenceSet(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setCurrentPreferenceSet(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- setCurrentRepository(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryGatewayManager
-
- setCurrentRepository(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigFrame
-
- setCurrentRespository(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
Sets the selected repository to the one given.
- setCurrentState(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunState
-
- setCycles(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMCBlock
-
- setData(Object) - Method in class com.mockturtlesolutions.snifflib.datatypes.BinTreeNode
-
- setData(DataSet) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetEditor
-
- setData(Object) - Method in class com.mockturtlesolutions.snifflib.datatypes.LinkedNode
-
- setData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLHistogram
-
- setData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.KernelDensityEstimator
-
Assumes a univariate density.
- setData(DblMatrix[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.KernelDensityEstimator
-
Assumes a (possibly) multivariate density.
- setData(DblMatrix[], DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.Lpreg
-
- setData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- setDataAugment(DataSet) - Method in interface com.mockturtlesolutions.snifflib.invprobs.MCMCSampler
-
- setDataAugment(DataSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.MetropolisHastings
-
- setDataAugment(DataSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setDatabase(String, String) - Method in interface com.mockturtlesolutions.snifflib.sqldig.database.SQLConfiguration
-
- setDataSet(DataSet) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapter
-
- setDataSet(DataSet) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetPanel
-
- setDataSet(DataSet) - Method in class com.mockturtlesolutions.snifflib.datatypes.GraphicalDataSet
-
- setDataSet(DataSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setDataSet(DataSet) - Method in class com.mockturtlesolutions.snifflib.stats.GLM
-
- setDataSetAdapter(DataSetAdapter) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapterEditor
-
- setDataSetColumnMappedFor(String, String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.BackedByDataSet
-
- setDataSetColumnMappedFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- setDataSetColumnMappedFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQL
-
- setDataSetColumnMappedFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQL
-
- setDataSetColumnMappedFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageXML
-
- setDataSetColumnMappedFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setDataSetSelector(DataSetSelector) - Method in class com.mockturtlesolutions.snifflib.graphics.DataSetSelectorFrame
-
- setDataSetSelector(DataSetSelector) - Method in class com.mockturtlesolutions.snifflib.invprobs.GraphicalStatisticalModel
-
- setDate(Date) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DateField
-
- setDate(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchicalNode
-
- setDate(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.NameQueryNode
-
- setDateFormat(DateFormat) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DateField
-
- setDblAt(DblMatrix, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set scalar DblMatrix at a particular index.
- setDDF(int) - Method in class com.mockturtlesolutions.snifflib.stats.FDistribution
-
- setDDF(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.FDistribution
-
- setDefault(String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLField
-
- setDefault(String, String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLTable
-
- setDefaultAnnotationRenderer(AnnotationRenderer) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setDefaultFileExtension(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.TemplateTextArea
-
- setDefaultResultTransform(String) - Method in class com.mockturtlesolutions.snifflib.graphics.LpregPanel
-
- setDefaultValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffusionCoef
-
Set the default value.
- setDefaultValue(int) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffusionCoef
-
Set the default value.
- setDefaultValue(double) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffusionCoef
-
Set the default value.
- setDefaultValue(Double) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffusionCoef
-
Set the default value.
- setDefaultValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractInitialCondition
-
Set the default value.
- setDefaultValue(int) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractInitialCondition
-
Set the default value.
- setDefaultValue(double) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractInitialCondition
-
Set the default value.
- setDefaultValue(Double) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractInitialCondition
-
Set the default value.
- setDefaultValue(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.pde.BoundsCoefInterface
-
Set the default value.
- setDefaultValue(int) - Method in interface com.mockturtlesolutions.snifflib.pde.BoundsCoefInterface
-
Set the default value.
- setDefaultValue(double) - Method in interface com.mockturtlesolutions.snifflib.pde.BoundsCoefInterface
-
Set the default value.
- setDefaultValue(Double) - Method in interface com.mockturtlesolutions.snifflib.pde.BoundsCoefInterface
-
Set the default value.
- setDefaultValue(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.pde.DiffusionCoefInterface
-
Set the default value.
- setDefaultValue(int) - Method in interface com.mockturtlesolutions.snifflib.pde.DiffusionCoefInterface
-
Set the default value.
- setDefaultValue(double) - Method in interface com.mockturtlesolutions.snifflib.pde.DiffusionCoefInterface
-
Set the default value.
- setDefaultValue(Double) - Method in interface com.mockturtlesolutions.snifflib.pde.DiffusionCoefInterface
-
Set the default value.
- setDefaultValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.InitialCondition
-
Set the default value.
- setDefaultValue(int) - Method in class com.mockturtlesolutions.snifflib.pde.InitialCondition
-
Set the default value.
- setDefaultValue(double) - Method in class com.mockturtlesolutions.snifflib.pde.InitialCondition
-
Set the default value.
- setDefaultValue(Double) - Method in class com.mockturtlesolutions.snifflib.pde.InitialCondition
-
Set the default value.
- setDefaultValue(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.pde.InitialConditionInterface
-
Set the default value.
- setDefaultValue(int) - Method in interface com.mockturtlesolutions.snifflib.pde.InitialConditionInterface
-
Set the default value.
- setDefaultValue(double) - Method in interface com.mockturtlesolutions.snifflib.pde.InitialConditionInterface
-
Set the default value.
- setDefaultValue(Double) - Method in interface com.mockturtlesolutions.snifflib.pde.InitialConditionInterface
-
Set the default value.
- setDelay(long) - Method in class com.mockturtlesolutions.snifflib.graphics.ParameterReportPlot
-
Sets the time the currently running thread will sleep after each ReporterEvent.
- setDelay(long) - Method in class com.mockturtlesolutions.snifflib.graphics.ValueReportPlot
-
Sets the time the currently running thread will sleep after each ReporterEvent.
- setDepth(int) - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
Set the depth of the base stencil.
- setDeriv(int) - Method in class com.mockturtlesolutions.snifflib.graphics.LpregPanel.ResultsTab
-
- setDescending(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
- setDescending(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSortUnit
-
- setDescending(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.ValueSortUnit
-
- setDescription(String) - Method in class com.mockturtlesolutions.snifflib.extensions.DefaultModuleItem
-
- setDescription(String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleItem
-
- setDescription(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleList
-
- setDescription(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setDescription(String, String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleListing
-
- setDesign(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.LpregDiagnostics
-
- setDestination(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SetOperationFrame
-
- setDestRow(int) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame.TraceCopyRow
-
- setDestRow(int) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame.SetCopyRow
-
- setDF(int) - Method in class com.mockturtlesolutions.snifflib.stats.ChiSqDistribution
-
- setDF(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.ChiSqDistribution
-
- setDF(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.TDistribution
-
- setDiag(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set main diagonal elements of a 2D matrix.
- setDiag(DblMatrix, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set elements of specified diagonal of a 2D matrix.
- setdiff() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setdiff(String, String, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
Returns values in first argument that are not in the second argument.
- setDiffusionCoefficient(DiffusionCoefficient) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffuse
-
- setDiffusionCoefficient(DiffusionCoefficient) - Method in class com.mockturtlesolutions.snifflib.pde.Diffuse
-
Set diffusion coefficient.
- setDiffusionCoefficient(DiffusionCoefficient) - Method in interface com.mockturtlesolutions.snifflib.pde.Diffusion
-
- setDigitalZoom(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
- setDigitalZoom(Double) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
- setDimension(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
Set the dimension of the sort.
- setDirectionReferencePoint(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setDisabledStorageToClean(Vector) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryCustodian
-
- setDisabledStorageToClean(Vector) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryMaintenance
-
- setDisabledStorageToClean(Vector) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLCustodian
-
- setDisabledStorageToClean(Vector) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryXMLCustodian
-
- setDistance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation.VertexTracker
-
- setDistributedParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.DistributedStatisticalModel
-
- setDockedToParent(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setDomain(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainNameNode
-
- setDomainName(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainString
-
- setDotted(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setDotted(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setDotted(boolean) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLLineSegmentRenderer
-
- setDoubleAt(Double, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set the Double at a particular index.
- setDoubleAt(Integer, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set the Double at a particular index.
- setDoubleAt(double, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set the Double at a particular index.
- setDoubleParameterValueFor(String, String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.BackedByNamedParameters
-
- setDoubleParameterValueFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- setDoubleParameterValueFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQL
-
- setDoubleParameterValueFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQL
-
- setDoubleParameterValueFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageXML
-
- setDoubleParameterValueFor(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setDoublyNarrowerSingleEntry(String, String, String, String, String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setDoublyNarrowerSingleEntry(String, String, String, String, String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setDoublyNarrowerSingleEntry(String, String, String, String, String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setEdgeColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractMarker
-
- setEdgeColor(Color) - Method in interface com.mockturtlesolutions.snifflib.graphics.MarkerRender
-
- setEdgeColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setEdgeColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setEdgeColorMapper(ColorMapper) - Method in class com.mockturtlesolutions.snifflib.graphics.SLGrid
-
- setEdgeWidth(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetPanel
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorPanel
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DefaultDateEditor
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameTextField
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.guitools.components.VolumeTextField
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
Toggles the editability of the MCMCRun panel.
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryHeaderFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.semantics.workbench.WordStorageEditorFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setEditingSetEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setEditingTraceEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceDOM
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTracePostgreSQL
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceSQL
-
- setElement(int, RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceStorage
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceXML
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame.MCMCRunTableModel
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame.MCMCTraceTableModel
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetDOM
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetPostgreSQL
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetSQL
-
- setElement(int, RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetStorage
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetXML
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame.CanonicalSetTableModel
-
- setElement(int, RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setEmptyValue(Object) - Method in class com.mockturtlesolutions.snifflib.datatypes.SparseSetterGetter
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setEnabled(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSet
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainNameSelector
-
- setEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainSelector
-
- setEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetEditor
-
- setEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.AbstractRepositoryStorage
-
Sets the enabled state of the (possibly remote) storage instance.
- setEnabled(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorage
-
Sets the enabled state of the (possibly remote) storage instance.
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
Sets the enabled state of the (possibly remote) storage instance.
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXML
-
- setEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryFindNameDialog
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryHeaderFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.semantics.workbench.WordStorageEditorFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.util.MatrixBuilder
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setEnabled(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setEntryAt(SpreadsheetEntry, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
Set the SpreadsheetEntry at a particular index.
- setEntryFunctionAt(String, int, int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setEntryFunctionAt(String, int, int, String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setEntryFunctionAt(String, int, int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setEntryFunctionAt(String, int, int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setEntrySoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setEntrySoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setEntrySoundURL(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setEntrySoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setEntryValueAt(String, int, int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setEntryValueAt(String, int, int, String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setEntryValueAt(String, int, int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setEntryValueAt(String, int, int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setErf(Erf) - Method in class com.mockturtlesolutions.snifflib.util.RootFinderInvErfAlgorithm
-
- setErfAlgorithm(AbstractErfAlgorithm) - Method in class com.mockturtlesolutions.snifflib.util.Erf
-
- setError(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
Generally it is best for a step integrator to implment its own error estimation.
- setEventTracking(boolean) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
Toggles behavior of event tracking.
- setEventType(int) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerEvent
-
- setExceptionHandler(ExceptionHandler) - Method in class com.mockturtlesolutions.snifflib.guitools.components.FaultBarrierFrame
-
- setExcludedPoint(Integer) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- setExitSoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setExitSoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setExitSoundURL(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setExitSoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setExtentX(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setExtentY(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setExtentZ(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setExtra(String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLField
-
- setExtra(String, String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLTable
-
- setFaceColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setFaceColor(ColorMapper) - Method in class com.mockturtlesolutions.snifflib.graphics.SLSurface
-
- setFaceColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLSurface
-
- setFaceColorMapper(ColorMapper) - Method in class com.mockturtlesolutions.snifflib.graphics.SLGrid
-
- setFacePaint(SLPaint) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setFieldDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setFieldDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setFieldDelimiter(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setFieldDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setFieldDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setFigure(SLFigure) - Method in class com.mockturtlesolutions.snifflib.graphics.FigureReportInstance
-
- setFigure(SLFigure) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setFigurePreferences(SLFigurePreferences) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotFrame
-
- setFigurePreferences(SLFigurePreferences) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotPanel
-
- setFigurePreferences(SLFigurePreferences) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setFigurePreferences() - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setFile(File) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetReader
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setFilename(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileDOM
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileSQL
-
- setFilename(String) - Method in interface com.mockturtlesolutions.snifflib.vistools.database.ImageFileStorage
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileXML
-
- setFilename(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setFileToPrint(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobFrame
-
- setFileToPrint(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPanel
-
- setFillColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractMarker
-
- setFillColor(Color) - Method in interface com.mockturtlesolutions.snifflib.graphics.MarkerRender
-
- setFilter(AbstractSnifflibGraphicsFilter) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsFilterHolder
-
- setFlatFileSetStorageNickname(String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.BackedByFlatFileSetStorage
-
- setFlatFileSetStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- setFlatFileSetStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQL
-
- setFlatFileSetStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQL
-
- setFlatFileSetStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageXML
-
- setFlatFileSetStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setFontColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setFontColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setFontFamily(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setFontFamily(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setFontSize(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setFontSize(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setFontStyle(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setFontStyle(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setFormat(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setFormat(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setFormat(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setFormat(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setFormat(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setFractionalStep(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangStage
-
Sets the fraction of a time step for which this stage's solver
should be run.
- setFrameTitle(String) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotFrame
-
- setFrameTitle(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobFrame
-
- setFun(ContinuedFractionFunction) - Method in class com.mockturtlesolutions.snifflib.util.Lentz
-
- setFunction(AbstractFunction) - Method in class com.mockturtlesolutions.snifflib.integration.AnalyticQuadratureAlgorithm
-
Set the function being integrated.
- setFunction(AbstractFunction) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
Set the function being integrated.
- setFunction(SpreadsheetFunction) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetEntry
-
Sets this entry's function.
- setGenericHeader(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SortingCriterion
-
- setget - Variable in class com.mockturtlesolutions.snifflib.datatypes.GenMatrix
-
- setGradientOrder(int) - Method in class com.mockturtlesolutions.snifflib.util.Gradient
-
Set the order of derivative to estimate.
- setGriddedRegion(GriddedRegion) - Method in class com.mockturtlesolutions.snifflib.graphics.SLGrid
-
- setGridOn(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptDOM
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptPostgreSQL
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptSQLite
-
- setGroovyText(String) - Method in interface com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptStorage
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptXML
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionXML
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setGroovyText(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setHasHeaderLine(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setHasHeaderLine(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setHasHeaderLine(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setHasHeaderLine(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setHasHeaderLine(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setHasHeaderLine(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setHeaders(String[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetReader
-
Explicitly provide headers.
- setHierarchicalParameters(HierarchicalParameters) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchicalEditor
-
- setHigh(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.UniformDistribution
-
- setHistoryA(Vector) - Method in class com.mockturtlesolutions.snifflib.util.AbstractContFracFun
-
- setHistoryA(Vector) - Method in interface com.mockturtlesolutions.snifflib.util.ContinuedFractionFunction
-
- setHistoryB(Vector) - Method in class com.mockturtlesolutions.snifflib.util.AbstractContFracFun
-
- setHistoryB(Vector) - Method in interface com.mockturtlesolutions.snifflib.util.ContinuedFractionFunction
-
- setHorizontalScrollIntermittant(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetPanel
-
- setHost(String, String) - Method in interface com.mockturtlesolutions.snifflib.sqldig.database.SQLConfiguration
-
- setIconHeight(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
- setIconHeight(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ImageFileView
-
- setIconMap(DomainNameTree) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
Set a tree of icon mappings.
- setIconRepository(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
Set path to the default image repository(directory).
- setIconServer(IconServer) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setIconServer(IconServer) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameTextField
-
- setIconServer(IconServer) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ServedDomainNameNode
-
- setIconWidth(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
- setIconWidth(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ImageFileView
-
- setIgnoreCase(Boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SortingCriterion
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.CumProd
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.CumSum
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Max
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Mean
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Median
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Min
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Percentile
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setIgnoreNaN(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Var
-
- setIgnorePostHeaderLines(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetReader
-
Ignore this many lines after the headers line (if any) before beginning to parse.
- setIgnorePreHeaderLines(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetReader
-
Ignore this many lines before the headers line (if any) before beginning to parse.
- setImagePath(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainNameNode
-
- setInitialCondition(InitialCondition) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffuse
-
- setInitialCondition(InitialCondition) - Method in class com.mockturtlesolutions.snifflib.pde.Diffuse
-
Set initial condition coefficient.
- setInitialCondition(InitialCondition) - Method in interface com.mockturtlesolutions.snifflib.pde.Diffusion
-
- setInitialCondition(InitialCondition) - Method in interface com.mockturtlesolutions.snifflib.pde.FractionalStep
-
- setInitialCondition(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.pde.FractionalStep
-
- setInitialCondition(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
- setInitialCondition(InitialCondition) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
- setInitialCondition(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangStage
-
- setInitialGuess(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMC
-
- setInitializerScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeDOM
-
- setInitializerScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgePostgreSQL
-
- setInitializerScript(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.WedgeStorage
-
- setInitializerScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeXML
-
- setInitializerScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setInitializerScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setInitialSmoothParameter(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.GCVSmoothMethod
-
- setInitialSmoothParameter(Double) - Method in class com.mockturtlesolutions.snifflib.invprobs.GCVSmoothMethod
-
- setInitialSmoothParameter(double) - Method in class com.mockturtlesolutions.snifflib.invprobs.GCVSmoothMethod
-
- setInitialTimeStep(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
Some solvers may use this while others may not need or use it.
- setInitialValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setInputEntries(SpreadsheetEntryMatrix) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetEntry
-
Sets the cell ranges corresponding to the input of this function.
- setInputEntries(SpreadsheetEntryMatrix) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntry
-
Sets the cell ranges corresponding to the input of this function.
- setInternSet(int, String, Boolean, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppInternalSetTableModel
-
- setInterpOrder(int) - Method in class com.mockturtlesolutions.snifflib.integration.OdeReporter
-
- setIntersectComponent(int, int, boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.ShapeClipMap
-
- setIntersectShape(int, int, boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.ShapeClipMap
-
- setInvErfAlgorithm(AbstractInvErfAlgorithm) - Method in class com.mockturtlesolutions.snifflib.util.Erf
-
- setIsComplete(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setIsComplete(String, String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setIsComplete(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setIsComplete(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setIsComplete(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setIsPriorFlat(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setIsPriorFlat(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setIsPriorFlat(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setIsPriorFlat(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setIsPriorFlat(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setIsPriorFlat(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setIsPriorFlat(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setIsProposalSymmetric(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setIsProposalSymmetric(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setIsProposalSymmetric(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setIsProposalSymmetric(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setIsProposalSymmetric(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setIsProposalSymmetric(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setIsProposalSymmetric(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setIsSelected(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setIsStateLocked(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setIsStateLocked(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setIsStateLocked(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setIsStateLocked(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setIsStateLocked(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setIsStateLocked(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setIsStateLocked(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setIsStillRunning(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setIsStillRunning(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setIsStillRunning(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setIsStillRunning(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setIsStillRunning(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setIsStillRunning(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setIsStillRunning(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setIsURL(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileDOM
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileSQL
-
- setIsURL(String) - Method in interface com.mockturtlesolutions.snifflib.vistools.database.ImageFileStorage
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileXML
-
- setIsURL(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setIsUsed(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setIsUsed(String, String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setIsUsed(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setIsUsed(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setIsUsed(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setIteration(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReportInstance
-
- setIteration(int) - Method in class com.mockturtlesolutions.snifflib.graphics.FigureReportInstance
-
- setIteration(int) - Method in class com.mockturtlesolutions.snifflib.graphics.ObjectReportInstance
-
- setItoToStratonovich(boolean) - Method in interface com.mockturtlesolutions.snifflib.integration.StochasticOdeSolution
-
- setJobAuthor(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPanel
-
- setJobDate(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPanel
-
- setJobName(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPanel
-
- setK(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.NNBandwidth
-
- setK(int) - Method in class com.mockturtlesolutions.snifflib.util.NNCalc
-
Set the neighborhood size.
- setKey(String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLField
-
- setKey(String, String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLTable
-
- setLabel(String) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setLabel(String) - Method in class com.mockturtlesolutions.snifflib.util.BarElement
-
- setLabel(String) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- setLabel(String) - Method in interface com.mockturtlesolutions.snifflib.util.database.GridElementStorage
-
Sets the Label for this GridElementStorage.
- setLabel(String) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementXML
-
- setLabel(String) - Method in interface com.mockturtlesolutions.snifflib.util.GridElement
-
- setLabel(String) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- setLambda(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.PoissonDistribution
-
- setLambda(double) - Method in class com.mockturtlesolutions.snifflib.stats.PoissonDistribution
-
- setLambda(int) - Method in class com.mockturtlesolutions.snifflib.stats.PoissonDistribution
-
- setLastEditingMouseEvent(MouseEvent) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchicalCellEditor
-
- setLastEditingMouseEvent(MouseEvent) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchyTree
-
Delegate this method to the editor.
- setLastModified(String) - Method in class com.mockturtlesolutions.snifflib.extensions.DefaultModuleItem
-
- setLastModified(String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleItem
-
- setLastModified(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleList
-
- setLastModified(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setLastModified(String, String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleListing
-
- setLeft(BinTreeNode) - Method in class com.mockturtlesolutions.snifflib.datatypes.BinTreeNode
-
- setLegendDomainNameFilter(DomainNameFilter) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setLegendFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setLegendLocale(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setLegendLocation(DblMatrix, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setLegendPreferences(SLLegendPreferences) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setLikelihoodScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeDOM
-
- setLikelihoodScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgePostgreSQL
-
- setLikelihoodScript(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.WedgeStorage
-
- setLikelihoodScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeXML
-
- setLikelihoodScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setLikelihoodScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setLikelihoodStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- setLikelihoodStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCPostgreSQL
-
- setLikelihoodStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCSQL
-
- setLikelihoodStorageConfigClass(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorage
-
- setLikelihoodStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCXML
-
- setLikelihoodStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setLikelihoodStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- setLikelihoodStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- setLikelihoodStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCPostgreSQL
-
- setLikelihoodStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCSQL
-
- setLikelihoodStorageNickname(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorage
-
- setLikelihoodStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCXML
-
- setLikelihoodStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setLikelihoodStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- setLikelihoodStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- setLikelihoodStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCPostgreSQL
-
- setLikelihoodStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCSQL
-
- setLikelihoodStorageRepositoryName(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorage
-
- setLikelihoodStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCXML
-
- setLikelihoodStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setLikelihoodStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- setLineColor(ColorMapper) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setLineColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setLineColor(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setLineColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setLineColor(ColorMapper) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setLineColor(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setLineColor(ColorMapper) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLLineSegmentRenderer
-
- setLineColor(Color) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLLineSegmentRenderer
-
- setLineColor(int) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLLineSegmentRenderer
-
- setLineColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
Setting color in this way is useful when the user wants to restrict colors to
the usually small number of colors stored in the ColorTable.
- setLineColor(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
Setting color in this way is useful when the user wants to restrict colors to
the usually small number of colors stored in the ColorTable.
- setLineDash(float[]) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setLineDash(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
Allows use of pre-defined dash patterns.
- setLineDash(float[]) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
Allows use of pre-defined dash patterns.
- setLineDash(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setLineDash(float[]) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLLineSegmentRenderer
-
- setLineDash(float[]) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
- setLineSegmentRenderer(SLLineSegmentRenderer) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setLineSegmentRendererPreferences(SLLineSegmentRendererPreferences) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotFrame
-
- setLineSegmentRendererPreferences(SLLineSegmentRendererPreferences) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotPanel
-
- setLineSegmentRendererPreferences(SLLineSegmentRendererPreferences) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setLineThickness(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setLineThickness(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setLineThickness(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setLineThickness(int) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLLineSegmentRenderer
-
- setLineWidth(float) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
- setLinks(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.LinksTextArea
-
- setLinks(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.RegisterLinksTextFrame
-
- setListening(boolean) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameTextField
-
Toggles the state of the domain name and domain text field listeners.
- setLiters(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.VolumeTextField
-
Uses the given volume in liters and sets the current string in the text formatting
to the current units.
- setLocator(SLLocator) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setLogNormal(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.GaussianProposal
-
Sets up the given parameter to be sampled from a Log-Normal distribution.
- setLogNormal(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.GaussianProposal
-
Sets up the given parameter to be sampled from a Log-Normal distribution
with the given standard deviation.
- setLogNormal(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalDOM
-
- setLogNormal(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalSQL
-
- setLogNormal(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalStorage
-
Sets up the given parameter to be sampled from a Log-Normal distribution.
- setLogNormal(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalXML
-
Sets up the given parameter to be sampled from a Log-Normal distribution.
- setLogNormal(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setLogNormal(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setLongName(String) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- setLongName(String) - Method in interface com.mockturtlesolutions.snifflib.util.database.GridElementStorage
-
Sets the LongName for this GridElementStorage.
- setLongName(String) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementXML
-
- setLow(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.UniformDistribution
-
- setLowerBinLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLHistogram
-
- setLowerBound(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setLowerLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.AnalyticQuadratureAlgorithm
-
Set the lower limit of integration.
- setLowerLimit(double) - Method in class com.mockturtlesolutions.snifflib.integration.DataQuad
-
Set the lower limit of integration.
- setLowerLimit(int) - Method in class com.mockturtlesolutions.snifflib.integration.DataQuad
-
Set the lower limit of integration.
- setLowerLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.DataQuad
-
Set the lower limit of integration.
- setLowerLimit(double) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
Set the lower limit of integration.
- setLowerLimit(int) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
Set the lower limit of integration.
- setLowerLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
Set the lower limit of integration.
- setLowerLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.PointWiseQuadratureAlgorithm
-
Set the lower limit of integration.
- setLowerLimit(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.integration.QuadratureAlgorithm
-
Set the lower limit of integration.
- setM(int) - Method in class com.mockturtlesolutions.snifflib.stats.HypergeometricDistribution
-
- setM(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.HypergeometricDistribution
-
- setMap(DblMatrix, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set values in a matrix based on a logical map.
- setMap(Double, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set values in a matrix based on a logical map.
- setMap(double, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set values in a matrix based on a logical map.
- setMappedValue(int, Object) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.MappingTableModel
-
- setMappedValue(int, Object) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.ParameterMappingTableModel
-
- setMapping(NhoodMapping) - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
- setMarker(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
Setting color in this way is useful when the user wants to restrict colors to
the usually small number of colors stored in the ColorTable.
- setMarkerEdgeColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setMarkerEdgeColor(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setMarkerEdgeColor(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setMarkerEdgeColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setMarkerEdgeColor(Color) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLMarkerRenderer
-
- setMarkerEdgeColor(int) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLMarkerRenderer
-
- setMarkerEdgeColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
- setMarkerFaceColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setMarkerFaceColor(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setMarkerFaceColor(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setMarkerFaceColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setMarkerFaceColor(Color) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLMarkerRenderer
-
- setMarkerFaceColor(int) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLMarkerRenderer
-
- setMarkerFillColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
- setMarkerMap(int, int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
Sets the order for a paricular color.
- setMarkerRenderer(SLMarkerRenderer) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setMarkerSize(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setMarkerSize(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setMarkerSize(int) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLMarkerRenderer
-
- setMarkerSize(float) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
- setMarkerType(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- setMarkerType(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setMarkerType(int) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLMarkerRenderer
-
- setMask() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setMask(String, String, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
Returns values in first argument where the values in the second argument equal 1.0.
- setMaskColumns() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setMaskColumns(String, String, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
Returns columns of the region in the first argument where the values in the second argument equal 1.0.
- setMaskRows() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setMaskRows(String, String, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
Returns rows of the region in the first argument where the values in the second argument equal 1.0.
- setMatrix(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorFrame
-
- setMatrix(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorPanel
-
- setMatrix(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.MatrixBuilder
-
- setMatrixSize(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixDOM
-
- setMatrixSize(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixSQL
-
- setMatrixSize(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixSQLite
-
- setMatrixSize(int[]) - Method in interface com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixStorage
-
Calls clearAll first then sets size and preallocates to zero.
- setMatrixSize(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixXML
-
- setMatrixSize(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorFrame
-
- setMatrixSize(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixEditorPanel
-
- setMatrixSize(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setMaxArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- setMaxArgCount(int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionStorage
-
- setMaxArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionXML
-
- setMaxArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setMaxArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setMaximumIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setMaximumIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMaximumIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMaximumIterationNumber(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setMaximumIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setMaximumIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setMaximumIterationNumber(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setMaximumTimeRemaining(double) - Method in class com.mockturtlesolutions.snifflib.timertools.database.DefaultTimerListener
-
- setMaximumTimeRemaining(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setMaximumTimeRemaining(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setMaximumTimeRemaining(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setMaximumTimeRemaining(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setMaxInitPoints(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setMaxIterations(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMC
-
- setMaxIterationsPerInvocation(int) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServerThread
-
- setMaxSelections(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainNameSelector
-
- setMaxSelections(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainSelector
-
- setMaxSelections(int) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryFindNameDialog
-
- setMaxSteps(int) - Method in class com.mockturtlesolutions.snifflib.integration.SimpAnalyticQuadratureAlgorithm
-
- setMaxSteps(int) - Method in class com.mockturtlesolutions.snifflib.integration.TrapzAnalyticQuadratureAlgorithm
-
- setMaxTimeStep(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
Some solvers may use this while others may not need or use it.
- setMaxVal(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.MatrixBuilder
-
- setMaxValue(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.graphics.ColorMapper
-
- setMaxValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultColorMapper
-
- setMCMCRun(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeDOM
-
- setMCMCRun(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgePostgreSQL
-
- setMCMCRun(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.WedgeStorage
-
- setMCMCRun(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeXML
-
- setMCMCRun(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setMCMCRun(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setMCMCRunIdentifier(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setMCMCRunIdentifier(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCRunIdentifier(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCRunIdentifier(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setMCMCRunIdentifier(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setMCMCRunIdentifier(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setMCMCRunIdentifier(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
Sets a "unique" nickname modifier so that particualr storage instances are associated
with this optimization stream.
- setMCMCRunState(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setMCMCRunState(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCRunState(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCRunState(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setMCMCRunState(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setMCMCRunState(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setMCMCRunState(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setMCMCSampler(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCSampler(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setMCMCSamplerRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setMCMCStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCTraceStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCTraceStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCTraceStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCTraceStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMCMCTraceStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setMCMCTraceStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setMean(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.NormalDistribution
-
- setMethod(String) - Method in class com.mockturtlesolutions.snifflib.util.NNCalc
-
Set the nearest-neighbor search algorithm.
- setMinArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- setMinArgCount(int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionStorage
-
- setMinArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionXML
-
- setMinArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setMinArgCount(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setMinColumn(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable.ResizeDialog
-
- setMinCount(int) - Method in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
Set the minimum observation count within a quad.
- setMinimumTimeRemaining(double) - Method in class com.mockturtlesolutions.snifflib.timertools.database.DefaultTimerListener
-
- setMinimumTimeRemaining(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setMinimumTimeRemaining(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setMinimumTimeRemaining(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setMinimumTimeRemaining(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setMinIterationsPerInvocation(int) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServerThread
-
- setMinRow(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable.ResizeDialog
-
- setMinTimeStep(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setMinVal(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.MatrixBuilder
-
- setMinValue(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.graphics.ColorMapper
-
- setMinValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultColorMapper
-
- setMixingParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractProposalDistribution
-
- setMixingParam(String, DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.invprobs.ProposalDistribution
-
- setMixingParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionDOM
-
- setMixingParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionSQL
-
- setMixingParametersRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionStorage
-
- setMixingParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionXML
-
- setMixingParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setMixingParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setMixingParams(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractProposalDistribution
-
- setMixingParams(DblParamSet) - Method in interface com.mockturtlesolutions.snifflib.invprobs.ProposalDistribution
-
- setModel(StatisticalModel) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapter
-
- setModel(StatisticalModel) - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractCalibrationDialog
-
- setModel(StatisticalModel) - Method in class com.mockturtlesolutions.snifflib.invprobs.CalibrationPanel
-
- setModel(StatisticalModel) - Method in class com.mockturtlesolutions.snifflib.invprobs.GraphicalStatisticalModel
-
- setModel(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.Lpreg
-
Set the current linear model specification.
- setModelLeftHandSide(String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorage
-
- setModelLeftHandSide(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- setModelLeftHandSide(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQL
-
- setModelLeftHandSide(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQL
-
- setModelLeftHandSide(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageXML
-
- setModelLeftHandSide(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setModelRightHandSideTerms(String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorage
-
- setModelRightHandSideTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- setModelRightHandSideTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQL
-
- setModelRightHandSideTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQL
-
- setModelRightHandSideTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageXML
-
- setModelRightHandSideTerms(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setModelSelector(ModelSelector) - Method in class com.mockturtlesolutions.snifflib.invprobs.GraphicalStatisticalModel
-
- setModulePath(String) - Method in class com.mockturtlesolutions.snifflib.extensions.AbstractModuleList
-
- setModulePath(String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleBrowser
-
- setModulePath(String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleListing
-
- setMolar(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ConcentrationTextField
-
Uses the given concentration in molar and sets the current string in the text formatting
to the current units.
- setN(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.BinomialDistribution
-
- setN(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.DiscreteUniformDistribution
-
- setN(int) - Method in class com.mockturtlesolutions.snifflib.stats.HypergeometricDistribution
-
- setN(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.HypergeometricDistribution
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.GraphicalDataSet
-
- setName(String) - Method in interface com.mockturtlesolutions.snifflib.datatypes.Nameable
-
- setName(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLComponent
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.GraphicalStatisticalModel
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchicalNode
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMCBlock
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.NameQueryNode
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordDOM
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordSQL
-
- setName(String) - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorage
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordXML
-
- setName(String) - Method in class com.mockturtlesolutions.snifflib.stats.ProbabilityDensity
-
- setNamedHeader(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SortingCriterion
-
- setNameQuery(RepositoryStorageNameQuery) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServer
-
- setNameTextToolTipText(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameTextField
-
- setNarrowerSingleEntry(String, String, String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setNarrowerSingleEntry(String, String, String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setNarrowerSingleEntry(String, String, String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setNDF(int) - Method in class com.mockturtlesolutions.snifflib.stats.FDistribution
-
- setNDF(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.FDistribution
-
- setNewDataFile() - Method in class com.mockturtlesolutions.snifflib.graphics.GnuplotSnifflibGraphicsFilter
-
Creates a new data file in the temporary directory.
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalDOM
-
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalXML
-
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionDOM
-
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionSQL
-
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionStorage
-
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionXML
-
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setNewLikelihood(DblMatrixStorage, ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setNewParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionDOM
-
- setNewParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionSQL
-
- setNewParametersRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionStorage
-
- setNewParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionXML
-
- setNewParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setNewParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setNewParams(DblParamSet) - Method in interface com.mockturtlesolutions.snifflib.invprobs.MCMCSampler
-
- setNewParams(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.MetropolisHastings
-
Sets the pervious parameter to the current parameters then sets the
current parameters to the input parameters.
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalDOM
-
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalSQL
-
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalXML
-
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionDOM
-
Old is given as the new should be generated from the old in a Markov process.
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionSQL
-
This default implementation doesn't do anything other than copy old parameter set to the
new parameter set.
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionStorage
-
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionXML
-
This default implementation doesn't do anything other than copy old parameter set to the
new parameter set.
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setNewProposal(ParameterSetStorage, ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setNext(LinkedNode) - Method in class com.mockturtlesolutions.snifflib.datatypes.LinkedNode
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSet
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.AbstractRepositoryStorage
-
Sets the project name for this Wedge inverse problem.
- setNickname(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorage
-
Sets the project name for this Wedge inverse problem.
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
Sets the project name for this Wedge inverse problem.
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXML
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryHeaderFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.semantics.workbench.WordStorageEditorFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setNickname(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setNoAfterTransferExecuteBatch(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setNoAfterTransferExecuteBatch(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setNoAfterTransferExecuteBatch(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setNode(DomainNameNode) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainNameNodeEditor
-
- setNRoots(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setNull(String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLField
-
- setNull(String, String) - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLTable
-
- setNumberOfColumns(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setNumberOfRecents(int) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox
-
- setObject(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.ObjectReportInstance
-
- setObjectStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setObjectStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setObjectStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setObjectStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setObjectsToSample(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMC
-
- setObjectsToSample(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.MetropolisHastings
-
- setObjectsToSample(String[]) - Method in interface com.mockturtlesolutions.snifflib.invprobs.ObjectSampler
-
- setObjectsToSample(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
Specifies that the object should be sampled.
- setObjectTraceCapacity(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setObjectTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setObjectTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setObjectTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setObjectTraceRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setObjectTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setObjectTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setObjectTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setOde(Ode) - Method in class com.mockturtlesolutions.snifflib.integration.AbstractOdeSolver
-
- setOde(Ode) - Method in interface com.mockturtlesolutions.snifflib.integration.OdeSolution
-
- setOde(Ode) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSolver
-
- setOdeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setOdeFile(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setOdeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setOdeFile(File) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppResults
-
- setOdeFile(File) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppRunResults
-
- setOdeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setOdeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setOdeText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- setOdeText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
- setOdeText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
- setOdeText(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setOdeText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
- setOffsetX(double) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setOffsetY(double) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setOkCancelListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.graphics.IconEntityNameEditor
-
- setOkCancelListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.graphics.NameEditor
-
- setOkCancelListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.integration.OdeNameEditor
-
- setOkCancelListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryManagerFrame
-
- setOkCancelListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryTransferFrame
-
- setOkCancelListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.util.MatrixBuilder
-
- setOldParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionDOM
-
- setOldParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionSQL
-
- setOldParametersRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionStorage
-
- setOldParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionXML
-
- setOldParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setOldParametersRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setOnlyReal(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setOperationCategory(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SetOperationFrame
-
- setOptions(OdeSet) - Method in class com.mockturtlesolutions.snifflib.integration.AbstractOdeSolver
-
- setOptions(OdeSet) - Method in interface com.mockturtlesolutions.snifflib.integration.OdeSolution
-
- setOptions(OdeSet) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSolver
-
- setOptions(NMSimplexConfiguration) - Method in class com.mockturtlesolutions.snifflib.invprobs.NMSimplex
-
- setOrder(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.Interp1D
-
Modify the order of the interpolation.
- setOrderRestriction(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.GaussianProposal
-
- setOrderRestriction(String[], DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.GaussianProposal
-
- setOrientation(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setOrientation(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLBarChart
-
Sets the orientation of the bar chart by swapping as necessary the x and y coordinates
of the bars.
- setOrientation(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLHistogram
-
Sets the orientation of the bar chart by swapping as necessary the x and y coordinates
of the bars.
- setOutFile(File) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppResults
-
- setOutFile(File) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppRunResults
-
- setOverlay(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setOverlayOff() - Method in class com.mockturtlesolutions.snifflib.graphics.Axes
-
- setOverlayOn() - Method in class com.mockturtlesolutions.snifflib.graphics.Axes
-
- setP(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.BernoulliDistribution
-
- setP(double) - Method in class com.mockturtlesolutions.snifflib.stats.BernoulliDistribution
-
- setP(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.BinomialDistribution
-
- setPaintAnnotation(boolean) - Method in interface com.mockturtlesolutions.snifflib.graphics.AnnotationRenderer
-
- setPaintAnnotation(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultAnnotationRenderer
-
- setPaintBackground(boolean) - Method in interface com.mockturtlesolutions.snifflib.graphics.AnnotationRenderer
-
Sets the vector (specifies direction) relative to the
set-point where the annotation should be placed.
- setPaintBackground(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultAnnotationRenderer
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblParamSet
-
- setParam(String, Double) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblParamSet
-
Convenience syntax for setting a scalar parameter value.
- setParam(String, double) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblParamSet
-
Convenience syntax for setting a scalar parameter value.
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.FitFrameModel
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.LpregPanel.ResultsTab.InvOptObjective
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.BasicODE
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.Ode
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractSimplexObjective
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.DistributedStatisticalModel
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.KernelDensityEstimator.ConfidenceRegionObjective
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.MyQuadratic
-
- setParam(String, DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.invprobs.NamedParameters
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractBoundaryValueProblem
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffuse
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.BVP
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.Diffuse
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableDOM
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariablePostgreSQL
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableXML
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetDOM
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetPostgreSQL
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQL
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQLite
-
- setParam(String, String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetStorage
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetXML
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setParam(String, String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.ProbabilityDensity
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.testfun.Constant
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.testfun.Cubic
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.testfun.HollingI
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.testfun.HollingII
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.testfun.HollingIII
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.testfun.Quadratic
-
- setParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.Erf
-
- setParameterBlockName(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setParameterBlockName(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setParameterBlockName(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setParameterBlockName(int, String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setParameterBlockName(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setParameterBlockName(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setParameterBlockName(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setParameterBlockNumberOfCycles(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setParameterBlockNumberOfCycles(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setParameterBlockNumberOfCycles(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setParameterBlockNumberOfCycles(int, String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setParameterBlockNumberOfCycles(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setParameterBlockNumberOfCycles(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setParameterBlockNumberOfCycles(int, String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setParameters(String[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMCBlock
-
- setParametersEditable(boolean) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setParameterStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setParameterStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setParameterStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setParameterStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setParameterTraceCapacity(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setParameterTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setParameterTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setParameterTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setParameterTraceRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setParameterTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setParameterTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setParameterTraceRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setParameterValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.guitools.components.NamedParameterNode
-
- setParams(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReportInstance
-
- setParams(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetEditor
-
- setParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetFrame
-
- setParamSuper(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.DistributedStatisticalModel
-
Provides access to the StatisticalModel super class method setParam.
- setParent(Container) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setParent(SLComponent) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
Sets the component to which this child component should be added.
- setParent(MutableTreeNode) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchyTreeNode
-
- setParent(DefaultSpreadsheetEntry) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetFunction
-
- setParent(RefSimplex) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- setParentGridElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- setParentGridElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.util.database.GridElementStorage
-
Sets the parent GridElementStorage
- setParentGridElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementXML
-
- setParentMCMCRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setParentMCMCRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setParentMCMCRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setParentMCMCRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setParentMCMCRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setParentMCMCRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setParentMCMCRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setPartOfSpeech(String) - Method in class com.mockturtlesolutions.snifflib.semantics.FillerText.LexicalQuery
-
- setPassword(String, String) - Method in interface com.mockturtlesolutions.snifflib.sqldig.database.SQLConfiguration
-
- setPersistentSheetCounter(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setPersistentSheetCounter(int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setPersistentSheetCounter(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setPersistentSheetCounter(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setPerspectiveType(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
- setPerturbationSize(double) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
- setPerturbationSize(Double) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
- setPerturbationSize(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
- setPhi(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
Sets the angle of rotation away from the z-axis.
- setPlot(Plot) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotPanel
-
- setPolyOrder(int) - Method in class com.mockturtlesolutions.snifflib.graphics.LpregPanel.ResultsTab
-
- setPosteriorParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setPosteriorParams(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
Set special (options) parameters needed to evaluate the posterior.
- setPostGetConversionMethod(Method) - Method in class com.mockturtlesolutions.snifflib.invprobs.MethodStorage
-
- setPostHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setPostHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setPostHeaderLines(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setPostHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setPostHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setPredBias(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.LpregDiagnostics
-
- setPredCI(DblMatrix[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.LpregDiagnostics
-
- setPredVar(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.LpregDiagnostics
-
- setPreferredScriptCategories(String[]) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setPreferredScriptCategories(String[]) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setPreferredScriptCategories(String[]) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setPreHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setPreHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setPreHeaderLines(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setPreHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setPreHeaderLines(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setPreSetConversionMethod(Method) - Method in class com.mockturtlesolutions.snifflib.invprobs.MethodStorage
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setPreviousObjectRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setPreviousParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setPreviousParams(DblParamSet) - Method in interface com.mockturtlesolutions.snifflib.invprobs.MCMCSampler
-
- setPreviousParams(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.MetropolisHastings
-
- setPrintCommand(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPanel
-
- setPrintJobFrame(PrintJobFrame) - Method in class com.mockturtlesolutions.snifflib.graphics.PlotPanel
-
Allows sharing of a print job frame.
- setPrintOptions(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPanel
-
- setPriorParam(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setPriorParams(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setPriorScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeDOM
-
- setPriorScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgePostgreSQL
-
- setPriorScript(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.WedgeStorage
-
- setPriorScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeXML
-
- setPriorScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setPriorScript(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setPriorStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- setPriorStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCPostgreSQL
-
- setPriorStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCSQL
-
- setPriorStorageConfigClass(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorage
-
- setPriorStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCXML
-
- setPriorStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setPriorStorageConfigClass(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- setPriorStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- setPriorStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCPostgreSQL
-
- setPriorStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCSQL
-
- setPriorStorageNickname(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorage
-
- setPriorStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCXML
-
- setPriorStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setPriorStorageNickname(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- setPriorStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- setPriorStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCPostgreSQL
-
- setPriorStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCSQL
-
- setPriorStorageRepositoryName(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorage
-
- setPriorStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCXML
-
- setPriorStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setPriorStorageRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- setPriorValue(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.DataSetSelector
-
- setPriorValue(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.DataSetSelectorFrame
-
- setPriorValue(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.ModelSelector
-
- setPriorValue(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.ModelSelectorFrame
-
- setProcessingInstructions() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
Override this method if you want to specify in detail your own XML processing instructions.
- setProposalDistributionRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setProposalDistributionRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setProposalDistributionRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setProposalDistributionRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setProposalDistributionRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setProposalDistributionRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setProposalDistributionRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setPsi(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
Sets the angle of axial rotation of the camera.
- setPunctuation(String) - Method in class com.mockturtlesolutions.snifflib.semantics.FillerText.Punctuation
-
- setQuadResponse(DblMatrix, int) - Method in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
Set the response data for the given quad.
- setQuadTree(QTreeNode[]) - Method in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
Set pointer to the input QuadTree[].
- setQueueLength(int) - Method in class com.mockturtlesolutions.snifflib.graphics.FigureReporter
-
- setQuiet(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetEntry
-
- setQuiet(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetModel
-
- setQuiet(boolean) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntry
-
- setQuiet(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- setQuiet(boolean) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyTransferAgent.MyStreamGobbler
-
- setQuiet(boolean) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeTransferAgent.MyStreamGobbler
-
- setQuiet(boolean) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel.MyStreamGobbler
-
- setReadHeaders(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setReadHeaders(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setReadHeaders(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setReadHeaders(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setReadHeaders(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setRecordDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setRecordDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setRecordDelimiter(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setRecordDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setRecordDelimiter(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setRecordObjectTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setRecordObjectTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setRecordObjectTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setRecordObjectTrace(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setRecordObjectTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setRecordObjectTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setRecordObjectTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setRecordParameterTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setRecordParameterTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setRecordParameterTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setRecordParameterTrace(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setRecordParameterTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setRecordParameterTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setRecordParameterTrace(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setReferenceParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setReferenceParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setReferenceParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setReferenceParameterRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setReferenceParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setReferenceParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setReferenceParameterRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setReferenceParameterSetRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- setReferenceParameterSetRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCPostgreSQL
-
- setReferenceParameterSetRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCSQL
-
- setReferenceParameterSetRepositoryElement(RepositoryElement) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorage
-
- setReferenceParameterSetRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCXML
-
- setReferenceParameterSetRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setReferenceParametersFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setReferenceParametersFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setReferenceParametersFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setReferenceParametersFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setReferenceParametersFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setReferenceParametersFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setReferenceParametersFrom(DblParamSet) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setReferenceParametersFrom(ParameterSetStorage) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setReferenceParametersFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setReferenceParametersFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setReferenceParametersFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setReferenceParametersFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setReferenceParametersFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setReferenceParametersFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setRejectCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setRejectCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setRejectCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setRejectCount(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setRejectCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setRejectCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setRejectCount(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setRelativeTolerance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setReporter(Reporter) - Method in class com.mockturtlesolutions.snifflib.integration.AbstractOdeSolver
-
- setReporter(Reporter) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSolver
-
- setReporter(Reporter) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffuse
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.workbench.MatrixStorageEditorFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPanel
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchicalNode
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgePanel
-
- setRepository(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfigurable
-
- setRepository(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryListener
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.NameQueryNode
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.semantics.workbench.WordStorageEditorFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageFileFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setRepository(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setRepositoryElement(RepositoryElement) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.DefaultMultiConfigNameSelectorGroup
-
- setRepositoryFailover(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryConnectionHandler
-
Sets repository fail-over behavior.
- setRepositoryLabelText(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
- setReturnType(int) - Method in class com.mockturtlesolutions.snifflib.util.Gradient
-
- setRight(BinTreeNode) - Method in class com.mockturtlesolutions.snifflib.datatypes.BinTreeNode
-
- setRoot(BinTreeNode) - Method in class com.mockturtlesolutions.snifflib.datatypes.BinaryTree
-
- setRoot(LinkedNode) - Method in class com.mockturtlesolutions.snifflib.datatypes.LinkedList
-
- setRoot - Variable in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetDOM
-
- setRow(DblMatrix, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set a particular row.
- setRow(DblMatrix, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set a particular row.
- setRow2Copy(int) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame.TraceCopyRow
-
- setRow2Copy(int) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame.SetCopyRow
-
- setRowCount(int) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.DistributedFlatFile
-
- setRowCount(int) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setRowCountForSheet(String, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setRowCountForSheet(String, int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setRowCountForSheet(String, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setRowCountForSheet(String, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setRowValue(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable.ResizeDialog
-
- setS(int) - Method in class com.mockturtlesolutions.snifflib.stats.HypergeometricDistribution
-
- setS(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.HypergeometricDistribution
-
- setSameFormatAs(FlatFileStorage) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- setSameFormatAs(FlatFileStorage) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQL
-
- setSameFormatAs(FlatFileStorage) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileStorage
-
- setSameFormatAs(FlatFileStorage) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileTransferAgent
-
Specify that this formatting specification is the same as another FlatFileStorage's.
- setSameFormatAs(FlatFileStorage) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileXML
-
- setSameFormatAs(FlatFileStorage) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- setSavepoint() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryPostgreSQLConnection
-
- setSavepoint(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryPostgreSQLConnection
-
- setSavepoint() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLiteConnection
-
- setSavepoint(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLiteConnection
-
- setScalar(Double) - Method in interface com.mockturtlesolutions.snifflib.graphics.AnnotationRenderer
-
Sets the scalar dilation of the unit vector for placement.
- setScalar(Double) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultAnnotationRenderer
-
- setScalar() - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultAnnotationRenderer
-
- setScalingMethod(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
- setScalingMethod(int) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ImageFileView
-
- setScalingMethod(int) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
Sets the error scaling method.
- setScriptContents(int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setScriptContents(int, String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setScriptContents(int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setScriptContents(int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setScriptLabel(int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setScriptLabel(int, String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setScriptLabel(int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setScriptLabel(int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setScriptSelected(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptButton
-
- setScriptSelected(boolean) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetProcedure
-
- setScriptText(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptButton
-
- setScriptText(String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetProcedure
-
- setSearchClass(Class) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryFindNameDialog
-
- setSeed(long) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblRandom
-
Set the seed of the random number generator.
- setSelected(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setSelected(DataSet) - Method in class com.mockturtlesolutions.snifflib.graphics.DataSetSelector
-
- setSelected(DataSet) - Method in class com.mockturtlesolutions.snifflib.graphics.DataSetSelectorFrame
-
- setSelected(StatisticalModel) - Method in class com.mockturtlesolutions.snifflib.graphics.ModelSelector
-
- setSelected(StatisticalModel) - Method in class com.mockturtlesolutions.snifflib.graphics.ModelSelectorFrame
-
- setSelected(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLComponent
-
- setSelected(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.LinkLabel
-
- setSelectedConfigClassName(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.DefaultMultiConfigNameSelectorGroup
-
- setSelectedConfigClassName(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.MultiConfigNameSelectorGroup
-
- setSelectedItem(Object) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox
-
- setSelectedItem(Object) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SubsetMarksCategoryModel
-
- setSelectedNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.DefaultMultiConfigNameSelectorGroup
-
- setSelectedNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.MultiConfigNameSelectorGroup
-
- setSelectedRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.DefaultMultiConfigNameSelectorGroup
-
- setSelectedRepositoryName(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.MultiConfigNameSelectorGroup
-
- setSelectListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrefsConfigFrame
-
- setSelectListener(ActionListener) - Method in class com.mockturtlesolutions.snifflib.guitools.components.PrintJobPrefsConfigFrame
-
- setSeparation(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLStereoCameraGroup
-
- setSetDoes(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setSetDoes(String, String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setSetDoes(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setSetDoes(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setSetDoes(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setSetDoes(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppInternalSetTableModel
-
- setSetFileText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- setSetFileText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
- setSetFileText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
- setSetFileText(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setSetFileText(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
- setSharpness(Double) - Method in class com.mockturtlesolutions.snifflib.util.Pulse
-
- setSheetComment(int, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setSheetComment(int, String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Sets the description for the named spreadsheet.
- setSheetDescription(String, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- setSheetDescription(String, String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleStorage
-
- setSheetDescription(String, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleXML
-
- setSheetDescription(String, String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- setSheetIndex(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SheetDescriptionTextArea
-
- setSheetIndex(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SheetDescriptionTextFrame
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptDOM
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptPostgreSQL
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptSQLite
-
- setShortDescription(String) - Method in interface com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptStorage
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptXML
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptFrame
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.workbench.GroovyScriptPanel
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionXML
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionFrame
-
- setShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionPanel
-
- setShortName(String) - Method in class com.mockturtlesolutions.snifflib.extensions.DefaultModuleItem
-
- setShortName(String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleItem
-
- setShortName(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleList
-
- setShortName(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setShortName(String, String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleListing
-
- setShouldHalt(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- setShouldHalt(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setShouldHalt(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setShouldHalt(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
- setShouldHalt(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
- setShouldHalt(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setShouldHalt(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setShouldRollBack(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
Sets boolean indication of whether a roll back of the most recent
iteration or proposal should occur.
- setShouldRollBack(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
- setShouldRollBack(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
- setShouldRollBack(String) - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
Sets boolean indication of whether a roll back of the most recent
iteration or proposal should occur.
- setShouldRollBack(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
Sets boolean indication of whether a roll back of the most recent
iteration or proposal should occur.
- setShouldRollBack(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
- setShouldRollBack(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
- setSilent(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setSilent(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setSilent(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setSilent(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLSurface
-
- setSingleEntry(String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQL
-
- setSingleEntry(String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQL
-
- setSingleEntry(String, String, String, String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLite
-
- setSize(float) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractMarker
-
- setSize(float) - Method in interface com.mockturtlesolutions.snifflib.graphics.MarkerRender
-
- setSize(int[]) - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
Set the depth of the base stencil.
- setSkip(int) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReporter
-
- setSmoothingKernel(AbstractWeightAlgorithm) - Method in class com.mockturtlesolutions.snifflib.invprobs.Lpreg
-
Set the smoothing kernel.
- setSmoothMethod(AbstractSmoothMethod) - Method in class com.mockturtlesolutions.snifflib.invprobs.AbstractBandwidthMethod
-
- setSmoothMethod(AbstractSmoothMethod) - Method in interface com.mockturtlesolutions.snifflib.invprobs.BandwidthMethod
-
- setSmoothMethod(AbstractSmoothMethod) - Method in class com.mockturtlesolutions.snifflib.invprobs.NNBandwidth
-
- setSmoothParameter(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.FixedSmoothMethod
-
- setSmoothParameter(Double) - Method in class com.mockturtlesolutions.snifflib.invprobs.FixedSmoothMethod
-
- setSmoothParameter(double) - Method in class com.mockturtlesolutions.snifflib.invprobs.FixedSmoothMethod
-
- setSmoothParameter(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.GCVSmoothMethod
-
- setSmoothValue(double) - Method in class com.mockturtlesolutions.snifflib.graphics.LpregPanel.ResultsTab
-
- setSolver(FractionalStep) - Method in class com.mockturtlesolutions.snifflib.pde.StrangStage
-
- setSortDimension(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DoubleArrayUnit
-
- setSortDirection(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SortRangeFrame
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSet
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSetDOM
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSetSQL
-
- setSortProtocol(String) - Method in interface com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSetStorage
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSetXML
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageStackDOM
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageStackSQL
-
- setSortProtocol(String) - Method in interface com.mockturtlesolutions.snifflib.vistools.database.ImageStackStorage
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageStackXML
-
- setSortProtocol(String) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- setSortRangeHasHeader(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SortRangeFrame
-
- setSortStyle(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.ValueSortUnit
-
- setSoundPath(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.DefaultTimerListener
-
- setSplitConfigValue(String, String, String[]) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
- setSplitConfigValue(String, String, String[]) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfiguration
-
- setSplitString(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.InvProbConfiguration
-
- setSplitString(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
- setSplitString(String) - Method in interface com.mockturtlesolutions.snifflib.util.Configuration
-
- setStandardName(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.StandardName
-
- setStart(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
Set the start index of the sort.
- setStart(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
Set the starting index of the subscript vector.
- setStartTime(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setStartTime(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangStage
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQL
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQL
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageXML
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelPostgreSQL
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelSQL
-
- setStatisticalModelClassName(String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelStorage
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelXML
-
- setStatisticalModelClassName(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame
-
- setStd(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.NormalDistribution
-
- setStencil(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
Users can specify there own neighborhood stencil.
- setStep(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.pde.FractionalStep
-
- setStep(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
Set the time step.
- setStep(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangStage
-
- setStepAcceptance(Boolean) - Method in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- setSteps(int) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
Sets the number of grand steps to be taken.
- setStepVal(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.MatrixBuilder
-
- setStop(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
Set the stop index of the sort.
- setStop(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
Set the stopping index of the subscript vector.
- setStopTime(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setString(String) - Method in class com.mockturtlesolutions.snifflib.graphics.Annotation
-
- setStringRepresentation(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetFunction
-
- setStyle(SnifflibLineStyle) - Method in class com.mockturtlesolutions.snifflib.graphics.Line
-
- setSubMatrix(DblMatrix, Subscript[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Set a matrix of values within an existing matrix.
- setSubMatrix(int, Subscript[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Repeat a given value over a sub-matrix.
- setSubMatrix(SpreadsheetEntryMatrix, Subscript[]) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetModel
-
- setSubMatrix(SpreadsheetEntryMatrix, Subscript[]) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
Set a matrix of values within an existing matrix.
- setSubplotLayout(int, int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLFigure
-
- setSubplotLayout() - Method in class com.mockturtlesolutions.snifflib.graphics.SLFigure
-
Sets a default square layout based on the number of children that are SLAxes.
- setSubSteps(int) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setSuggestedNextInterval(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- setSuggestedNextSubSteps(Integer) - Method in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- setSymmetric(boolean) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
Setting to true causes the scheduler to interpret the
stages as the first half of a symmetric sequence.
- setSymmetry(int) - Method in class com.mockturtlesolutions.snifflib.util.Gradient
-
- setT(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.BasicODE
-
This sets the T pointer of the model to the input DblMatrix.
- setT(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.Ode
-
This sets the T pointer of the model to the input DblMatrix.
- setT(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeReporter.TraceQueueElement
-
- setTargetValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setTargetValue(double) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setTargetValue(Double) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setTasks(String[]) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setTemperature(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.DiffEvol
-
- setTemperature(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.NMSimplex
-
Set a temperature for a simulated annealing schedule.
- setTemperature(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.invprobs.SimulatedAnnealing
-
- setTerminalEps(String) - Method in class com.mockturtlesolutions.snifflib.graphics.GnuplotSnifflibGraphicsFilter
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractIconEntity
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.graphics.IconEntityNameEditor
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.graphics.NameEditor
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ConcentrationTextField
-
Set the current string in the text box.
- setText(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.DefaultDateEditor
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameDialog
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameTextField
-
Sets the combination [domain name].[value] for this object.
- setText(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.TemplateTextArea
-
Sets the text and by default will reset the caret position to 0.
- setText(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.VolumeTextField
-
Set the current string in the text box.
- setText(String) - Method in class com.mockturtlesolutions.snifflib.integration.OdeNameEditor
-
- setText(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptButton
-
- setText(String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetProcedure
-
- setTextNodeByElementName(String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
- setTextOrientation(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setTheta(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
Sets the angle of rotation away from the x-axis.
- setThreadedTransfers(int) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryPostgreSQLConnection
-
- setThreadedTransfers(int) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLConnection
-
- setThreadedTransfers(int) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLiteConnection
-
- setThreadedTransfers(int) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryXMLConnection
-
- setThreadPoolSize(int) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServer
-
- setThreadPoolSize(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setThreadPoolSize(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setThreadPoolSize(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setThreadPoolSize(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setThreadPoolSize(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setTime(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReportInstance
-
- setTime(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractBoundaryValueProblem
-
- setTime(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffuse
-
- setTime(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.pde.FractionalStep
-
- setTime(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
- setTimePoints(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.InterpolationQueue
-
- setTimePoints(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- setTimeRemaining(double) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerEvent
-
- setTimeStep(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.AbstractBoundaryValueProblem
-
- settingsModified() - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor
-
- setTInterp(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeReporter
-
- setTiny(Double) - Method in class com.mockturtlesolutions.snifflib.util.Lentz
-
- setTitle(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- setTitle(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setTitle(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- setTitleColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setTitleFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setTnew(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- setTol(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.Lentz
-
- setTolerance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.AnalyticQuadratureAlgorithm
-
- setTolerance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setTolerance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- setTolerance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
- setTopology(String) - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
Set the type of stencil to be generated.
- setTrackRecents(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox
-
- setTransformResult(String) - Method in class com.mockturtlesolutions.snifflib.graphics.LpregPanel.ResultsTab
-
- setTraverseMethod(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.BinaryTree
-
- setTree(DefaultMutableTreeNode) - Method in interface com.mockturtlesolutions.snifflib.invprobs.HierarchicalParameters
-
- setTruncate(boolean) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setTruncatePoint(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setTruncatePoint(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- setTstart(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
- setTstop(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
- setType(String) - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
Set the type of stencil to be generated.
- setTypes(Class[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetReader
-
Explicitly provide types.
- setUnits(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ConcentrationTextField
-
Sets the current units.
- setUnits(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.VolumeTextField
-
Sets the current units.
- setUpdateObject(TextUpdate) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox
-
- setUpdateString(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ConfiguredComboBox
-
The displayed list always contains the "default" string.
- setUpperBinLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLHistogram
-
- setUpperBound(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.ScalarRootLocator
-
- setUpperLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.AnalyticQuadratureAlgorithm
-
Set the upper limit of integration.
- setUpperLimit(int) - Method in class com.mockturtlesolutions.snifflib.integration.DataQuad
-
Set the upper limit of integration.
- setUpperLimit(double) - Method in class com.mockturtlesolutions.snifflib.integration.DataQuad
-
Set the upper limit of integration.
- setUpperLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.DataQuad
-
Set the upper limit of integration.
- setUpperLimit(int) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
Set the upper limit of integration.
- setUpperLimit(double) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
Set the upper limit of integration.
- setUpperLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.FunQuad
-
Set the upper limit of integration.
- setUpperLimit(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.PointWiseQuadratureAlgorithm
-
Set the upper limit of integration.
- setUpperLimit(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.integration.QuadratureAlgorithm
-
Set the upper limit of integration.
- setUse(String, Boolean) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppInternalSetTableModel
-
- setUseBestGuess(boolean) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
- setUser(String, String) - Method in interface com.mockturtlesolutions.snifflib.sqldig.database.SQLConfiguration
-
- setUserSelector(DomainSelector) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameTextField
-
- setUseSampleStatistic(boolean) - Method in class com.mockturtlesolutions.snifflib.stats.Var
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableDOM
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetDOM
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetPostgreSQL
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQL
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQLite
-
- setUsingDblParamSet(DblParamSet) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetStorage
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetXML
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- setUsingDblParamSet(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- setUsingJacobianPattern(boolean) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
Sets whether or not a Jacobian pattern is used to reduce
computational effort.
- setUsingNumericalJacobian(boolean) - Method in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
If set to true a numerical Jacobian will be calculated.
- setValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.AxesRangeSelection
-
- setValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReportInstance
-
- setValue(Object) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetEntry
-
Sets the value of this entry.
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel.ParamTableModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ManageSelectionBookmarksFrame.SubsetMarksTableModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SortRangeFrame.SortCriteriaSrcTableModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.ClassTermsTableModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.MappingTableModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.ParameterMappingTableModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.RandomTermsTableModel
-
- setValueAt(Object, int, int) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppInternalSetTableModel
-
- setValueName(String) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReportInstance
-
- setValueNames(String[]) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReporter
-
- setValueToGet(int) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setValueToGet(int) - Method in class com.mockturtlesolutions.snifflib.stats.ProbabilityDensity
-
- setVar(DblMatrix, String, DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.datatypes.NamedColumnMapping
-
Sets the column of the input matrix according to the current variable name mapping.
- setVar(DblMatrix, String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReporter
-
Sets the column of the input matrix according to the current variable name mapping.
- setVar(String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.Ode
-
Change the current values of the state variables according to the current variable name
mapping.
- setVar(DblMatrix, String, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.Ode
-
Sets the column of the input matrix according to the current variable name mapping.
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.ChiSqDistribution
-
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.FCDF
-
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.FDistribution
-
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.GammaDistribution
-
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.HypergeometricDistribution
-
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.NormalDistribution
-
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.TDistribution
-
- setVariable(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.UniformDistribution
-
- setVariableNames(String[]) - Method in interface com.mockturtlesolutions.snifflib.datatypes.NamedColumnMapping
-
Sets the variable names for columns.
- setVariableNames(String[]) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReporter
-
- setVariableNames(String[]) - Method in class com.mockturtlesolutions.snifflib.integration.Ode
-
- setVariableValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.ProbabilityDensity
-
- setVariance(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.stats.NormalDistribution
-
- setVersion(String) - Method in class com.mockturtlesolutions.snifflib.extensions.DefaultModuleItem
-
- setVersion(String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleItem
-
- setVersion(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleList
-
- setVersion(String, String) - Method in class com.mockturtlesolutions.snifflib.extensions.ModuleListDOM
-
- setVersion(String, String) - Method in interface com.mockturtlesolutions.snifflib.extensions.ModuleListing
-
- setVerticalScrollIntermittant(boolean) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetPanel
-
- setView(Vector) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionBrowserFrame.ReservedFunctionTableModel
-
- setVisible(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.ScriptEditor
-
- setVisible(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SetOperationFrame
-
- setVisible(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SortRangeFrame
-
- setVisible(boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionBrowserFrame
-
- setWhileInsideSoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- setWhileInsideSoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerSQL
-
- setWhileInsideSoundURL(String) - Method in interface com.mockturtlesolutions.snifflib.timertools.database.TimerListenerStorage
-
- setWhileInsideSoundURL(String) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerXML
-
- setX(DblMatrix[]) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setX(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.DoubleContFracFun
-
- setXAxesStrategy(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setXAxisHide(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setXData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.Line
-
- setXData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setXData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setXData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setXData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.Surface
-
- setXData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.PointWiseQuadratureAlgorithm
-
Set the coordinate data being integrated.
- setXLabel(Annotation) - Method in class com.mockturtlesolutions.snifflib.graphics.Axes
-
- setXLabel(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setXLabelColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setXLabelFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setXLim(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setXppICFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppICFile(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppICFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppICFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppICFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppIncludeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppIncludeFile(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppIncludeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppIncludeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppIncludeFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppInitialCondition(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- setXppInitialCondition(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- setXppInitialCondition(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
- setXppInitialCondition(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
- setXppInitialCondition(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
- setXppInitialCondition(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
- setXppInitialCondition(String, String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setXppInitialCondition(String, double) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setXppInitialCondition(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
- setXppInitialCondition(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
- setXppInternset(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppInternset(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppInternset(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppInternset(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppInternset(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppNewseed(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppNewseed(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppNewseed(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppNewseed(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppNewseed(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppOutFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppOutFile(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppOutFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppOutFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppOutFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppParameter(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- setXppParameter(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- setXppParameter(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
- setXppParameter(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
- setXppParameter(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
- setXppParameter(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
- setXppParameter(String, String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setXppParameter(String, double) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setXppParameter(String, double) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
- setXppParameter(String, String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
- setXppParamsFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the ParameterSetStorage.
- setXppParamsFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the DblParamSet.
- setXppParamsFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the ParameterSetStorage.
- setXppParamsFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQL
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the DblParamSet.
- setXppParamsFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the ParameterSetStorage.
- setXppParamsFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLite
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the DblParamSet.
- setXppParamsFrom(ParameterSetStorage) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setXppParamsFrom(DblParamSet) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeStorage
-
- setXppParamsFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeTransferAgent
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the ParameterSetStorage.
- setXppParamsFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeTransferAgent
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the DblParamSet.
- setXppParamsFrom(ParameterSetStorage) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the ParameterSetStorage.
- setXppParamsFrom(DblParamSet) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
Set parameters in this XppOdeStorage to the values
of any corresponding parameter in the DblParamSet.
- setXppParFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppParFile(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppParFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppParFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppParFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppPath(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppPath(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppPath(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppPath(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppPath(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppSetFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppSetFile(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppSetFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppSetFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppSetFile(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXppVM(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- setXppVM(String) - Method in interface com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyStorage
-
- setXppVM(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyXML
-
- setXppVM(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyFrame
-
- setXppVM(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyPanel
-
- setXTransformation(UniUniFunction) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setY(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.BasicODE
-
This sets the Y pointer of the model to the input DblMatrix.
- setY(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.Ode
-
This sets the Y pointer of the model to the input DblMatrix.
- setY(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeReporter.TraceQueueElement
-
- setY(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.LpregDiagnostics
-
- setY(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- setYAxesStrategy(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setYAxisHide(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setYData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.Line
-
- setYData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- setYData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setYData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setYData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.Surface
-
- setYData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.PointWiseQuadratureAlgorithm
-
Set the response data being integrated.
- setYLabel(Annotation) - Method in class com.mockturtlesolutions.snifflib.graphics.Axes
-
- setYLabel(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setYLabelColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setYLabelFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setYLim(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setYnew(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- setYTransformation(UniUniFunction) - Method in class com.mockturtlesolutions.snifflib.stats.Plot
-
- setZAxisHide(int) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setZData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.Line
-
- setZData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- setZData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- setZData(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.Surface
-
- setZLabel(Annotation) - Method in class com.mockturtlesolutions.snifflib.graphics.Axes
-
- setZLabel(String) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setZLabelColor(Color) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setZLabelFont(Font) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- setZoomValue(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.ZoomDialog
-
- ShapeClipMap - Class in com.mockturtlesolutions.snifflib.graphics
-
- ShapeClipMap(SLCamera) - Constructor for class com.mockturtlesolutions.snifflib.graphics.ShapeClipMap
-
- SharedSpreadsheetClipboard - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
- SharedSpreadsheetClipboard() - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SharedSpreadsheetClipboard
-
- Sharpness - Variable in class com.mockturtlesolutions.snifflib.util.Pulse
-
- SHEET_ADDED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SHEET_ADDED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTabbedSheetUndoEvent
-
- SHEET_DESCRIPTION_MODIFIED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTabbedSheetUndoEvent
-
- SHEET_FOCUS_CHANGED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SHEET_MODIFIED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SHEET_OPENED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SHEET_PRINTED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SHEET_REMOVED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SHEET_REMOVED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTabbedSheetUndoEvent
-
- SHEET_SAVED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SHEET_TITLE_CHANGED - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- shiftSelectedDown() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- shiftSelectedDown() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- shiftSelectedLeft() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- shiftSelectedLeft() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- shiftSelectedRight() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- shiftSelectedRight() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- shiftSelectedUp() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- shiftSelectedUp() - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- shortname - Variable in class com.mockturtlesolutions.snifflib.extensions.ModuleListEvent
-
- shouldAddToReport(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractReporter
-
- shouldAddToReport(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReporter
-
- shouldAddToReport(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.FigureReporter
-
- shouldAddToReport(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.ObjectReporter
-
- shouldAddToReport(Object) - Method in interface com.mockturtlesolutions.snifflib.graphics.Reporter
-
- shouldAddToTrace(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.AbstractReporter
-
- shouldAddToTrace(Object) - Method in class com.mockturtlesolutions.snifflib.graphics.DefaultReporter
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.graphics.DataSetSelector
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.graphics.ModelSelector
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.guitools.components.ConcentrationCellEditor
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameCellEditor
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchicalCellEditor
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.invprobs.ParameterValueEditor
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetEntryTableCellEditor
-
- shouldSelectCell(EventObject) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.MappingTableCellEditor
-
- shouldSplit() - Method in class com.mockturtlesolutions.snifflib.util.QTreeNode
-
Determine if the current node should be split.
- show() - Method in class com.mockturtlesolutions.snifflib.datatypes.Counter
-
Show the Counter.
- show(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.Counter
-
Show the Counter using a label.
- show() - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- show() - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Display matrix on screen using default label of "matrix".
- show(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- show(String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Display matrix on screen using given label.
- show() - Method in class com.mockturtlesolutions.snifflib.datatypes.DblParamSet
-
Show values on screen.
- show(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblParamSet
-
Show values on screen.
- show(String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblParamSet
-
Show values on screen formated using the given number format string.
- show(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
Show the sorted data using the given String label.
- show() - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
Show the sorted data.
- show() - Method in interface com.mockturtlesolutions.snifflib.datatypes.Displayable
-
- show(String) - Method in interface com.mockturtlesolutions.snifflib.datatypes.Displayable
-
- show() - Method in class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
- show() - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptDOM
-
- show() - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptXML
-
- show() - Method in class com.mockturtlesolutions.snifflib.guitools.components.DomainNameTree
-
Shows the tree.
- show() - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetSimplex
-
Display the vertices of the simplex.
- show(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetSimplex
-
Display the vertices of the simplex.
- show() - Method in class com.mockturtlesolutions.snifflib.invprobs.InvProbConfiguration
-
- show() - Method in class com.mockturtlesolutions.snifflib.invprobs.ParameterValuePair
-
Show the values of the parameter value pair.
- show(String) - Method in class com.mockturtlesolutions.snifflib.invprobs.ParameterValuePair
-
Show the values of the parameter value pair labeling with an input String.
- show() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServer
-
- show() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeXML
-
- show() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.AbstractRepositoryStorage
-
- show() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
Print the configuration on standard output.
- show() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
- show() - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.NameQueryTree
-
- show() - Method in class com.mockturtlesolutions.snifflib.semantics.FillerText
-
Shows a human-readable string representation of this filler text.
- show() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- show() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionXML
-
- show() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableDOM
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableDOM
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariablePostgreSQL
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariablePostgreSQL
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableSQL
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableSQL
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableTransferAgent
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableTransferAgent
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetDOM
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetDOM
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetPostgreSQL
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetPostgreSQL
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQL
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQL
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQLite
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQLite
-
- show() - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetStorage
-
- show(String) - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetStorage
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetTransferAgent
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetTransferAgent
-
- show() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetXML
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetXML
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetFrame
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.ParameterSetPanel
-
- show() - Method in interface com.mockturtlesolutions.snifflib.util.Configuration
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
- show() - Method in class com.mockturtlesolutions.snifflib.util.Nhood
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
Show the decomposition using a given label.
- show() - Method in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
Show the decomposition.
- show() - Method in class com.mockturtlesolutions.snifflib.util.QTreeNode
-
Print information about the current quad.
- show(String) - Method in class com.mockturtlesolutions.snifflib.util.QTreeNode
-
Print information about the current quad using a label.
- show() - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- show() - Method in interface com.mockturtlesolutions.snifflib.util.Simplex
-
- show(String) - Method in interface com.mockturtlesolutions.snifflib.util.Simplex
-
- show() - Method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
- show() - Method in class com.mockturtlesolutions.snifflib.util.ValueSimplex
-
- show(String) - Method in class com.mockturtlesolutions.snifflib.util.ValueSimplex
-
- show() - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- show() - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- show() - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeXML
-
- SHOW_AXIS - Static variable in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- showDetailsFor(FlatFileDOM) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileFrame
-
- showDetailsFor(FlatFileDOM) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetFrame
-
- showDetailsFor(ImageFileDOM) - Method in class com.mockturtlesolutions.snifflib.vistools.workbench.ImageStackFrame
-
- showDialog() - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameDialog
-
- showDialog() - Method in class com.mockturtlesolutions.snifflib.guitools.components.MatchedItemDialog
-
Returns two lists of the matched items.
- showError(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileToolsHelpFrame
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.graphics.IconEntityNameEditor
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.graphics.NameEditor
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.integration.OdeNameEditor
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCToolsHelpFrame
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeHelpFrame
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryCustodianFrame
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryManagerFrame
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryTransferFrame
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.util.MatrixBuilder
-
- showError(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyHelpFrame
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileCenter.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetTool.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileTool.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.graphics.AxesLocatorDemo.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.graphics.Graphics2DDemo.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.graphics.Graphics3DDemo.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.graphics.GraphicsDemo.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.guitools.components.FaultBarrierFrame
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCCenter.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFit.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryPrototypes.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.MyrtleGUI.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.timertools.graphical.TimerTool.ExceptionGroup
-
- showMessage(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyGui.ExceptionGroup
-
- showMessageDialog() - Method in class com.mockturtlesolutions.snifflib.guitools.components.StackTraceMessageDialog
-
- showMessageDialog(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- showMessageDialog(String) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- showMessageDialog(String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Shows a message to the user.
- showMessageDialog(String) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- showProcedureStackTrace(String, Throwable) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- showProcedureStackTrace(String, Throwable) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Allows user to view and debug failed scripts by showing the stack trace which lead up to
the script failing.
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileCenter.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetTool.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileTool.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.graphics.AxesLocatorDemo.ExceptionGroup
-
- showStackTrace(Exception) - Method in class com.mockturtlesolutions.snifflib.graphics.GraphicalExceptionHandler
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.graphics.Graphics2DDemo.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.graphics.Graphics3DDemo.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.graphics.GraphicsDemo.ExceptionGroup
-
- showStackTrace(Exception) - Method in class com.mockturtlesolutions.snifflib.guitools.components.GraphicalExceptionHandler
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCCenter.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFit.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryPrototypes.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.MyrtleGUI.ExceptionGroup
-
- showStackTrace(Throwable) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleSheetAPI
-
Allows user to view and debug by showing the stack trace.
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.timertools.graphical.TimerTool.ExceptionGroup
-
- showStackTrace(Throwable) - Method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyGui.ExceptionGroup
-
- Shrink() - Method in class com.mockturtlesolutions.snifflib.invprobs.NMSimplex
-
Shrink the simplex about the average.
- sideOfWall(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation.SplittingPlane
-
Returns a number whose absolute value is the distance of the point to the
wall and the sign indicates which "side" of the plane the point is on.
- sign(DblMatrix, DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Returns sign transfer function.
- sign(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Sign returns 1 if X is greater than 0, 0 if X equals zero and -1 if X is less than zero.
- signum(String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- signum(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapter
-
- signum(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- signum(Double) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- signum(double) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- SimpAnalyticQuadratureAlgorithm - Class in com.mockturtlesolutions.snifflib.integration
-
Simpson's Quadrature of a function.
- SimpAnalyticQuadratureAlgorithm() - Constructor for class com.mockturtlesolutions.snifflib.integration.SimpAnalyticQuadratureAlgorithm
-
- SIMPLE_PERSPECTIVE - Static variable in class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
- Simplex - Interface in com.mockturtlesolutions.snifflib.util
-
- SimulatedAnnealing - Interface in com.mockturtlesolutions.snifflib.invprobs
-
Any optimization methods capable of simulated annealing should implement this interface.
- sin(String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- sin(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapter
-
- sin(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- sinh(String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- sinh(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapter
-
- sinh(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- Size - Variable in class com.mockturtlesolutions.snifflib.datatypes.GenMatrix
-
- Size - Variable in class com.mockturtlesolutions.snifflib.datatypes.OrdSetSampler
-
- size() - Method in class com.mockturtlesolutions.snifflib.datatypes.OrdSetSampler
-
Return number of elements in the ordered set.
- size() - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibColorTable
-
- size() - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibMarkerTable
-
- Size - Variable in class com.mockturtlesolutions.snifflib.integration.BasicODE
-
- Size() - Method in class com.mockturtlesolutions.snifflib.integration.BasicODE
-
- size() - Method in class com.mockturtlesolutions.snifflib.invprobs.InvProbConfiguration
-
- size() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceList
-
- size() - Method in class com.mockturtlesolutions.snifflib.pde.NDGrid
-
Returns the number of grid points in each direction.
- size(int) - Method in class com.mockturtlesolutions.snifflib.pde.NDGrid
-
Returns the number of grid points in the given direction.
- size() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
- size() - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.NameQueryTree
-
- size() - Method in class com.mockturtlesolutions.snifflib.util.BarElement
-
- size() - Method in interface com.mockturtlesolutions.snifflib.util.Configuration
-
- size() - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- size() - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementXML
-
- size() - Method in interface com.mockturtlesolutions.snifflib.util.GridElement
-
- Size - Variable in class com.mockturtlesolutions.snifflib.util.Nhood
-
- Size() - Method in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
Return the dimensions of the quad tree relative to a N-D cube.
- size() - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
- size() - Method in class com.mockturtlesolutions.snifflib.util.ValueSimplex
-
- sizeOfSet() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetDOM
-
- sizeOfSet() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetPostgreSQL
-
- sizeOfSet() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetSQL
-
- sizeOfSet() - Method in interface com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetStorage
-
- sizeOfSet() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetXML
-
- sizeOfSet() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.CanonicalSetFrame
-
- sizeOfTrace() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceDOM
-
- sizeOfTrace() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTracePostgreSQL
-
- sizeOfTrace() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceSQL
-
- sizeOfTrace() - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceStorage
-
- sizeOfTrace() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceXML
-
- sizeOfTrace() - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame.MCMCRunTableModel
-
- sizeOfTrace() - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame.MCMCTraceTableModel
-
- sizeOfTrace() - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCTraceFrame
-
- skip - Variable in class com.mockturtlesolutions.snifflib.graphics.DefaultReporter
-
- SLAnnotation - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLAnnotation(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLAnnotation
-
- SLAnnotationPreferences - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLAxes - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLAxes(SLFigure) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- SLAxesPreferencePanel - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLAxesPreferencePanel() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLAxesPreferencePanel
-
- SLAxesPreferences - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLAxesRangeIndicator - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLAxesRangeIndicator(SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLAxesRangeIndicator
-
- SLAxesRangeIndicator(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLAxesRangeIndicator
-
- SLBarChart - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLBarChart(SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLBarChart
-
- SLBarChart(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLBarChart
-
- SLCamera - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLCamera(SLAxes) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLCamera
-
- SLCameraChangeEvent - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLCameraChangeEvent(Object) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLCameraChangeEvent
-
- SLCameraChangeListener - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLCameraController - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLCameraControllerFrame - Class in com.mockturtlesolutions.snifflib.graphics
-
A graphical dialog for the control of a camera.
- SLCameraControllerFrame(SLCamera) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLCameraControllerFrame
-
- SLCameraControllerPanel - Class in com.mockturtlesolutions.snifflib.graphics
-
A graphical dialog for the control of a camera.
- SLCameraControllerPanel(SLCamera) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLCameraControllerPanel
-
Uses the camera's name as the title of the control dialog.
- SLCameraGroup - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLComponent - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLComponent() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLComponent
-
- SLComponentEvent - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLComponentEvent(SLComponent, int) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLComponentEvent
-
- SLComponentEventAdapter - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLComponentEventAdapter() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLComponentEventAdapter
-
- SLComponentEventListener - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLFigure - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLFigure(Container) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLFigure
-
- SLFigurePreferencePanel - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLFigurePreferencePanel() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLFigurePreferencePanel
-
- SLFigurePreferences - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLGradientPaint - Class in com.mockturtlesolutions.snifflib.graphics
-
A GradientPaint generator based on coordinates given in data space.
- SLGradientPaint(SLLocator, DblMatrix, Color, DblMatrix, Color) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLGradientPaint
-
Creates a 2-color linear gradient between the two given data coordinates.
- SLGrid - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLGrid(SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLGrid
-
- SLGrid(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLGrid
-
- SLHistogram - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLHistogram(SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLHistogram
-
- SLHistogram(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLHistogram
-
- SLIconifiedAnnotation - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLIconifiedAnnotation(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLIconifiedAnnotation
-
- SLLegend - Class in com.mockturtlesolutions.snifflib.graphics
-
This is an abstract object.
- SLLegend(SLLocator, SLAxes) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
- SLLegend(SLLocator, SLAxes, int) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLLegend
-
Creates a legend which orders its entries accoring to the given
strategy.
- SLLegendPreferences - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLLine - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLLine(SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- SLLine(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLLine
-
- SLLinearGradientPaint - Class in com.mockturtlesolutions.snifflib.graphics
-
A LinearGradientPaint generator based on coordinates given in data space.
- SLLinearGradientPaint(SLLocator, DblMatrix, DblMatrix, DblMatrix, Color[], MultipleGradientPaint.CycleMethod) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLLinearGradientPaint
-
Creates a 2-color linear gradient between the two given data coordinates.
- SLLineSegmentRenderer - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLLineSegmentRendererPreferences - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLLocator - Interface in com.mockturtlesolutions.snifflib.graphics
-
Provides methods for pixel to data-space coordinate transformations.
- SLMarkerRenderer - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLPaint - Interface in com.mockturtlesolutions.snifflib.graphics
-
Standard interface for data coordinate space paint generators.
- SLPolyRegion - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLPolyRegion(SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- SLPolyRegion(SLLocator, SLComponent) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLPolyRegion
-
- SLPreferences - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SLRadialGradientPaint - Class in com.mockturtlesolutions.snifflib.graphics
-
A RadialGradientPaint generator based on coordinates given in data space.
- SLRadialGradientPaint(SLLocator, DblMatrix, DblMatrix, DblMatrix, DblMatrix, Color[], MultipleGradientPaint.CycleMethod) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLRadialGradientPaint
-
Creates a 2-color linear gradient between the two given data coordinates.
- SLStereoCameraGroup - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLStereoCameraGroup() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLStereoCameraGroup
-
- SLStereoCameraGroup(SLCamera, SLCamera) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLStereoCameraGroup
-
- SLSurface - Class in com.mockturtlesolutions.snifflib.graphics
-
- SLSurface(SLComponent, DblMatrix, DblMatrix, DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLSurface
-
- SLSurface(SLLocator, SLComponent, DblMatrix, DblMatrix, DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLSurface
-
- SLTexturePaint - Class in com.mockturtlesolutions.snifflib.graphics
-
A GradientPaint generator based on coordinates given in data space.
- SLTexturePaint(SLLocator, DblMatrix, DblMatrix, DblMatrix, BufferedImage) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SLTexturePaint
-
Creates a texture paint.
- smallerDiameter(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetSimplex
-
Calculate diameter of parameter values.
- SmoothingKernel - Variable in class com.mockturtlesolutions.snifflib.invprobs.Lpreg
-
- SmoothMethod - Variable in class com.mockturtlesolutions.snifflib.invprobs.AbstractBandwidthMethod
-
- SmoothMethod - Interface in com.mockturtlesolutions.snifflib.invprobs
-
- SmoothParameter - Variable in class com.mockturtlesolutions.snifflib.invprobs.AbstractSmoothMethod
-
- SnifflibAnnotationStyle - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibAnnotationStyle() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibAnnotationStyle
-
- SnifflibAxesStyle - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibAxesStyle() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibAxesStyle
-
- SnifflibColorTable - Class in com.mockturtlesolutions.snifflib.graphics
-
Typically a small list of default colors.
- SnifflibColorTable() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibColorTable
-
- SnifflibDatatypeException - Exception in com.mockturtlesolutions.snifflib.datatypes
-
- SnifflibDatatypeException() - Constructor for exception com.mockturtlesolutions.snifflib.datatypes.SnifflibDatatypeException
-
- SnifflibDatatypeException(String) - Constructor for exception com.mockturtlesolutions.snifflib.datatypes.SnifflibDatatypeException
-
- SnifflibDatatypeException(String, Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.datatypes.SnifflibDatatypeException
-
- SnifflibDatatypeException(Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.datatypes.SnifflibDatatypeException
-
- SnifflibFigureStyle - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibFigureStyle() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibFigureStyle
-
- SnifflibGraphics - Class in com.mockturtlesolutions.snifflib.graphics
-
A context class for various graphics filters.
- SnifflibGraphics(AbstractSnifflibGraphicsFilter) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphics
-
- SnifflibGraphicsException - Exception in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibGraphicsException() - Constructor for exception com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsException
-
- SnifflibGraphicsException(String) - Constructor for exception com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsException
-
- SnifflibGraphicsException(String, Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsException
-
- SnifflibGraphicsException(Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsException
-
- SnifflibGraphicsFilter - Interface in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibGraphicsFilterHolder - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibGraphicsFilterHolder() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsFilterHolder
-
- SnifflibGraphicsFilterHolder(AbstractSnifflibGraphicsFilter) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsFilterHolder
-
- SnifflibGraphicsObject - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibGraphicsObject(SnifflibGraphicsFilterHolder) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsObject
-
Constructor for creation of the root object.
- SnifflibGraphicsObject(SnifflibGraphicsFilterHolder, SnifflibGraphicsObject) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphicsObject
-
- SnifflibIntegrationException - Exception in com.mockturtlesolutions.snifflib.integration
-
- SnifflibIntegrationException() - Constructor for exception com.mockturtlesolutions.snifflib.integration.SnifflibIntegrationException
-
- SnifflibIntegrationException(String) - Constructor for exception com.mockturtlesolutions.snifflib.integration.SnifflibIntegrationException
-
- SnifflibIntegrationException(String, Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.integration.SnifflibIntegrationException
-
- SnifflibIntegrationException(Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.integration.SnifflibIntegrationException
-
- SnifflibInvprobsException - Exception in com.mockturtlesolutions.snifflib.invprobs
-
- SnifflibInvprobsException() - Constructor for exception com.mockturtlesolutions.snifflib.invprobs.SnifflibInvprobsException
-
- SnifflibInvprobsException(String) - Constructor for exception com.mockturtlesolutions.snifflib.invprobs.SnifflibInvprobsException
-
- SnifflibInvprobsException(String, Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.invprobs.SnifflibInvprobsException
-
- SnifflibInvprobsException(Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.invprobs.SnifflibInvprobsException
-
- SnifflibLineStyle - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibLineStyle() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibLineStyle
-
- SnifflibMarkerTable - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibMarkerTable() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibMarkerTable
-
- SnifflibPDEException - Exception in com.mockturtlesolutions.snifflib.pde
-
- SnifflibPdeException - Exception in com.mockturtlesolutions.snifflib.pde
-
- SnifflibPDEException() - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPDEException
-
- SnifflibPDEException(String) - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPDEException
-
- SnifflibPDEException(String, Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPDEException
-
- SnifflibPDEException(Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPDEException
-
- SnifflibPdeException() - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPdeException
-
- SnifflibPdeException(String) - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPdeException
-
- SnifflibPdeException(String, Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPdeException
-
- SnifflibPdeException(Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.pde.SnifflibPdeException
-
- SnifflibSurfaceStyle - Class in com.mockturtlesolutions.snifflib.graphics
-
- SnifflibSurfaceStyle() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SnifflibSurfaceStyle
-
- SnifflibUnknownOptionException - Exception in com.mockturtlesolutions.snifflib.util
-
- SnifflibUnknownOptionException() - Constructor for exception com.mockturtlesolutions.snifflib.util.SnifflibUnknownOptionException
-
- SnifflibUnknownOptionException(String) - Constructor for exception com.mockturtlesolutions.snifflib.util.SnifflibUnknownOptionException
-
- SnifflibUnknownOptionException(String, Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.util.SnifflibUnknownOptionException
-
- SnifflibUnknownOptionException(Throwable) - Constructor for exception com.mockturtlesolutions.snifflib.util.SnifflibUnknownOptionException
-
- solve() - Method in class com.mockturtlesolutions.snifflib.integration.AbstractOdeSolver
-
- solve() - Method in class com.mockturtlesolutions.snifflib.integration.AbstractOdeUpdater
-
For the updater solve is by default set up to do nothing.
- solve() - Method in class com.mockturtlesolutions.snifflib.integration.DefaultOdeSolver
-
- solve() - Method in interface com.mockturtlesolutions.snifflib.integration.OdeSolution
-
- solve() - Method in class com.mockturtlesolutions.snifflib.integration.OdeSolver
-
- solve() - Method in class com.mockturtlesolutions.snifflib.invprobs.DiffEvol
-
Estimate the parameters.
- solve() - Method in class com.mockturtlesolutions.snifflib.invprobs.MCMC
-
- solve() - Method in class com.mockturtlesolutions.snifflib.invprobs.NMSimplex
-
Minimize until convergence.
- solve() - Method in class com.mockturtlesolutions.snifflib.invprobs.VisualScalarOptimizer
-
Estimate the parameters.
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.AbstractBoundaryValueProblem
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.AbstractDiffuse
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.BVP
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.CrankNicholson
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.DefaultDiffuse
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.Diffuse
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.GaussSeidel
-
- solve() - Method in interface com.mockturtlesolutions.snifflib.pde.PartialDifferentialEquation
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
- solve() - Method in class com.mockturtlesolutions.snifflib.pde.StrangStage
-
- solveBin(DblMatrix[], DblMatrix, DblMatrix, String, DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
Solve the binning problem for a newly formed quad.
- solver - Variable in class com.mockturtlesolutions.snifflib.integration.OdeModel
-
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.AbstractLUAlgorithm
-
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.AbstractQRAlgorithm
-
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.AbstractSVDAlgorithm
-
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
- solveSystem(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.linalg.LUAlgorithm
-
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.LUFact
-
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.ModiClarkeQRAlgorithm
-
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.NRLUAlgorithm
-
Solves the set of n linear equations A*X = B.
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.NRQRAlgorithm
-
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.NRSVDAlgorithm
-
Solves the systems A*x = b for given right hand side b.
- solveSystem(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.linalg.QRAlgorithm
-
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.QRFact
-
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.SparseHHQRAlgorithm
-
- solveSystem(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.linalg.SVDAlgorithm
-
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
- solveSystem(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.linalg.SVDFact
-
- sort() - Method in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
Perform an ascending sort along the current dimension.
- sort() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.workbench.ReservedFunctionBrowserFrame.ReservedFunctionTableModel
-
- Sort - Class in com.mockturtlesolutions.snifflib.stats
-
Sorts rows of a DataSet with respect to one or more variables
in the DataSet.
- Sort(DataSet) - Constructor for class com.mockturtlesolutions.snifflib.stats.Sort
-
- Sort.DefaultDataSetComparator - Class in com.mockturtlesolutions.snifflib.stats
-
- Sort.DefaultDataSetComparator(int) - Constructor for class com.mockturtlesolutions.snifflib.stats.Sort.DefaultDataSetComparator
-
- SORT_AS_NUMERIC - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.ValueSortUnit
-
- SORT_AS_STRING - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.ValueSortUnit
-
- SORT_COLUMNS - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SortRangeFrame
-
- SORT_ROWS - Static variable in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SortRangeFrame
-
- sort_style - Variable in class com.mockturtlesolutions.snifflib.spreadsheets.ValueSortUnit
-
- sortColumns(String, Vector, boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- Sorted - Variable in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
- SortingCriterion - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
- SortingCriterion() - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SortingCriterion
-
- SortKey - Variable in class com.mockturtlesolutions.snifflib.datatypes.OrdElement
-
- sortRange() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- sortRangeHasHeader() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel.SortRangeFrame
-
- sortRows(String, Vector, boolean) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- span(DblMatrix, DblMatrix, int) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Create a vector that spans an upper and lower value using N steps.
- span(double, double, int) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Create a vector that spans an upper and lower value using N steps.
- span(int, int, int) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Create a vector that spans an upper and lower value using N steps.
- spanningSet(int[]) - Static method in class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
Create a spanning Subscript[] for a matrix of dimensions int[] Size.
- spanningSet() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetModel
-
- spanningSetFor(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Find a spanning set of unit vectors for the given normal vector.
- SparseHHQRAlgorithm - Class in com.mockturtlesolutions.snifflib.linalg
-
- SparseHHQRAlgorithm(DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.linalg.SparseHHQRAlgorithm
-
- SparseSetterGetter - Class in com.mockturtlesolutions.snifflib.datatypes
-
Allows set/get operations for a sparse matrix.
- SparseSetterGetter() - Constructor for class com.mockturtlesolutions.snifflib.datatypes.SparseSetterGetter
-
- spawnUnder(SLComponent) - Method in class com.mockturtlesolutions.snifflib.graphics.SLLine
-
Creates a new line that is drawn under the level of the given parent.
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSetDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerListenerDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageStackDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyDOM
-
- specifyStorage(Document, Element) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeDOM
-
- sphereRegion(DblMatrix, DblMatrix, int) - Static method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
Produces a Delaunay triangulation of a sphere (hypersphere) in N dimensions.
- split(int) - Method in class com.mockturtlesolutions.snifflib.util.QTreeNode
-
Split the quad returning the resulting quads in a QTreeNode [].
- splitDomainName(String) - Static method in class com.mockturtlesolutions.snifflib.guitools.components.IconServer
-
Parses a dot-separated URL to return the leading domain name.
- SplitSize - Variable in class com.mockturtlesolutions.snifflib.util.Qdecomp
-
- SplitSize - Variable in class com.mockturtlesolutions.snifflib.util.QTreeNode
-
- SplitString - Variable in class com.mockturtlesolutions.snifflib.invprobs.InvProbConfiguration
-
- SplitString - Variable in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
- SpreadsheetEntry - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Interface for spreadsheet cell entries.
- SpreadsheetEntryEvent - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
Event for changes in spreadsheet entries.
- SpreadsheetEntryEvent(SpreadsheetEntry, int) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryEvent
-
- SpreadsheetEntryListener - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Listener intended for tracking changes in spreadsheet entries.
- SpreadsheetEntryMatrix - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
- SpreadsheetEntryMatrix(int[]) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- SpreadsheetEntryMatrix(DefaultSpreadsheetTable, DefaultSpreadsheetPanel, int[]) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- SpreadsheetEntryMatrix(DefaultSpreadsheetTable, DefaultSpreadsheetPanel, MatrixSetterGetter, int) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
This construction creates an Nx1 matrix.
- SpreadsheetEntryMatrix(MatrixSetterGetter) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- SpreadsheetEntryMatrix() - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- SpreadsheetEntryMatrix(DefaultSpreadsheetTable, DefaultSpreadsheetPanel, int) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
- SpreadsheetEntryMatrix(DefaultSpreadsheetTable, DefaultSpreadsheetPanel, MatrixSetterGetter, int[]) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
This construction creates a matrix of certain size.
- SpreadsheetFunction - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
Interface required of any function of SpreadsheetEntry
- SpreadsheetFunction(DefaultSpreadsheetEntry) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetFunction
-
Default constructor requires a SpreadsheetEntry
- SpreadsheetModel - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Marker interface for spread sheet storage models.
- SpreadsheetPanel - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Marker interface for spread sheets rendered as a panel.
- spreadsheetPanelChanged(SpreadsheetPanelEvent) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelListener
-
- SpreadsheetPanelEvent - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
Event for changes in spreadsheets
- SpreadsheetPanelEvent(SpreadsheetPanel, Object, int) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetPanelEvent
-
- SpreadsheetPanelListener - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Listener intended for tracking changes in spreadsheet entries.
- SpreadsheetPreferences - Interface in com.mockturtlesolutions.snifflib.spreadsheets.database
-
- SpreadsheetProcedure - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Interface used to handle transient instances of spreadsheet procedure scripts.
- SpreadsheetTabbedSheetUndoEvent - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
- SpreadsheetTabbedSheetUndoEvent(int, int, String, String) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTabbedSheetUndoEvent
-
- SpreadsheetTable - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
Convenience abstract class for spread sheet tables.
- SpreadsheetTable(SpreadsheetModel) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTable
-
- SpreadsheetTable() - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTable
-
- SpreadsheetTableDataUndoEvent - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
- SpreadsheetTableDataUndoEvent(int, String, int, int, String, String, String, String) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTableDataUndoEvent
-
- SpreadsheetTableMatrixUndoEvent - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
- SpreadsheetTableMatrixUndoEvent(int, String, int, int, SpreadsheetEntryMatrix, SpreadsheetEntryMatrix) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetTableMatrixUndoEvent
-
- SpreadsheetUndoEvent - Interface in com.mockturtlesolutions.snifflib.spreadsheets
-
Interface for undoable events occuring in the spreadsheet.
- SpreadsheetUndoRedoManager - Class in com.mockturtlesolutions.snifflib.spreadsheets
-
- SpreadsheetUndoRedoManager(DefaultSpreadsheetPanel) - Constructor for class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetUndoRedoManager
-
- SQLClause - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
- SQLClause(String) - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLClause
-
- SQLConfig - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
Instantiation of this class requires successful aquisition of the current
system configuration.
- SQLConfig() - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLConfig
-
Get the configuration information from the usual places.
- SQLConfigEditor - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
Graphical editor of the configuration information in an SQL config file.
- SQLConfigEditor(ReposConfig) - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLConfigEditor
-
- SQLConfiguration - Interface in com.mockturtlesolutions.snifflib.sqldig.database
-
This interface sqlConfiguration sets up a standard method for SQL database configuration that can be adapted to various implementations.
- SQLConnection - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
Establish a connection with an SQL server and process requests.
- SQLConnection(SQLConfig, String) - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLConnection
-
- SQLConnectivity - Interface in com.mockturtlesolutions.snifflib.sqldig.database
-
Provides connections to SQL repositories.
- SQLDatabase - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
- SQLDatabase(String) - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLDatabase
-
- SQLDig - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
- SQLDig() - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLDig
-
- SQLDigger - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
- SQLDigger(SQLConnection, String) - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLDigger
-
- SQLField - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
- SQLField(String, String) - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLField
-
- SQLiteFormat() - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLDatabase
-
- SQLiteFormat() - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLTable
-
Format as in batch creation statement for SQLite
- SQLTable - Class in com.mockturtlesolutions.snifflib.sqldig.database
-
- SQLTable(String) - Constructor for class com.mockturtlesolutions.snifflib.sqldig.database.SQLTable
-
- sqrt(String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- sqrt(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapter
-
- sqrt(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- sqrt(double) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- SQRT2 - Static variable in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- SQUARE_MARKER - Static variable in class com.mockturtlesolutions.snifflib.graphics.DefaultLineStyle
-
- SquareMarker - Class in com.mockturtlesolutions.snifflib.graphics
-
- SquareMarker() - Constructor for class com.mockturtlesolutions.snifflib.graphics.SquareMarker
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileCenter.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileSetTool.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.flatfiletools.workbench.FlatFileTool.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.graphics.AxesLocatorDemo.ExceptionGroup
-
- stack2string(Exception) - Static method in class com.mockturtlesolutions.snifflib.graphics.GraphicalExceptionHandler
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.graphics.Graphics2DDemo.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.graphics.Graphics3DDemo.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.graphics.GraphicsDemo.ExceptionGroup
-
- stack2string(Exception) - Static method in class com.mockturtlesolutions.snifflib.guitools.components.GraphicalExceptionHandler
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.guitools.components.TemplateTextArea
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCCenter.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.WedgeFit.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryHeaderFrame
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.RepositoryPrototypes.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetEntry
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetPanel
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.spreadsheets.MyrtleGUI.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.timertools.graphical.TimerTool.ExceptionGroup
-
- stack2string(Throwable) - Static method in class com.mockturtlesolutions.snifflib.xppauttools.workbench.XppBettyGui.ExceptionGroup
-
- StackTraceMessageDialog - Class in com.mockturtlesolutions.snifflib.guitools.components
-
- StackTraceMessageDialog(Container, String, String, String, Throwable) - Constructor for class com.mockturtlesolutions.snifflib.guitools.components.StackTraceMessageDialog
-
- StandardName - Interface in com.mockturtlesolutions.snifflib.reposconfig.database
-
- Start - Variable in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
- start() - Method in class com.mockturtlesolutions.snifflib.integration.OdeSolver
-
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
Attempts to start run.
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
Attempts to start run.
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
Attempts to start run.
- start() - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
Attempts to start run.
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunTransferAgent
-
Attempts to start run.
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
Attempts to start run.
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServer
-
- start() - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServerProcess
-
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
Attempts to start run.
- start() - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
Attempts to start run.
- start_Transfers() - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryTransferFrame
-
- STARTED - Static variable in class com.mockturtlesolutions.snifflib.invprobs.OptimizationEvent
-
- StartIndex - Variable in class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
- startSheetColumnSelection(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- startSheetColumnSelection(int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- startSheetRowSelection(int) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetTable
-
- startSheetRowSelection(int) - Method in interface com.mockturtlesolutions.snifflib.spreadsheets.MyrtleTableAPI
-
- stateChanged(AxesRangeSelectionEvent) - Method in interface com.mockturtlesolutions.snifflib.graphics.AxesRangeSelectionListener
-
- stateChanged(AxesRangeSelectionEvent) - Method in class com.mockturtlesolutions.snifflib.graphics.AxesRangeSelectorPanel
-
The axes range selector could be changed by other means.
- stateChanged(SLCameraChangeEvent) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxes
-
- stateChanged(AxesRangeSelectionEvent) - Method in class com.mockturtlesolutions.snifflib.graphics.SLAxesRangeIndicator
-
- stateChanged(SLCameraChangeEvent) - Method in interface com.mockturtlesolutions.snifflib.graphics.SLCameraChangeListener
-
- stateChanged(SLCameraChangeEvent) - Method in class com.mockturtlesolutions.snifflib.graphics.SLCameraControllerPanel
-
- stateChanged(SLCameraChangeEvent) - Method in class com.mockturtlesolutions.snifflib.graphics.SLStereoCameraGroup
-
- stateChanged(ChangeEvent) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.ReposConfigEditor.ResponseListener
-
- StatisticalModel - Class in com.mockturtlesolutions.snifflib.invprobs
-
This is a class which implements NamedParameters can make predictions as a function of those parameters
and can have its parameters optimized.
- StatisticalModel() - Constructor for class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- StatisticalModel(DataSet) - Constructor for class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- StatisticalModel(DblMatrix[], DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- StatisticalModelBeanInfo - Class in com.mockturtlesolutions.snifflib.invprobs
-
- StatisticalModelBeanInfo() - Constructor for class com.mockturtlesolutions.snifflib.invprobs.StatisticalModelBeanInfo
-
- StatisticalModelConfig - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
.
- StatisticalModelConfig() - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelConfig
-
- StatisticalModelDOM - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelDOM() - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- StatisticalModelDOM(String) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelDOM
-
- StatisticalModelFindNameDialog - Class in com.mockturtlesolutions.snifflib.statmodeltools.workbench
-
- StatisticalModelFindNameDialog(ReposConfig, IconServer) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.workbench.StatisticalModelFindNameDialog
-
- StatisticalModelNamePostgreSQLQuery - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
Class for creating, enlarging and reducing a set of names based
on repository queries.
- StatisticalModelNamePostgreSQLQuery(StatisticalModelPostgreSQLConnection) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelNamePostgreSQLQuery
-
- StatisticalModelNameSQLQuery - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
Class for creating, enlarging and reducing a set of names based
on repository queries.
- StatisticalModelNameSQLQuery(StatisticalModelSQLConnection) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelNameSQLQuery
-
- StatisticalModelNameXMLQuery - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
Class for creating, enlarging and reducing a set of names based
on repository queries.
- StatisticalModelNameXMLQuery(StatisticalModelXMLConnection) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelNameXMLQuery
-
- StatisticalModelPersistenceDelegate - Class in com.mockturtlesolutions.snifflib.invprobs
-
- StatisticalModelPersistenceDelegate() - Constructor for class com.mockturtlesolutions.snifflib.invprobs.StatisticalModelPersistenceDelegate
-
- StatisticalModelPostgreSQL - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelPostgreSQL(RepositoryConnectivity, String) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelPostgreSQL
-
- StatisticalModelPostgreSQLConnection - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
Establish a connection with an SQL server and process requests.
- StatisticalModelPostgreSQLConnection(ReposConfig, String, boolean) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelPostgreSQLConnection
-
- StatisticalModelPostgreSQLConnection(ReposConfig, String) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelPostgreSQLConnection
-
- StatisticalModelSQL - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelSQL(RepositoryConnectivity, String) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelSQL
-
- StatisticalModelSQLConnection - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
Establish a connection with an SQL server and process requests.
- StatisticalModelSQLConnection(ReposConfig, String, boolean) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelSQLConnection
-
- StatisticalModelSQLConnection(ReposConfig, String) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelSQLConnection
-
- StatisticalModelStorage - Interface in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelStorageConnectivity - Interface in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelToolsPrefs - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelToolsPrefs() - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelToolsPrefs
-
- StatisticalModelTransferAgent - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelTransferAgent(RepositoryStorage) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelTransferAgent
-
- StatisticalModelXML - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
- StatisticalModelXML(RepositoryConnectivity, String) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelXML
-
- StatisticalModelXMLConnection - Class in com.mockturtlesolutions.snifflib.statmodeltools.database
-
Establish a connection with an SQL server and process requests.
- StatisticalModelXMLConnection(ReposConfig, String) - Constructor for class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelXMLConnection
-
- statLikeConfig - Variable in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- statPriorConfig - Variable in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCFrame
-
- Std(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Calculate the grand sample standard deviation (over all elements)
Calculates (SUM(X^2)-(1/N)(SUM(X))^2)/(N-1).
- std(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- std() - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Calculate sample standard deviation down the first dimension.
- Std() - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- std(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Calculate sample standard deviation down the specified dimension.
- StdRobustWeightAlgorithm - Class in com.mockturtlesolutions.snifflib.invprobs
-
- StdRobustWeightAlgorithm() - Constructor for class com.mockturtlesolutions.snifflib.invprobs.StdRobustWeightAlgorithm
-
- Stencil - Variable in class com.mockturtlesolutions.snifflib.util.Nhood
-
- StencilValues - Variable in class com.mockturtlesolutions.snifflib.util.Nhood
-
- StepAcceptance - Variable in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- StepCount - Variable in class com.mockturtlesolutions.snifflib.integration.OdeReporter
-
- stepintegrator - Variable in class com.mockturtlesolutions.snifflib.integration.AbstractOdeSolver
-
- STIFF_SOLVER - Static variable in class com.mockturtlesolutions.snifflib.integration.OdeSolver
-
- StochasticMatrix - Variable in class com.mockturtlesolutions.snifflib.datatypes.MarkovChain
-
- StochasticOdeSolution - Interface in com.mockturtlesolutions.snifflib.integration
-
This interface extends the interface for non-stochastic ODE's for stochastic
ODE's.
- Stop - Variable in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunDOM
-
Attempts to stop run.
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQL
-
Attempts to stop run.
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunSQL
-
Attempts to stop run.
- stop() - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunStorage
-
Attempts to stop run.
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunTransferAgent
-
Attempts to stop run.
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunXML
-
Attempts to stop run.
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServer
-
- stop() - Method in interface com.mockturtlesolutions.snifflib.mcmctools.database.MCMCServerProcess
-
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunFrame
-
Attempts to stop run.
- stop() - Method in class com.mockturtlesolutions.snifflib.mcmctools.workbench.MCMCRunPanel
-
Attempts to stop run.
- stop_Transfers() - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryTransferFrame
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.graphics.DataSetSelector
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.graphics.ModelSelector
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.guitools.components.ConcentrationCellEditor
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.guitools.components.IconifiedDomainNameCellEditor
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.invprobs.HierarchicalCellEditor
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.invprobs.ParameterValueEditor
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetEntryTableCellEditor
-
- stopCellEditing() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.workbench.GLMStorageFrame.MappingTableCellEditor
-
- StopIndex - Variable in class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
- STOPPED - Static variable in class com.mockturtlesolutions.snifflib.invprobs.OptimizationEvent
-
- storage - Variable in class com.mockturtlesolutions.snifflib.flatfiletools.database.AbstractFlatFileSortUnit
-
- storage - Variable in class com.mockturtlesolutions.snifflib.mcmctools.workbench.GaussianProposalPanel.ParamTableModel
-
- storage - Variable in class com.mockturtlesolutions.snifflib.vistools.database.AbstractImageFileSortUnit
-
- storage2clean - Variable in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryCustodian
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixSQLiteConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.datatypes.database.MatrixStorageSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSetSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptPostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptSQLiteConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunPostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStoragePostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCStorageSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTracePostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionSQLConnection
-
- storageExists(String, String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryConnectionHandler
-
- storageExists(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryConnectivity
-
Determines if the named storage already exists in the possibly remote
repository.
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryPostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositorySQLiteConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryXMLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.DefaultMultiConfigNameSelectorGroup
-
- storageExists() - Method in class com.mockturtlesolutions.snifflib.reposconfig.graphical.DefaultMultiConfigNameSelectorGroup
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetPostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariablePostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStoragePostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetPostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetSQLiteConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelPostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdePostgreSQLConnection
-
- storageExists(String) - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeSQLiteConnection
-
- storagefiles - Variable in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXMLNameQuery
-
- storageIsDependency(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryManagement
-
Returns true if this storage
- storageIsDependency(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositorySQLManager
-
Returns true if the named storage is a dependency or supporting storage for another
storage.
- storageIsDependency(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.management.RepositoryXMLManager
-
Returns true if the named storage is a dependency or supporting storage for another
storage.
- storageRoot - Variable in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageDOM
-
- StrangSplitter - Class in com.mockturtlesolutions.snifflib.pde
-
Strang splitting scheduler for the solution of time-evolving problems.
- StrangSplitter() - Constructor for class com.mockturtlesolutions.snifflib.pde.StrangSplitter
-
Constructs a StrangSplitting.
- StrangStage - Class in com.mockturtlesolutions.snifflib.pde
-
- StrangStage() - Constructor for class com.mockturtlesolutions.snifflib.pde.StrangStage
-
- StrangStage(FractionalStep, DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.pde.StrangStage
-
Constructs a Strang splitting stage using fractional step solver
s and fractional time step fdt.
- STRING_TYPE - Static variable in class com.mockturtlesolutions.snifflib.datatypes.AddColumnsDialog
-
- STRING_TYPE - Static variable in class com.mockturtlesolutions.snifflib.datatypes.AddRowsDialog
-
- stringToQuery(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery
-
- stringToQuery(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageQuery
-
- subFacesOf() - Method in class com.mockturtlesolutions.snifflib.util.BarElement
-
- subFacesOf() - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementDOM
-
- subFacesOf() - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementXML
-
- subFacesOf() - Method in interface com.mockturtlesolutions.snifflib.util.GridElement
-
- subFacesOf() - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
Return all "faces" of this simplex.
- subIntoIndex(int[], int[]) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Converts a single vector of subscripts into a particular index.
- subIntoIndex(int[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Converts a single vector of subscripts into a particular index.
- subIntoIndex(int[], int[]) - Static method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
Converts a single vector of subscripts into a particular index.
- subIntoIndex(int[]) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
Converts a single vector of subscripts into a particular index.
- Subscript - Class in com.mockturtlesolutions.snifflib.datatypes
-
Subscripts are special DblMatrix for indexing into instances of DblMatrix.
- Subscript(Collection) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
Create a Subscripts instance from a Collection.
- Subscript(DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
Create a Subscripts instance from a vector.
- Subscript(int, int, int) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
Create a Subscripts instance from a vector beginning at A and going to B in increments
of C.
- Subscript(int) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
This construction creates an Nx1 matrix.
- Subscript(int[]) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
This construction creates a matrix of certain size.
- Subscript(Integer) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
This construction creates a scalar matrix from an Integer's value.
- Subscript(Double) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
This construction creates a scalar matrix from an Double's value.
- Subscript(String) - Constructor for class com.mockturtlesolutions.snifflib.datatypes.Subscript
-
This should be rewritten to accept a character stream.
- subscriptListToIndex(Subscript[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Convert a Subscript[] into an array of indices assuming that the
subscripts are a list of coordinates rather than a range specification.
- subscriptListToIndex(Subscript[], int[]) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Convert a Subscript[] into an array of indices assuming that the
subscripts are a list of coordinates rather than a range specification.
- SubscriptMap - Variable in class com.mockturtlesolutions.snifflib.util.Nhood
-
- subscriptToIndex(Subscript[]) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Convert a Subscript[] range into an array of indices.
- subscriptToIndex(Subscript[], int[]) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Convert a Subscript[] range into an array of indices.
- subscriptToIndex(Subscript[]) - Method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
Convert a Subscript[] range into an array of indices.
- subscriptToIndex(Subscript[], int[]) - Static method in class com.mockturtlesolutions.snifflib.spreadsheets.SpreadsheetEntryMatrix
-
Convert a Subscript[] range into an array of indices.
- subSet(Object, Object) - Method in class com.mockturtlesolutions.snifflib.datatypes.OrdSetSampler
-
Get subSet from backing TreeSet.
- subsetByCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptNamePostgreSQLQuery
-
- subsetByCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptNameSQLiteQuery
-
- subsetByCategory(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptNameXMLQuery
-
- subsetByCategory(String) - Method in interface com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptQuery
-
- subsetByComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery
-
- subsetByComment(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageQuery
-
- subsetByComment(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXMLNameQuery
-
- subsetByCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery
-
- subsetByCreatedBy(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageQuery
-
- subsetByCreatedBy(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXMLNameQuery
-
- subsetByCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery
-
- subsetByCreatedOn(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageQuery
-
- subsetByCreatedOn(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageXMLNameQuery
-
- subsetByEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery
-
- subsetByEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStoragePostgreSQLNameQuery
-
- subsetByEnabled(boolean) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageQuery
-
- subsetByEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLiteNameQuery
-
- subsetByEnabled(boolean) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageSQLNameQuery
-
- subsetByExactName(String) - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameQuery
-
- subsetByExactName(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameSQLQuery
-
- subsetByExactName(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameXMLQuery
-
- subsetByName(String) - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameQuery
-
- subsetByName(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameSQLQuery
-
- subsetByName(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameXMLQuery
-
- subsetByNickname(String) - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageNameQuery
-
- subsetByNickname(String) - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.RepositoryStorageQuery
-
- subsetByPartOfSpeech(String) - Method in interface com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameQuery
-
- subsetByPartOfSpeech(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameSQLQuery
-
- subsetByPartOfSpeech(String) - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageNameXMLQuery
-
- subsetByShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptNamePostgreSQLQuery
-
- subsetByShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptNameSQLiteQuery
-
- subsetByShortDescription(String) - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptNameXMLQuery
-
- subsetByShortDescription(String) - Method in interface com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptQuery
-
- subsetOf(RefSimplex, LinkedHashMap) - Method in class com.mockturtlesolutions.snifflib.util.Triangulation
-
Determines if every vertex of this simplex belongs in the given set.
- SubsIndex - Variable in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
- SubsSorted - Variable in class com.mockturtlesolutions.snifflib.datatypes.DblSort
-
- subSteps - Variable in class com.mockturtlesolutions.snifflib.integration.OdeSet
-
- subtract(String, String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSet
-
- subtract(String, String) - Method in class com.mockturtlesolutions.snifflib.datatypes.DataSetAdapter
-
- subtract(int, DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- subtract(double, DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
- sufficientX - Variable in class com.mockturtlesolutions.snifflib.invprobs.Lpreg
-
- sufficientY - Variable in class com.mockturtlesolutions.snifflib.invprobs.Lpreg
-
- suggestedNextInterval - Variable in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- SuggestedNextSubSteps - Variable in class com.mockturtlesolutions.snifflib.integration.OdeUpdate
-
- Sum() - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Calculate the grand sum (over all elements)
- Sum(DblMatrix) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Calculate the grand sum (over all elements)
- sum(DblMatrix, int) - Static method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Sum along the dimension dim.
- sum(int) - Method in class com.mockturtlesolutions.snifflib.datatypes.DblMatrix
-
Sum along the dimension dim.
- Sum - Variable in class com.mockturtlesolutions.snifflib.util.NhoodSum
-
- SUM_NEG_LOG_LIKELIHOOD - Static variable in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
- sumNegLogLikelihood() - Method in class com.mockturtlesolutions.snifflib.invprobs.StatisticalModel
-
Return the sum of the negative log likelihood
- SumOfParameters - Variable in class com.mockturtlesolutions.snifflib.invprobs.DblParamSetSimplex
-
- SumOfSquares - Interface in com.mockturtlesolutions.snifflib.invprobs
-
Classes implementing this interface can return sum of squares.
- superComponentPaint(Graphics) - Method in class com.mockturtlesolutions.snifflib.graphics.SLComponent
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.datatypes.database.DblMatrixPrefs
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.datatypes.database.MatrixStorageConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileSetConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.flatfiletools.database.FlatFileToolsConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.groovytools.database.GroovyScriptConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.GaussianProposalConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCRunConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCToolsConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.MCMCTraceConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.ProposalDistributionConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.mcmctools.database.WedgeConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-
Returns the Class representing the RepositoryStorage interface which
this configuration supports for storage and transfers.
- supportedInterface() - Method in interface com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfiguration
-
Returns the Class representing the RepositoryStorage interface which
this configuration supports for storage and transfers.
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposPrefs
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.semantics.database.WordStorageConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.MyrtleConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.database.ReservedFunctionConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.sqldig.database.SQLConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalSetConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.CanonicalVariableConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.GLMStorageConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.ParameterSetConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.statmodeltools.database.StatisticalModelConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.timertools.database.TimerToolsConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.util.database.GridElementConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageFileConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.vistools.database.ImageStackConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppBettyConfig
-
- supportedInterface() - Method in class com.mockturtlesolutions.snifflib.xppauttools.database.XppOdeConfig
-
- supportPanel() - Method in class com.mockturtlesolutions.snifflib.spreadsheets.DefaultSpreadsheetHelpFrame
-
- surface(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphics
-
- surface(DblMatrix, DblMatrix, DblMatrix) - Method in class com.mockturtlesolutions.snifflib.graphics.SnifflibGraphics
-
- Surface - Class in com.mockturtlesolutions.snifflib.graphics
-
- Surface(SnifflibGraphicsFilterHolder, SnifflibGraphicsObject) - Constructor for class com.mockturtlesolutions.snifflib.graphics.Surface
-
- surroundsCoords(DblMatrix) - Method in class com.mockturtlesolutions.snifflib.util.RefSimplex
-
Returns true if the given coordinate is contained within this simplex.
- surroundsCoords(DblMatrix) - Method in interface com.mockturtlesolutions.snifflib.util.Simplex
-
- SVDAlgorithm - Interface in com.mockturtlesolutions.snifflib.linalg
-
SVD decomposition algorithm interface.
- SVDFact - Class in com.mockturtlesolutions.snifflib.linalg
-
A context class for doing various operations associated with the SVD matrix decomposition.
- SVDFact(AbstractSVDAlgorithm) - Constructor for class com.mockturtlesolutions.snifflib.linalg.SVDFact
-
Default construction useful when the user wants to use a non-default algorithm.
- SVDFact(DblMatrix) - Constructor for class com.mockturtlesolutions.snifflib.linalg.SVDFact
-
Construction using the default algorithm.
- SwingSnifflibGraphicsFilter - Class in com.mockturtlesolutions.snifflib.graphics
-
- SwingSnifflibGraphicsFilter(Container) - Constructor for class com.mockturtlesolutions.snifflib.graphics.SwingSnifflibGraphicsFilter
-
- SysConfigFile - Variable in class com.mockturtlesolutions.snifflib.reposconfig.database.ReposConfig
-