Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AAVSO - Enum constant in enum class org.aavso.tools.vstar.ui.resources.LoginType
- AAVSO_ATLAS - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- AAVSO_USER - Enum constant in enum class org.aavso.tools.vstar.input.database.DatabaseType
- AAVSODownloadFormatValidator - Class in org.aavso.tools.vstar.data.validation
-
This class accepts a line of text for tokenising, validation, and ValidObservation instance creation given an AAVSO Download text format source: JD(0), MAGNITUDE(1), UNCERTAINTY(2), HQ_UNCERTAINTY(3), BAND(4), OBSERVER_CODE(5), COMMENT_CODE(6), COMP_STAR_1(7), COMP_STAR_2(8), CHARTS(9), COMMENTS(10), TRANSFORMED(11), AIRMASS(12), VALFLAG(13), CMAG(14), KMAG(15), HJD(16), NAME(17), MTYPE(18) REQ_VSTAR_AAVSO_DATA_DOWNLOAD_FILE_READ From Doc, Dec 22 2009: "OK, the data download has been changed so that the end of it is now Star Name, affiliation, mtype, group.
- AAVSODownloadFormatValidator(CsvReader, int, int, IFieldInfoSource) - Constructor for class org.aavso.tools.vstar.data.validation.AAVSODownloadFormatValidator
-
Constructor.
- AAVSOFormatFieldInfoSource - Class in org.aavso.tools.vstar.data.validation
-
Field and column information source for AAVSO Download file format and database sourced observations.
- AAVSOFormatPhasePlotColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
AAVSO format (file, database) phase plot table column information source for phase plot mode.
- AAVSOFormatPhasePlotColumnInfoSource(boolean) - Constructor for class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
-
Constructor.
- AAVSOFormatRawDataColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
AAVSO format (file, database) raw data table column information source.
- AAVSOFormatRawDataColumnInfoSource(boolean) - Constructor for class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
-
Constructor.
- AAVSOPhotometrySource - Enum Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
The source of an AAVSO photometry observation.
- AAVSOPhotometryURLObservationSourceBase - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
The base class for URL based AAVSO photometry observation source plugins.
- AAVSOPhotometryURLObservationSourceBase(String, String, String, String, boolean) - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
-
Constructor
- AAVSOPostUserPassXMLAuthenticationSource - Class in org.aavso.tools.vstar.auth
-
Deprecated.see Auth0JSONAutheticationSource
- AAVSOPostUserPassXMLAuthenticationSource() - Constructor for class org.aavso.tools.vstar.auth.AAVSOPostUserPassXMLAuthenticationSource
-
Deprecated.
- AAVSOPostUserPassXMLAuthenticationSource(String) - Constructor for class org.aavso.tools.vstar.auth.AAVSOPostUserPassXMLAuthenticationSource
-
Deprecated.
- ABOUT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- AboutBox - Class in org.aavso.tools.vstar.ui.dialog
-
This class creates and displays VStar's About Box.
- AboutBox() - Constructor for class org.aavso.tools.vstar.ui.dialog.AboutBox
- AbstractDateUtil - Class in org.aavso.tools.vstar.util.date
-
This abstract class is the base for classes that need to convert between Julian Day and Calendar Date.
- AbstractDateUtil() - Constructor for class org.aavso.tools.vstar.util.date.AbstractDateUtil
- AbstractExtremaFinder - Class in org.aavso.tools.vstar.util
- AbstractExtremaFinder(List<ValidObservation>, UnivariateRealFunction, ICoordSource, double) - Constructor for class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Constructor
- AbstractHJDConverter - Class in org.aavso.tools.vstar.util.date
-
All HJD converters must extend this base class which also acts as a Factory Method to select a converter for a specified epoch.
- AbstractHJDConverter() - Constructor for class org.aavso.tools.vstar.util.date.AbstractHJDConverter
- AbstractMeanObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a base table model for derived mean observation data.
- AbstractMeanObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.AbstractMeanObservationTableModel
-
Constructor.
- AbstractModel - Class in org.aavso.tools.vstar.util.model
-
Model classes can use this abstract base class to implement common code instead of implementing the IModel interface.
- AbstractModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.model.AbstractModel
- AbstractModelObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a base table model for derived model data.
- AbstractModelObservationTableModel(List<ValidObservation>, SeriesType) - Constructor for class org.aavso.tools.vstar.ui.model.list.AbstractModelObservationTableModel
- AbstractObservationFieldMatcher<T> - Class in org.aavso.tools.vstar.data.filter
-
The interface for all observation field matchers.
- AbstractObservationFieldMatcher(ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
Constructor (for matcher "prototypes").
- AbstractObservationFieldMatcher(T, ObservationMatcherOp, ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
Constructor.
- AbstractObservationPlotPane<T extends ObservationAndMeanPlotModel> - Class in org.aavso.tools.vstar.ui.pane.plot
-
This class is the base class for chart panes containing a plot of a set of valid observations.
- AbstractObservationPlotPane(String, String, String, String, T, Dimension, AbstractObservationRetriever) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Constructor
- AbstractObservationRetriever - Class in org.aavso.tools.vstar.input
-
This is the abstract base class for all observation retrieval classes, irrespective of source (AAVSO standard file format, simple file format, VStar database).
- AbstractObservationRetriever() - Constructor for class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Constructor
- AbstractObservationRetriever(int, String) - Constructor for class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Constructor.
- AbstractObservationRetriever(String) - Constructor for class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Constructor
- AbstractOkCancelDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This abstract class should be subclassed by any class that wants to have modal OK-Cancel dialog behaviour.
- AbstractOkCancelDialog(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- AbstractOkCancelDialog(String, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- AbstractSeriesVisibilityDialog<T extends JPanel> - Class in org.aavso.tools.vstar.ui.dialog.series
-
This dialog permits the visibility of plot series to be changed, and allows subclasses to extend its functionality by adding series-related panes and behavior.
- AbstractSeriesVisibilityDialog(ISeriesInfoProvider) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
Constructor.
- AbstractSeriesVisibilityDialog(ISeriesInfoProvider, String, T) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
-
Constructor.
- AbstractStringValidator<T> - Class in org.aavso.tools.vstar.data.validation
-
This is the base class for all string-based validators.
- AbstractStringValidator() - Constructor for class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Constructor.
- AbstractStringValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Constructor.
- AbstractSyntheticObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a base table model for synthetic observation data (e.g.
- AbstractSyntheticObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
Constructor
- accept(File) - Method in class org.aavso.tools.vstar.ui.dialog.FileExtensionFilter
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BoolContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConsequentContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.IntegerContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.LogicalNegationExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.RealContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SelectionExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.StringContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SymbolContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.UnaryExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- accept(ParseTreeVisitor<? extends T>) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.InfoDialog
-
Dismiss button handler.
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.LogDialog
-
Dismiss button handler.
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.series.MeanSourcePane
- actionPerformed(ActionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionPane
- add(int, E) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- add(E) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- ADD - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- addAction(IUndoableAction, UndoableActionType) - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Add an action to the undo or redo stack and notify listeners of this.
- addActionListener(ActionListener) - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- addActionListener(ActionListener) - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- addAll(int, Collection<? extends E>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- addAll(Collection<? extends E>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- addAll(VeLaEnvironment<T>) - Method in class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Add all symbol bindings from another scope to this one.
- addAll(VeLaScope) - Method in class org.aavso.tools.vstar.vela.VeLaScope
-
Add all symbol bindings and functions from another scope to this one.
- addAllInvalidObservations(List<InvalidObservation>) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Adds all the specified invalid observations to the existing invalid observations.
- addChild(AST) - Method in class org.aavso.tools.vstar.vela.AST
- addDetail(String, Boolean, String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Add an observation detail, whose value is of type Boolean.
- addDetail(String, Double, String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Add an observation detail, whose value is of type real.
- addDetail(String, Integer, String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Add an observation detail, whose value is of type integer.
- addDetail(String, String, String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Add an observation detail, whose value is of type string.
- addDetail(String, Property, String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Add an observation detail, if the value is not null.
- addDismissButton(JPanel) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- ADDED_MANY - Enum constant in enum class org.aavso.tools.vstar.util.notification.ListChangeType
- ADDED_ONE - Enum constant in enum class org.aavso.tools.vstar.util.notification.ListChangeType
- addFindHarmomicsButton(JPanel) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- addFirstChild(AST) - Method in class org.aavso.tools.vstar.vela.AST
- addFunctionExecutor(FunctionExecutor) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Add a function executor to the current scope.
- addFunctionExecutor(FunctionExecutor) - Method in class org.aavso.tools.vstar.vela.VeLaScope
-
Add a function executor to the multi-map.
If the new executor has the same signature as one already in existence, it will be replaced. - addFunctionExecutorsFromClass(Class<?>, Object, Set<Class<?>>, Set<String>) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Given a class, add non zero-arity VeLa type-compatible functions to the functions map.
- addGroup(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Add the specified group (to the map and visually) if it does not exist.
- addInvalidObservation(InvalidObservation) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Add an observation to the list of invalid observations.
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- additionalAuthenticationSatisfied(LoginInfo) - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
This method will be called after requiresAuthentication() in case any additional authentication is required.
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- additionalAuthenticationSatisfied(LoginInfo) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- additiveExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- additiveExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- additiveExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- AdditiveExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- AdditiveLoadFileOrUrlChooser - Class in org.aavso.tools.vstar.ui.dialog
-
This class aggregates a JFileChooser and additive load checkbox and URL entry components.
- AdditiveLoadFileOrUrlChooser(boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Constructor
- additiveLoadFromAID(String, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the AAVSO international database, adding it to the existing dataset.
- additiveLoadFromAID(String, double, double, String, String, boolean) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the AAVSO international database, adding it to the existing dataset.
- additiveLoadFromFile(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path, adding it to the existing dataset.
- additiveLoadFromFile(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path, adding it to the existing dataset using the (possibly partial) plug-in name to identify the observation source plug-in to use.
- additiveLoadFromURL(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path, adding it to the existing dataset.
- additiveLoadFromURL(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified URL, adding it to the existing dataset, using the (possibly partial) plug-in name to identify the observation source plug-in to use.
- addListener(Listener<T>) - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Add a listener with no immediate notification message.
- addListener(Listener<T>, boolean) - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Add a listener, and specify whether to notify it immediately.
- addMatcher(IObservationFieldMatcher) - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
- addNewPhasePlotButton(JPanel) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- addObservationSeries(SeriesType, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Add an observation series.
- addObservationsToSeries(List<ValidObservation>, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Add a list of observations to a series list, creating the series first if necessary.
- addObservationToSeries(ValidObservation, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Add a single observation to a series list, creating the series first if necessary.
- addStar(String, String, String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Add the specified group-star-AUID triple.
- addStar(String, String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Add a star (name and AUID) to the specified group.
- addStarGroup(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Add a new (empty) star group to the map.
- addStatsInfo(String, String) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Add a statistics information string.
- addStreamNamePair(InputStream, String) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Add an input-name, stream pair to the stream-name map, e.g.
- addTab(String, ViewModeType, Component, boolean) - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
Add a tab to the main VStar UI that can optionally be closed.
- addTab(String, ViewModeType, Component, boolean) - Method in class org.aavso.tools.vstar.ui.MainFrame
- addToSubset(ValidObservation) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
Adds an observation to the filtered subset.
- addURLs(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceCSV2ObservationSourcePlugin
- addURLs(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceCSVObservationSourcePlugin
-
Deprecated.
- addURLs(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Create one or more URLs, adding them to the URL string list, for the specified target AUID.
- addURLs(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceXMLAttributeObservationSourcePlugin
- addValidObservation(ValidObservation) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Adds an observation to the list of valid observations.
- addValidObservations(List<ValidObservation>) - Method in class org.aavso.tools.vstar.util.ObservationInserter
-
Add observations to the current list, maintaining ordering, also keeping track of min/max magnitude values, accessible via get{Min,Max}Mag() methods.
- aic - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- AIDSeriesSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class represents a pane with checkboxes for AID series allowing selection of multiple series.
- AIDSeriesSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.series.AIDSeriesSelectionPane
-
Constructor
- AIDWebServiceCSV2ObservationSourcePlugin - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
This intrinsic observation source plug-in retrieves AID observations via the experimental, optimised VSX web service.
- AIDWebServiceCSV2ObservationSourcePlugin() - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceCSV2ObservationSourcePlugin
- AIDWebServiceCSVObservationSourcePlugin - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
Deprecated.use AIDWebServiceCSV2ObservationSourcePlugin
- AIDWebServiceCSVObservationSourcePlugin() - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceCSVObservationSourcePlugin
-
Deprecated.
- AIDWebServiceObservationSourcePluginBase - Class in org.aavso.tools.vstar.plugin.ob.src.impl
- AIDWebServiceObservationSourcePluginBase(String, String) - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Constructor
- AIDWebServiceXMLAttributeObservationSourcePlugin - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
This intrinsic observation source plug-in retrieves AID observations via the VSX web service.
- AIDWebServiceXMLAttributeObservationSourcePlugin() - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceXMLAttributeObservationSourcePlugin
- algorithm - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- AlgorithmError - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown by an algorithm in the case of an error.
- AlgorithmError() - Constructor for exception org.aavso.tools.vstar.exception.AlgorithmError
- AlgorithmError(String) - Constructor for exception org.aavso.tools.vstar.exception.AlgorithmError
- AlphaOmegaMeanJDEpochStrategy - Class in org.aavso.tools.vstar.util.stats.epoch
-
This epoch determination strategy arbitrarily chooses the first (alpha) and last (omega) Julian Day in a sequence and takes their average.
- AlphaOmegaMeanJDEpochStrategy() - Constructor for class org.aavso.tools.vstar.util.stats.epoch.AlphaOmegaMeanJDEpochStrategy
- AMPLITUDE - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- analyse() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
Analyse the source.
- AnalysisType - Enum Class in org.aavso.tools.vstar.ui.mediator
-
This enumerated type represents VStar's current analysis mode.
- AnalysisTypeChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is intended to be sent to listeners when VStar's analysis type changes (raw data, phase plot, period analysis) to provide new artefacts.
- AnalysisTypeChangeMessage(AnalysisType, ObservationAndMeanPlotPane, ObservationListPane, SyntheticObservationListPane<AbstractMeanObservationTableModel>, ViewModeType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
-
Constructor.
- AND - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- AND - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- AND - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- AND() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- AND(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- ANGLE - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- anonFundef() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- anonFundef() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- AnonFundefContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- ANY_FORMAL_NAMES - Static variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- ANY_FORMAL_TYPES - Static variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- ApacheCommonsBrentOptimiserExtremaFinder - Class in org.aavso.tools.vstar.util
-
This class permits minima/maxima of Apache Commons Math continuous functions to be found.
- ApacheCommonsBrentOptimiserExtremaFinder(List<ValidObservation>, UnivariateRealFunction, ICoordSource, double) - Constructor for class org.aavso.tools.vstar.util.ApacheCommonsBrentOptimiserExtremaFinder
-
Constructor
- ApacheCommonsDerivativeBasedExtremaFinder - Class in org.aavso.tools.vstar.util
-
An extrema finder class that uses the derivatives of a univariate real function.
- ApacheCommonsDerivativeBasedExtremaFinder(List<ValidObservation>, DifferentiableUnivariateRealFunction, ICoordSource, double) - Constructor for class org.aavso.tools.vstar.util.ApacheCommonsDerivativeBasedExtremaFinder
-
Constructor
- ApacheCommonsDerivativeBasedExtremaFinder(List<ValidObservation>, DifferentiableUnivariateRealFunction, ICoordSource, double, double) - Constructor for class org.aavso.tools.vstar.util.ApacheCommonsDerivativeBasedExtremaFinder
-
Constructor
- ApacheCommonsPolynomialFitCreatorPlugin - Class in org.aavso.tools.vstar.plugin.model.impl
-
A polynomial model creator plugin that uses an Apache Commons polynomial fitter.
- ApacheCommonsPolynomialFitCreatorPlugin() - Constructor for class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
- APPLET - Enum constant in enum class org.aavso.tools.vstar.ui.UIType
- ApplicationProperties - Class in org.aavso.tools.vstar.util.property
-
This class creates, reads, and updates VStar properties, e.g.
- ApplicationProperties(MainFrame) - Constructor for class org.aavso.tools.vstar.util.property.ApplicationProperties
-
Constructor.
- apply(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
Applies the filter to the list of observations and sends a filtered observation message to be consumed by listeners (plots, tables).
- apply(List<Operand>) - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
-
Apply the function to the specified operands and return a result of the specified type.
- apply(List<Operand>) - Method in class org.aavso.tools.vstar.vela.JavaMethodExecutor
- apply(List<Operand>) - Method in class org.aavso.tools.vstar.vela.UserDefinedFunctionExecutor
- applyCustomFilterToCurrentObservations(CustomFilterPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Apply the custom filter plug-in to the currently loaded observation set.
- APPROXIMATELY_EQUAL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- APPROXIMATELY_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- APPROXIMATELY_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- APPROXIMATELY_EQUAL() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- ArbitraryFormatPhasePlotColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Arbitrary format phase plot table column information source, associated with observation source plugins.
- ArbitraryFormatPhasePlotColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
- ArbitraryFormatRawDataColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Arbitrary raw data format table column information source, associated with observation source plugins.
- ArbitraryFormatRawDataColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- areClose(double, double, double, boolean) - Static method in class org.aavso.tools.vstar.util.Tolerance
-
Determine if two values are equivalent within a tolerance range
- arePluginsEqual(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description for a remote and local plugin refer to the same jar?
- arity() - Method in enum class org.aavso.tools.vstar.vela.Operation
- ARROW - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- ARROW - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- ARROW() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- ARROW(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- AST - Class in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language Abstract Syntax Tree class
- AST() - Constructor for class org.aavso.tools.vstar.vela.AST
- AST(String, Operand) - Constructor for class org.aavso.tools.vstar.vela.AST
- AST(String, Operation) - Constructor for class org.aavso.tools.vstar.vela.AST
- AST(String, Operation, AST, AST) - Constructor for class org.aavso.tools.vstar.vela.AST
- AST(Operation) - Constructor for class org.aavso.tools.vstar.vela.AST
- AST(Operation, AST) - Constructor for class org.aavso.tools.vstar.vela.AST
- AST(Operation, AST, AST) - Constructor for class org.aavso.tools.vstar.vela.AST
- atLeastOneVisualBandPresent - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Is at least one visual band observation present?
- Auth0JSONAutheticationSource - Class in org.aavso.tools.vstar.auth
-
This class authenticates a VStar user via an http POST method that makes use of an Auth0 web service to obtain user information.
- Auth0JSONAutheticationSource() - Constructor for class org.aavso.tools.vstar.auth.Auth0JSONAutheticationSource
- AuthCodeLoginDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the behaviour of an authentication code modal login dialog box.
- AuthCodeLoginDialog(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.AuthCodeLoginDialog
-
Constructor
- authenticate() - Method in class org.aavso.tools.vstar.input.database.Authenticator
-
Authenticate by prompting the user to enter credentials in a dialog, throwing an exception upon failure after retries.
- authenticate(String, String) - Method in class org.aavso.tools.vstar.auth.AAVSOPostUserPassXMLAuthenticationSource
-
Deprecated.
- authenticate(String, String) - Method in class org.aavso.tools.vstar.auth.Auth0JSONAutheticationSource
- authenticate(String, String) - Method in interface org.aavso.tools.vstar.input.database.IAuthenticationSource
-
Authenticate against this authentication source.
- AuthenticationError - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown if there was an authentication error.
- AuthenticationError() - Constructor for exception org.aavso.tools.vstar.exception.AuthenticationError
- AuthenticationError(String) - Constructor for exception org.aavso.tools.vstar.exception.AuthenticationError
- AuthenticationTask - Class in org.aavso.tools.vstar.input.database
-
This concurrent task attempts to authenticate against one or more authentication sources, completing when one is successful or all are exhausted.
- AuthenticationTask(List<IAuthenticationSource>, String, String) - Constructor for class org.aavso.tools.vstar.input.database.AuthenticationTask
-
Constructor
- Authenticator - Class in org.aavso.tools.vstar.input.database
-
This class is responsible for authenticating against one or more authentication sources, caching results such as whether authentication has happened, user name, observer code.
B
- B1950 - Enum constant in enum class org.aavso.tools.vstar.util.coords.EpochType
- B1950HJDConverter - Class in org.aavso.tools.vstar.util.date
-
This class contains a method for converting a Julian Date to a Heliocentric Julian Date.
Based upon Perl code provided by Matthew Templeton, AAVSO. - B1950HJDConverter() - Constructor for class org.aavso.tools.vstar.util.date.B1950HJDConverter
- BACK_ARROW - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- BACK_ARROW - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- BACK_ARROW() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- BAD - Enum constant in enum class org.aavso.tools.vstar.data.ValidationType
- BAND - Enum constant in enum class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher.Kind
- BASE_URL - Static variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- baseURL - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- bic - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- Bin - Class in org.aavso.tools.vstar.util.stats
-
The results associated with a single bin.
- Bin(ValidObservation, double[]) - Constructor for class org.aavso.tools.vstar.util.stats.Bin
-
Constructor
- bind(String, Object) - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
Bind a name to a value in the scripting context.
- bind(String, Operand, boolean) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Given a variable name, search for it in the stack of environments, binding a value if found and the type of the binding is compatible with the type of the new value.
- bind(String, T, boolean) - Method in class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Bind a value to a name.
It is an invariant that a constant binding cannot be overridden. - BIND - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- binding() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- binding() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- binding(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- BindingContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- binningResult - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- BinningResult - Class in org.aavso.tools.vstar.util.stats
-
The result of a binning operation including mean observations (with averages and confidence intervals per bin), magnitude bins, and analysis of variance results (F-test, p-value).
- BinningResult(SeriesType, int, List<ValidObservation>, List<double[]>) - Constructor for class org.aavso.tools.vstar.util.stats.BinningResult
-
Constructor
- BJD - Enum constant in enum class org.aavso.tools.vstar.data.ValidObservation.JDflavour
- block() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- block() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- block() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConsequentContext
- block() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- block() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- BlockContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- Blue - Static variable in class org.aavso.tools.vstar.data.SeriesType
- bool() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- bool() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- BOOL_ARR - Static variable in enum class org.aavso.tools.vstar.vela.Type
- BOOL_T - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- BOOL_T - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- BOOL_T() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- BoolContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.BoolContext
- BOOLEAN - Enum constant in enum class org.aavso.tools.vstar.data.Property.propType
- BOOLEAN - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- BOOLEAN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- BOOLEAN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- BOOLEAN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BoolContext
- booleanExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- booleanExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExpressionContext
- booleanExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- booleanExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- booleanExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- booleanExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- booleanExpression(String) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Deprecated.Only used in test code: remove!
- BooleanExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- BooleanFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A boolean field matcher.
- BooleanFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.BooleanFieldMatcher
- BooleanFieldMatcher(Boolean, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.BooleanFieldMatcher
- booleanVal() - Method in class org.aavso.tools.vstar.vela.Operand
- bounds - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- BRIGHTER_THAN - Enum constant in enum class org.aavso.tools.vstar.data.MagnitudeModifier
- BSM_Berry - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- BSM_Hamren - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- BSM_HQ - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- BSM_NM - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- BSM_S - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- BUSY_PROGRESS - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
- BUSY_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
C
- cache - Variable in class org.aavso.tools.vstar.vela.VeLaEnvironment
- calcMagMeanInRange(List<ValidObservation>, ITimeElementEntity, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the means of a sequence of magnitudes and time elements for observations in a specified inclusive range.
- calcMagPopulationStdDevInRange(List<ValidObservation>, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the population standard deviation of a population of magnitudes for observations in a specified inclusive range.
- calcMagPopulationVarianceInRange(List<ValidObservation>, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the variance of a population of magnitudes for observations in a specified inclusive range.
- calcMagSampleStdDevInRange(List<ValidObservation>, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the sample standard deviation of a sample of magnitudes for observations in a specified inclusive range.
- calcMagSampleVarianceInRange(List<ValidObservation>, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the variance of a sample of magnitudes for observations in a specified inclusive range.
- calcStandardPhase(double, double, double) - Static method in class org.aavso.tools.vstar.util.stats.PhaseCalcs
-
Calculate the standard phase, i.e.
- calcTimeElementMean(List<ValidObservation>, ITimeElementEntity) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculate the mean time element from a list of observations.
- calendarToJD(int, int, double) - Method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Method to convert the Julian Day corresponding to the specified year, month, and day.
- calendarToJD(int, int, double) - Method in class org.aavso.tools.vstar.util.date.MeeusDateUtil
-
Method to convert the Julian Day corresponding to the specified year, month, and day.
- CAN_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.JulianDayValidator
- CAN_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
- CAN_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
- canBeEmpty - Variable in class org.aavso.tools.vstar.data.validation.RealValueValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Can the string to be validated by this class be empty? Defaults to false.
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.CKMagValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.CommentCodeValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.CompStarValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.JulianDayValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.MTypeValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.ObserverCodeValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.RealValueValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.UncertaintyValueValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.data.validation.ValflagValidator
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- canBeEmpty() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- canBeEmpty() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- canBeNegative - Variable in class org.aavso.tools.vstar.data.validation.RealValueValidator
- canBeRemoved() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
- canBeRemoved() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractMeanObservationTableModel
- canBeRemoved() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractModelObservationTableModel
- canBeRemoved() - Method in interface org.aavso.tools.vstar.util.notification.Listener
-
Informs the caller whether this listener can be removed.
- cancelAction() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Implemented this method to execute cancel button action.
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.AuthCodeLoginDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.DateToJdDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.DiscrepantReportDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.LoginDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PreferencesDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.SeriesTypeCreationDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- cancelAction() - Method in class org.aavso.tools.vstar.ui.dialog.TextDialog
- CancellationException - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown when an operation has been cancelled.
- CancellationException() - Constructor for exception org.aavso.tools.vstar.exception.CancellationException
- CancellationException(String) - Constructor for exception org.aavso.tools.vstar.exception.CancellationException
- cancelled - Variable in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- CANNOT_BE_EMPTY - Static variable in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
- CCD - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- changeAnalysisType(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Change the analysis type.
- changeMeansSeries(double) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Attempt to create a new mean series with the specified number of time elements per bin.
- changeMeansSeries(double) - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
Attempt to create a new mean series with the specified number of time elements per bin.
- changeMeansSeries(double) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
Attempt to create a new mean series with the specified number of time elements per bin.
- changeSeriesVisibility(int, boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- changeSeriesVisibility(int, boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Attempt to change the specified series' visibility.
- changeViewMode(ViewModeType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Change the mode of VStar's focus (i.e what is to be presented to the user).
- chart - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- chartControlPanel - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- chartMouseClicked(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- chartMouseClicked(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- chartMouseClicked(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
- chartMouseMoved(ChartMouseEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- chartPanel - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- ChartPropertiesPrefs - Class in org.aavso.tools.vstar.util.prefs
-
Chart properties format preferences.
- ChartPropertiesPrefs() - Constructor for class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- ChartPropertiesSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
This preferences pane permits the selection of general chart properties.
- ChartPropertiesSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.ChartPropertiesSelectionPane
-
Constructor.
- Checkbox - Class in org.aavso.tools.vstar.ui.dialog
-
This component is a checkbox for use with MultiEntryComponentDialog.
- Checkbox(String, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.Checkbox
-
Constructor
- chooseFileForReading(String, List<String>, boolean, boolean, boolean) - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
Open a "read" file chooser and return the selected file.
- CITIZEN_SKY - Enum constant in enum class org.aavso.tools.vstar.ui.resources.LoginType
- CKMagValidator - Class in org.aavso.tools.vstar.data.validation
-
This is a validator for CMag and KMag field values.
- CKMagValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.CKMagValidator
-
Constructor.
- cleanest(List<Double>, List<Double>, List<Double>) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
A translation of the Fortran TS CLEANest algorithm.
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
- cleanup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- cleanup() - Method in interface org.aavso.tools.vstar.util.IStartAndCleanup
- cleanup() - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Remove all listeners that are willing to be removed.
- clear() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- Clear_Blue_Blocking - Static variable in class org.aavso.tools.vstar.data.SeriesType
- CLEAR_PROGRESS - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
- CLEAR_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- clearCurrentTask() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Clear the current task if not already cleared.
- CLEARED - Enum constant in enum class org.aavso.tools.vstar.util.notification.ListChangeType
- clearHashMaps() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
-
Clears stored locale-dependent formats (i.e.
- clearPendingAction(String) - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Clear pending undo/redo actions for actions with the specified display string.
- clearStreamNameMap() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Empty the stream-name map.
- ClipboardUtils - Class in org.aavso.tools.vstar.util
-
Clipboard utility functions.
- ClipboardUtils() - Constructor for class org.aavso.tools.vstar.util.ClipboardUtils
- close() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Close the dialog.
- closePluginLoaders() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
- CLOUDS - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- CMAG_KIND - Static variable in class org.aavso.tools.vstar.data.validation.CKMagValidator
- collectAllObservations(List<ValidObservation>, String) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Adds all of the specified observations to the current observations, including classifying them by series.
- collectObs(double, ValidObservation, String) - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Collect fit and residual observations and incrementally compute the sum of squared residuals for use in fit metrics.
- collectObservation(ValidObservation) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Add an observation to the list of valid observations.
- COLON - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- COLON - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- COLON() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- COLON() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- COLON() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- COLOR_COMMENT - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- COLUMN_NAMES - Static variable in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- COLUMN_NAMES - Static variable in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- COLUMN_NAMES - Static variable in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- COMMA - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- COMMA - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- COMMA_DELIM - Static variable in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
- COMMENT - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- COMMENT - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- CommentCodes - Class in org.aavso.tools.vstar.data
-
This class stores the possible array of comment codes
- CommentCodes(String) - Constructor for class org.aavso.tools.vstar.data.CommentCodes
-
Constructor.
- CommentCodeValidator - Class in org.aavso.tools.vstar.data.validation
-
A comment code field validator.
- CommentCodeValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.CommentCodeValidator
-
Constructor.
- CommentType - Enum Class in org.aavso.tools.vstar.data
-
This enum represents "comment code" found in all data sources.
- COMMON_VALFLAG_PATTERN - Static variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- commonInterpreter(String, ParserRuleContext) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Common VeLa evaluation entry point.
- commonParseTreeWalker(String, ParserRuleContext) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Common parse tree walker and AST generator.
- CommonTextFormatSinkPluginBase - Class in org.aavso.tools.vstar.plugin.ob.sink.impl
-
Common base class for text format sink plugins.
- CommonTextFormatSinkPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.ob.sink.impl.CommonTextFormatSinkPluginBase
- CommonTextFormatValidator - Class in org.aavso.tools.vstar.data.validation
-
This class accepts a line of text for tokenising, validation, and ValidObservation instance creation that is common to all text format sources.
- CommonTextFormatValidator(String, CsvReader, int, int, String, IFieldInfoSource) - Constructor for class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
Constructor.
- COMP_SEQ_PROBLEM - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- compare(double[], double[]) - Method in class org.aavso.tools.vstar.util.comparator.RankedIndexPairComparator
- compare(Double, Double) - Method in class org.aavso.tools.vstar.util.comparator.DoubleComparator
- compare(String, String) - Method in class org.aavso.tools.vstar.util.comparator.DoubleAsStringComparator
- compare(String, String) - Method in class org.aavso.tools.vstar.util.comparator.FormattedDoubleComparator
- compare(ValidObservation, ValidObservation) - Method in class org.aavso.tools.vstar.util.comparator.JDComparator
- compare(ValidObservation, ValidObservation) - Method in class org.aavso.tools.vstar.util.comparator.PreviousCyclePhaseComparator
- compare(ValidObservation, ValidObservation) - Method in class org.aavso.tools.vstar.util.comparator.StandardPhaseComparator
- compare(PeriodAnalysisDataPoint, PeriodAnalysisDataPoint) - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPointComparator
- compareTo(Object) - Method in class org.aavso.tools.vstar.data.Property
- compareTo(SeriesType) - Method in class org.aavso.tools.vstar.data.SeriesType
- compareTo(Harmonic) - Method in class org.aavso.tools.vstar.util.model.Harmonic
- compareTo(PeriodFitParameters) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- compareTo(PeriodAnalysisCoordinateType) - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- COMPLETE_PROGRESS - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
- COMPLETE_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- completeProgressBar() - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the progress bar to its maximum value, i.e.
- CompStarValidator - Class in org.aavso.tools.vstar.data.validation
-
This is a validator for comparison star (1 and 2) field values.
- CompStarValidator() - Constructor for class org.aavso.tools.vstar.data.validation.CompStarValidator
-
Constructor.
- configure() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Configure the plug-in for observation retrieval.
- configureChart() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- conforms(List<Operand>) - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
-
Do the specified actual parameters conform to the function's formal parameter list? If any operands are converted to a different type, they will be replaced with a new operand in the actual parameter list to prevent side effects.
- conjunctiveExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- conjunctiveExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- conjunctiveExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- ConjunctiveExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- ConnectionException - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown when a database connection exception has occurred.
- ConnectionException() - Constructor for exception org.aavso.tools.vstar.exception.ConnectionException
- ConnectionException(String) - Constructor for exception org.aavso.tools.vstar.exception.ConnectionException
- consequent() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- consequent() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- consequent() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- consequent(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- consequent(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- ConsequentContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.ConsequentContext
- constants - Variable in class org.aavso.tools.vstar.vela.VeLaEnvironment
- contains(Object) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- CONTAINS - Enum constant in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
- containsAll(Collection<?>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- ContinuousModelFunction - Class in org.aavso.tools.vstar.ui.model.plot
-
This class represents a continuous model function, the synthetic ValidObservations resulting from the model and any context required to apply it such as coordinate source.
- ContinuousModelFunction(UnivariateRealFunction, List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
Constructor: defaults to JD coordinate source and no (0) zero point.
- ContinuousModelFunction(UnivariateRealFunction, List<ValidObservation>, double) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
Constructor: defaults to JD coordinate source.
- ContinuousModelFunction(UnivariateRealFunction, List<ValidObservation>, double, ICoordSource) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
-
Constructor
- ContinuousModelPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class represents a continuous plot of a Model series.
- ContinuousModelPlotModel(ContinuousModelFunction) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
-
Constructor
- convert(double, RAInfo, DecInfo) - Method in class org.aavso.tools.vstar.util.date.AbstractHJDConverter
-
Given a JD, RA, and Dec, return HJD.
- convert(double, RAInfo, DecInfo) - Method in class org.aavso.tools.vstar.util.date.B1950HJDConverter
-
Given a JD, RA, and Dec, return HJD.
- convert(double, RAInfo, DecInfo) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given a JD and a target's RA and Dec, return the Heliocentric Julian Date.
- convert(Type) - Method in class org.aavso.tools.vstar.vela.Operand
-
Convert this operand to the required type, if possible, first making a copy if the required type is different from the current type.
- convertObsToHJD(List<ValidObservation>, RAInfo, DecInfo) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Convert the specified observations to use HJD (if not already) rather than JD.
- convertToString() - Method in class org.aavso.tools.vstar.vela.Operand
-
Convert this operand's type to string.
- coordSrc - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Coordinate and error source.
- copy() - Method in class org.aavso.tools.vstar.data.Magnitude
-
Creates and returns a copy of this magnitude.
- copy() - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Creates and returns a new ValidObservation instance that is a copy of the current instance that is not associated with a different series.
- copy() - Method in class org.aavso.tools.vstar.vela.Operand
- copy(SeriesType) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Creates and returns a new ValidObservation instance that is a copy of the current instance.
See https://github.com/AAVSO/VStar/issues/51 - copyToClipboard(String) - Static method in class org.aavso.tools.vstar.util.ClipboardUtils
-
Copy all log text to the clipboard.
- Cousins_I - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Cousins_R - Static variable in class org.aavso.tools.vstar.data.SeriesType
- create(String) - Static method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- create(String, String, Color, boolean, boolean) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Create a new series type or return an existing one.
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
- create(String, ObservationMatcherOp) - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Creates and returns an instance of an observation matcher for the current field matcher type.
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- create(String, ObservationMatcherOp) - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
- CREATE_SERIES - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- createAction(ISeriesInfoProvider, Set<SeriesType>) - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
-
Create and return an undoable action that can transform the supplied list of observations and undo this transformation.
- createAIDUrlForAUID(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Given an AUID return a web service URL for all data for the target.
- createAIDUrlForAUID(String, double, double) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Given an AUID, min and max JD, return a web service URL.
- createAIDUrlForAUID(String, double, double, String, String, boolean) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Given an AUID, min and max JD, and a series, return a web service URL.
- createAIDUrlForAUID(String, String, String, boolean) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Given an AUID and a series, return a web service URL to load data for all times with the specified constraints.
- createAnovaText() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
- createAnovaText(BinningResult) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- createBinChangeListener() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- createBinChangeListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- createButtonPane() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.ChartPropertiesSelectionPane
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.LocaleSelectionPane
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NumericPrecisionSelectionPane
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PluginSettingsPane
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
- createButtonPane() - Method in class org.aavso.tools.vstar.ui.vela.VeLaDialog
- createButtonPane2() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- createButtonPanel() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
- createButtonPanel() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
- createCancelButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- createChartControlPanel(NamedComponent) - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Populate a panel that can contains chart control widgets.
- createContent() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Create the content to be added to the dialog's content pane.
- createContent() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
- createContent() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
- createContent() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Create the dialog content.
- createControlPane() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.ChartPropertiesSelectionPane
- createControlPane2() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.ChartPropertiesSelectionPane
- createCreatePhasePlotListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis->Phase Plot
- createCustomFilterListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Custom Filter menu item selections.
- createDataTable(PeriodAnalysisCoordinateType[], double[][], IPeriodAnalysisAlgorithm) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a data table given column type and data arrays.
- createDataTable(PeriodAnalysisCoordinateType[], Map<PeriodAnalysisCoordinateType, List<Double>>, IPeriodAnalysisAlgorithm) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a data table given column type array and data list.
- createDiscrepantChangeListener() - Method in class org.aavso.tools.vstar.ui.dialog.ObservationDetailsDialog
-
Listen for discrepant observation change notification.
- createDiscrepantChangeListener() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
Listen for discrepant observation change notification.
- createDiscrepantChangeListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Listen for discrepant observation change notification and add/remove it from the relevant collections.
- createDismissButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.AboutBox
- createDismissButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- createEmailMessage(String, String, String) - Static method in class org.aavso.tools.vstar.util.EmailUtils
-
Create email in default email application, if available.
- createExcludedChangeListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Listen for excluded observation change notification and add/remove it from the relevant collections.
- createExcludeSelectionListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Exclude Selection
- createFileBasedObservationArtefacts(File, ObservationSourceAnalyser) - Method in class org.aavso.tools.vstar.ui.task.NewStarFromFileTask
-
Deprecated.Create observation table and plot models from a file.
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Listen for a filtered observation and add/remove its observations from the relevant collections.
- createFilteredObservationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.PhasedObservationAndMeanPlotModel
- createFilterFromPlot() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a filter from the current plot view.
- createFilterFromPlotListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Filter From Plot
- createFilterListener() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFiltersDialog
-
Return a filter listener, the purpose of which is to store new filter information.
- createFilterListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Filter...
- createFiltersListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Filters...
- createGenToolMenuItemListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for General Tool menu item selections.
- createHarmonicSearchResultListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
A listener to store the latest harmonic search result in a mapping from (fundamental) frequency to harmonics.
- createHelpButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- createHelpContentsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Help->User Manual Online...
- createInfoListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Info...
- createLeftmostBinnedObservations(List<ValidObservation>, int, ITimeElementEntity, double, List<ValidObservation>, List<double[]>) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Create a sequence of observations based upon bin size.
- createLeftToRightBinnedObservations(List<ValidObservation>, ITimeElementEntity, double) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Deprecated.Use createSymmetricBinnedObservations() in preference.
- createLineAndScatterPlot(String, String, PeriodAnalysis2DPlotModel, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a combined line and scatter plot given a 2D plot model.
- createLinePlot(String, String, Map<PeriodAnalysisCoordinateType, List<Double>>, PeriodAnalysisCoordinateType, PeriodAnalysisCoordinateType, boolean, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a line plot given lists of domain and range values.
- createLinePlot(String, String, PeriodAnalysis2DPlotModel, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a combined line and scatter plot given a 2D plot model.
- createLogListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Log...
- createMeanObservationForRange(List<ValidObservation>, ITimeElementEntity, int, int) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Calculates the mean magnitude and the Standard Error of the Average for a sample of magnitudes for observations in a specified inclusive range.
- createModel(String, String, Object[]) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Create a model given the specified partial plugin name, series and parameters.
- createModelButtonHandler() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- createModelCreationListener() - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
Return a model creation listener, the purpose of which is to store new model information.
- createModelCreationListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Return a model creation listener.
- createModelCreatorListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis menu model creator items.
- createModelSelectionListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- createModelSelectionListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Listen for a model series selection and add/remove its fit and residual observations from the relevant collections.
- createModelSelectionListener() - Method in class org.aavso.tools.vstar.ui.model.plot.PhasedObservationAndMeanPlotModel
- createModelsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis->Models...
- createMultipleObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFiltersDialog
-
Return a new star listener, the purpose of which is to clear the collections and disable the buttons.
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
Return a new star listener, the purpose of which is to clear the collections and disable the buttons.
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Return a new star listener, the purpose of which is to clear the collections and disable the buttons.
- createNewStarListener() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
- createNewStarObservationArtefacts(NewStarType, StarInfo, int, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create observation artefacts (models, GUI elements) on the assumption that a valid observation list and category map have already been created.
- createNumberFields(DoubleField...) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- createObDetailsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Observation Details...
- createObservationArtefacts() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Create observation table and plot models from an observation source plug-in.
- createObservationArtefacts() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedFileTask
-
Create observation table and plot models from an observation source plug-in.
- createObservationArtefacts() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedURLTask
-
Create observation table and plot models from an observation source plug-in.
- createObservationArtefactsFromObSourcePlugin(ObservationSourcePluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle new-star-from-external-source-plugin.
- createObservationArtefactsFromObSourcePlugin(ObservationSourcePluginBase, File, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle new-star-from-external-source-plugin when a file is supplied.
- createObservationArtefactsFromObSourcePlugin(ObservationSourcePluginBase, URL, boolean) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Creates and executes a background task to handle new-star-from-external-source-plugin when a URL is supplied.
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- createObservationSelectionListener() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
- createObservationSourceListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for observation source menu item selections.
- createObservationSourceListener(String) - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for a particular observation source menu item.
- createObsFilterListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Return an observation filter listener.
- createObsToolMenuItemListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Observation Tool menu item selections.
- createObsTransMenuItemListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Observation Transformer menu item selections.
- createOKButtonListener() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- createPanDownListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Down...
- createPanLeftListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Left...
- createPanRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- createPanRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
- createPanRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- createPanRightListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Right...
- createPanUpListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Pan Up...
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
Update the crosshairs according to the selected data point.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
Select the row in the table corresponding to the period analysis selection.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
Select the row in the table corresponding to the period analysis selection.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
Select the row in the table corresponding to the period analysis selection.
- createPeriodAnalysisListener() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
Update the crosshairs according to the selected data point.
- createPeriodSearchListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis menu Period Search items.
- createPeriodSearchListener(String) - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for a particular Analysis menu Period Search item.
- createPhaseChangeListener() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Return a phase change listener, the purpose of which is to store new phase plot information.
- createPhaseChangeListener() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Return a phase change listener that updates epoch and period information in preparation for creating or retrieving phase plot components.
TODO: when we have finally unified observations as a single list across all models, a listener for this message can call setPhases() on that list. - createPhaseChangeListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Return a phase change listener.
- createPhasePlot() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a phase plot, first asking for period and epoch.
- createPhasePlot(double, double) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a phase plot, given the period and epoch.
- createPhasePlotArtefacts(double, double, Map<SeriesType, Boolean>) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create phase plot artefacts, adding them to the analysis type map and returning this message.
- createPhasePlotListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Phase Plot
- createPhasePlotsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis->Phase Plots...
- createPhaseSelectionListener() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- createPlotControlListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Plot Control...
- createPluginManagerListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Tool -> Plug-in Manager...
- createPolynomialFitListener(String) - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Analysis polynomial fit item.
TODO: interim solution until we have toolbar buttons with lists of items! - createPrefsListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Preferences...
- createPrintListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Print...
- createRawDataListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Raw Data
- createRedoListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Redo
- createRightmostBinnedObservations(List<ValidObservation>, int, ITimeElementEntity, double, List<ValidObservation>, List<double[]>) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Create a sequence of observations based upon bin size.
- createRunScriptListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Tool -> Run Script...
- createSaveListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for File->Save...
- createScatterPlot(String, String, PeriodAnalysis2DPlotModel, boolean) - Static method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
-
Create a scatter plot given a 2D plot model.
- createSelectAllListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Select All
- createSeriesCreationListener() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- createSeriesCreationListener() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- createSeriesCreationListener() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- createSeriesCreationListener() - Method in class org.aavso.tools.vstar.ui.pane.list.VisibleSeriesRowFilter
- createSeriesVisibilityChangeListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- createShowAllListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Show All...
- createSymmetricBinnedObservations(List<ValidObservation>, ITimeElementEntity, double) - Static method in class org.aavso.tools.vstar.util.stats.DescStats
-
Create a sequence of observations based upon bin size.
- createTab(String, ViewModeType, Component) - Method in class org.aavso.tools.vstar.ui.TabbedDataPane
-
Create a tab with the specified component.
- createTab(ViewModeType, Component) - Method in class org.aavso.tools.vstar.ui.TabbedDataPane
-
Create a tab with the specified component.
- createTabs(List<NamedComponent>) - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
Create a tabbed pane component from a list of named components.
- createTabs(NamedComponent...) - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
Create a tabbed pane component from a list of named components.
- createTextAreaPane(String, String, int, int) - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
Create a TextArea and a panel, add the former to the latter, and return both as a pair.
- createUndoListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Edit->Undo
- createVeLaFilterPane() - Static method in class org.aavso.tools.vstar.plugin.PluginComponentFactory
-
This component creates a VeLa Filter pane and returns a text area and pane as a pair.
- createVeLaListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Tool -> Run Script...
- createVStarOnlineListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for Help->VStar Online...
- createZoomInListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Zoom In
- createZoomOutListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Zoom Out
- createZoomRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- createZoomRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
- createZoomRequestListener() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- createZoomToFitListener() - Method in class org.aavso.tools.vstar.ui.MenuBar
-
Returns the action listener to be invoked for View->Zoom To Fit
- crossHairCheckBox - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- CS_USER - Enum constant in enum class org.aavso.tools.vstar.input.database.DatabaseType
- currDecay - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- currTimeDivisions - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- CustomFilterPluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the base class for all custom filter plugins.
- CustomFilterPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
D
- damp - Variable in class org.aavso.tools.vstar.util.TSBase
- damp2 - Variable in class org.aavso.tools.vstar.util.TSBase
- dangcut - Variable in class org.aavso.tools.vstar.util.TSBase
- DATA_SERIES - Static variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- DatabaseType - Enum Class in org.aavso.tools.vstar.input.database
-
The type of database to be connected to.
- datasetChanged(DatasetChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- datasetChanged(DatasetChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- datasetChanged(DatasetChangeEvent) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
From DatasetChangeListener.
- DateInfo - Class in org.aavso.tools.vstar.data
-
This class stores Julian Day and corresponding calendar date information.
- DateInfo() - Constructor for class org.aavso.tools.vstar.data.DateInfo
-
Parameterless constructor for web service.
- DateInfo(double) - Constructor for class org.aavso.tools.vstar.data.DateInfo
-
Constructor.
- DateToJdDialog - Class in org.aavso.tools.vstar.ui.dialog
- DateToJdDialog(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.DateToJdDialog
-
Constructor
- dave - Variable in class org.aavso.tools.vstar.util.TSBase
- DBL_ARR - Static variable in enum class org.aavso.tools.vstar.vela.Type
- DBL_CLASS_ARR - Static variable in enum class org.aavso.tools.vstar.vela.Type
- dcdft() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- DCDFT_COORD_TYPES - Static variable in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- DcDftAnalysisType - Enum Class in org.aavso.tools.vstar.util.period.dcdft
-
The type of DC DFT analysis.
- dcdftCommon() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- dcdftFrequency(String, double, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform DCDFT period analysis with frequency range.
- DcDftFrequencyRangePeriodAnalysisPlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
This class encapsulates the "frequency range" (as per AAVSO TS) form of the DC DFT period analysis algorithm.
- DcDftFrequencyRangePeriodAnalysisPlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
-
Constructor
- dcdftPeriod(String, double, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform DCDFT period analysis with period range.
- DcDftPeriodAnalysisPluginBase - Class in org.aavso.tools.vstar.plugin.period.impl
-
Date Compensated Discrete Fourier Transform period analysis plugin.
- DcDftPeriodAnalysisPluginBase(PeriodAnalysisCoordinateType) - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
-
Constructor
- DcDftPeriodRangePeriodAnalysisPlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
This class encapsulates the "period range" (as per AAVSO TS) form of the DC DFT period analysis algorithm.
- DcDftPeriodRangePeriodAnalysisPlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
-
Constructor
- dcdftStandardScan(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform DCDFT period analysis with standard scan.
- DcDftStandardScanPeriodAnalysisPlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
This class encapsulates the "standard scan" (as per AAVSO TS) form of the DC DFT period analysis algorithm.
- DcDftStandardScanPeriodAnalysisPlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
-
Constructor
- dcoef - Variable in class org.aavso.tools.vstar.util.TSBase
- decayField - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- decDegs - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- DecInfo - Class in org.aavso.tools.vstar.util.coords
-
This class represents a Declination coordinate.
- DecInfo(EpochType, double) - Constructor for class org.aavso.tools.vstar.util.coords.DecInfo
-
Construct a DecInfo instance from decimal degrees.
- DecInfo(EpochType, int, int, double) - Constructor for class org.aavso.tools.vstar.util.coords.DecInfo
-
Constructor
- DEFAULT_CAPACITY - Static variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- DEFAULT_PLUGIN_BASE_URL_STR - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- DEFAULT_SIZE - Static variable in class org.aavso.tools.vstar.data.SeriesType
- degsInRange(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given a value in degrees, return the corresponding value in the range 0 to 360.
See, for example, http://www.purplemath.com/modules/radians2.htm - delete(SeriesType) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Delete the specified series type.
- delete(PeriodAnalysisCoordinateType) - Static method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
Delete the specified coordinate type.
- deleteAllPlugins() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Delete all locally installed plug-ins.
- deletePlugin(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Delete the specified plugin and dependent libraries.
- DelimitedFieldFileSaveChooser - Class in org.aavso.tools.vstar.ui.dialog
-
This class aggregates a JFileChooser, a plugin selector, and a field delimiter selection component.
- DelimitedFieldFileSaveChooser() - Constructor for class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
Constructor
- DELIMS - Static variable in class org.aavso.tools.vstar.plugin.ob.sink.impl.CommonTextFormatSinkPluginBase
- DescStats - Class in org.aavso.tools.vstar.util.stats
-
Descriptive statistics functions for observations.
- DescStats() - Constructor for class org.aavso.tools.vstar.util.stats.DescStats
- DESKTOP - Enum constant in enum class org.aavso.tools.vstar.ui.UIType
- detailExists(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Does the specified detail key exist?
- detailTitleExists(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Does the specified detail title key exist?
- determineDefaultParameters() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- determineEpoch(List<ValidObservation>) - Method in class org.aavso.tools.vstar.util.stats.epoch.AlphaOmegaMeanJDEpochStrategy
- determineEpoch(List<ValidObservation>) - Method in interface org.aavso.tools.vstar.util.stats.epoch.IEpochStrategy
-
Determine the epoch for a given sequence of observations.
- determineEpoch(List<ValidObservation>) - Method in class org.aavso.tools.vstar.util.stats.epoch.MaxMagEpochStrategy
- determineEpoch(List<ValidObservation>) - Method in class org.aavso.tools.vstar.util.stats.epoch.MinMagEpochStrategy
- determineInitialSearchRangeForMaximum() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Find the first numerically larger values either side of the numerically smallest (so, astronomical magnitude maximum) value.
- determineInitialSearchRangeForMinimum() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Find the first numerically smaller values either side of the numerically largest (so, astronomical magnitude minimum) value.
- determineMeanSeriesSource() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Determine which series will initially be the source of the mean series.
- determinePluginEquality() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Determine whether plugins that are both local and remote refer to the same jar and cache this information.
- dfouramp2 - Variable in class org.aavso.tools.vstar.util.TSBase
- dfpow - Variable in class org.aavso.tools.vstar.util.TSBase
- dfre - Variable in class org.aavso.tools.vstar.util.TSBase
- dgamplitude - Variable in class org.aavso.tools.vstar.util.TSBase
- dgnu - Variable in class org.aavso.tools.vstar.util.TSBase
- dgper - Variable in class org.aavso.tools.vstar.util.TSBase
- dgpower - Variable in class org.aavso.tools.vstar.util.TSBase
- DIFF - Enum constant in enum class org.aavso.tools.vstar.data.MTypeType
- disable() - Method in class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
- disable() - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- disableValueChangeEvent() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- DISCREPANT - Enum constant in enum class org.aavso.tools.vstar.data.ValidationType
- DISCREPANT - Static variable in class org.aavso.tools.vstar.data.SeriesType
- discrepantListener - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Discrepant observation listener.
- DiscrepantObservationMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message will be sent to Listener
implementers registered with a Notifier implementer. - DiscrepantObservationMessage(ValidObservation, Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.DiscrepantObservationMessage
-
Constructor.
- DiscrepantReport - Class in org.aavso.tools.vstar.util.discrepant
-
An instance of this class represents a discrepant observation report.
- DiscrepantReport(String, String, int, String, String) - Constructor for class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
-
Constructor.
- DiscrepantReportDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog is used to display information about a star that has been marked as discrepant in order to optionally add comments and submit to AAVSO.
- DiscrepantReportDialog(String, ValidObservation) - Constructor for class org.aavso.tools.vstar.ui.dialog.DiscrepantReportDialog
-
Constructor
- dismissButton - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- DIV - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- DIV - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- DIV - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- DIV() - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- DIV(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- dlamp - Variable in class org.aavso.tools.vstar.util.TSBase
- dlamplitude - Variable in class org.aavso.tools.vstar.util.TSBase
- dllamp - Variable in class org.aavso.tools.vstar.util.TSBase
- dlnu - Variable in class org.aavso.tools.vstar.util.TSBase
- dlper - Variable in class org.aavso.tools.vstar.util.TSBase
- dlpower - Variable in class org.aavso.tools.vstar.util.TSBase
- dmat - Variable in class org.aavso.tools.vstar.util.TSBase
- dmsToDegs(int, int, double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given degrees, minutes, and seconds, return decimal degrees.
- DO - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.UndoableActionType
- DocumentManager - Class in org.aavso.tools.vstar.ui.mediator
-
This class manages the creation of VStar "documents", i.e.
- DocumentManager() - Constructor for class org.aavso.tools.vstar.ui.mediator.DocumentManager
- doesGroupExist(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Does the specified group exist?
- doesStarExistInGroup(String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Does the specified star exist in the specified group?
- doInBackground() - Method in class org.aavso.tools.vstar.input.database.AuthenticationTask
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.ModellingTask
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromFileTask
-
Deprecated.Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedFileTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedURLTask
-
Main task.
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.ObsListFileSaveTask
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.PeriodAnalysisTask
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.PhasePlotTask
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.PluginManagerOperationTask
- doInBackground() - Method in class org.aavso.tools.vstar.ui.task.UndoableActionTask
- domainTitle - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- domainType - Variable in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- done() - Method in class org.aavso.tools.vstar.input.database.AuthenticationTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.ModellingTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromFileTask
-
Deprecated.Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedFileTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedURLTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.ObsListFileSaveTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.PeriodAnalysisTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.PhasePlotTask
-
Executed in event dispatching thread.
- done() - Method in class org.aavso.tools.vstar.ui.task.PluginManagerOperationTask
-
Executed in event dispatching thread
- done() - Method in class org.aavso.tools.vstar.ui.task.UndoableActionTask
-
Executed in event dispatching thread.
- DoubleAsStringComparator - Class in org.aavso.tools.vstar.util.comparator
-
This class compares double values encoded as strings.
- DoubleAsStringComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.DoubleAsStringComparator
- DoubleComparator - Class in org.aavso.tools.vstar.util.comparator
-
This class compares double values.
- DoubleComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.DoubleComparator
- DoubleField - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name, range, and value of a numeric text field along with a GUI textField and methods to operate upon it.
- DoubleField(String, Double, Double, Double) - Constructor for class org.aavso.tools.vstar.ui.dialog.DoubleField
-
Constructor
- DoubleFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
Double-precision value field matcher.
- DoubleFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
- DoubleFieldMatcher(Double, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
- DoubleFieldMatcher(Double, ObservationMatcherOp, ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
- doubleVal() - Method in class org.aavso.tools.vstar.vela.Operand
- DOWN - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.PanType
- DownloadFormatObservationSinkPlugin - Class in org.aavso.tools.vstar.plugin.ob.sink.impl
-
An observation sink plugin for AAVSO Download format file saves.
- DownloadFormatObservationSinkPlugin() - Constructor for class org.aavso.tools.vstar.plugin.ob.sink.impl.DownloadFormatObservationSinkPlugin
- doZoom(ZoomType) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Perform a zoom on the current plot.
- dpower - Variable in class org.aavso.tools.vstar.util.TSBase
- dropPhasePlotAnalysis() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Removes phase plot if exists.
- dsig - Variable in class org.aavso.tools.vstar.util.TSBase
- DSLR - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- dt0 - Variable in class org.aavso.tools.vstar.util.TSBase
- dtave - Variable in class org.aavso.tools.vstar.util.TSBase
- dtscale - Variable in class org.aavso.tools.vstar.util.TSBase
- dtsig - Variable in class org.aavso.tools.vstar.util.TSBase
- dtvar - Variable in class org.aavso.tools.vstar.util.TSBase
- dtzero - Variable in class org.aavso.tools.vstar.util.TSBase
- dvar - Variable in class org.aavso.tools.vstar.util.TSBase
- dvec - Variable in class org.aavso.tools.vstar.util.TSBase
- dweight - Variable in class org.aavso.tools.vstar.util.TSBase
E
- eccentricity(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given the time in Julian centuries, return eccentricity of Earth's orbit.
- EFFECTIVE_NUM_DATA - Enum constant in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- ELSE - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- ELSE - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- ELSE() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- EmailUtils - Class in org.aavso.tools.vstar.util
-
Email utility functions.
- EmailUtils() - Constructor for class org.aavso.tools.vstar.util.EmailUtils
- EMPTY_LIST - Static variable in class org.aavso.tools.vstar.vela.Operand
- EmptyVeLaEnvironment - Class in org.aavso.tools.vstar.vela
-
A VeLa environment that is backed by nothing, i.e.
- EmptyVeLaEnvironment() - Constructor for class org.aavso.tools.vstar.vela.EmptyVeLaEnvironment
- enable() - Method in class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
- enable() - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- enableButtons() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
Enable the buttons on this pane.
- enableButtons() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
- enableButtons() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
Enable the buttons on this pane.
- enterAdditiveExpression(VeLaParser.AdditiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.additiveExpression(). - enterAdditiveExpression(VeLaParser.AdditiveExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.additiveExpression(). - enterAnonFundef(VeLaParser.AnonFundefContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.anonFundef(). - enterAnonFundef(VeLaParser.AnonFundefContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.anonFundef(). - enterBinding(VeLaParser.BindingContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.binding(). - enterBinding(VeLaParser.BindingContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.binding(). - enterBlock(VeLaParser.BlockContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.block(). - enterBlock(VeLaParser.BlockContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.block(). - enterBool(VeLaParser.BoolContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.bool(). - enterBool(VeLaParser.BoolContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.bool(). - enterBooleanExpression(VeLaParser.BooleanExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.booleanExpression(). - enterBooleanExpression(VeLaParser.BooleanExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.booleanExpression(). - enterConjunctiveExpression(VeLaParser.ConjunctiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.conjunctiveExpression(). - enterConjunctiveExpression(VeLaParser.ConjunctiveExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.conjunctiveExpression(). - enterConsequent(VeLaParser.ConsequentContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.consequent(). - enterConsequent(VeLaParser.ConsequentContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.consequent(). - enterEveryRule(ParserRuleContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
- enterExclusiveOrExpression(VeLaParser.ExclusiveOrExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.exclusiveOrExpression(). - enterExclusiveOrExpression(VeLaParser.ExclusiveOrExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.exclusiveOrExpression(). - enterExponentiationExpression(VeLaParser.ExponentiationExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.exponentiationExpression(). - enterExponentiationExpression(VeLaParser.ExponentiationExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.exponentiationExpression(). - enterExpression(VeLaParser.ExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.expression(). - enterExpression(VeLaParser.ExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.expression(). - enterFactor(VeLaParser.FactorContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.factor(). - enterFactor(VeLaParser.FactorContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.factor(). - enterFormalParameter(VeLaParser.FormalParameterContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.formalParameter(). - enterFormalParameter(VeLaParser.FormalParameterContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.formalParameter(). - enterFuncall(VeLaParser.FuncallContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.funcall(). - enterFuncall(VeLaParser.FuncallContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.funcall(). - enterIfExpression(VeLaParser.IfExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.ifExpression(). - enterIfExpression(VeLaParser.IfExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.ifExpression(). - enterInteger(VeLaParser.IntegerContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.integer(). - enterInteger(VeLaParser.IntegerContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.integer(). - enterList(VeLaParser.ListContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.list(). - enterList(VeLaParser.ListContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.list(). - enterLogicalNegationExpression(VeLaParser.LogicalNegationExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.logicalNegationExpression(). - enterLogicalNegationExpression(VeLaParser.LogicalNegationExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.logicalNegationExpression(). - enterMultiplicativeExpression(VeLaParser.MultiplicativeExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.multiplicativeExpression(). - enterMultiplicativeExpression(VeLaParser.MultiplicativeExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.multiplicativeExpression(). - enterNamedFundef(VeLaParser.NamedFundefContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.namedFundef(). - enterNamedFundef(VeLaParser.NamedFundefContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.namedFundef(). - enterReal(VeLaParser.RealContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.real(). - enterReal(VeLaParser.RealContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.real(). - enterRelationalExpression(VeLaParser.RelationalExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.relationalExpression(). - enterRelationalExpression(VeLaParser.RelationalExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.relationalExpression(). - enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BoolContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConsequentContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.IntegerContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.LogicalNegationExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.RealContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SelectionExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.StringContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SymbolContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.UnaryExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- enterRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- enterSelectionExpression(VeLaParser.SelectionExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.selectionExpression(). - enterSelectionExpression(VeLaParser.SelectionExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.selectionExpression(). - enterSequence(VeLaParser.SequenceContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.sequence(). - enterSequence(VeLaParser.SequenceContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.sequence(). - enterShiftExpression(VeLaParser.ShiftExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.shiftExpression(). - enterShiftExpression(VeLaParser.ShiftExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.shiftExpression(). - enterString(VeLaParser.StringContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.string(). - enterString(VeLaParser.StringContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.string(). - enterSymbol(VeLaParser.SymbolContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.symbol(). - enterSymbol(VeLaParser.SymbolContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.symbol(). - enterType(VeLaParser.TypeContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.type(). - enterType(VeLaParser.TypeContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.type(). - enterUnaryExpression(VeLaParser.UnaryExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.unaryExpression(). - enterUnaryExpression(VeLaParser.UnaryExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.unaryExpression(). - enterWhenExpression(VeLaParser.WhenExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.whenExpression(). - enterWhenExpression(VeLaParser.WhenExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.whenExpression(). - enterWhileLoop(VeLaParser.WhileLoopContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Enter a parse tree produced by
VeLaParser.whileLoop(). - enterWhileLoop(VeLaParser.WhileLoopContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Enter a parse tree produced by
VeLaParser.whileLoop(). - epochStrategyMap - Static variable in class org.aavso.tools.vstar.util.stats.PhaseCalcs
- EpochType - Enum Class in org.aavso.tools.vstar.util.coords
-
RA/Dec epoch type.
- EQUAL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- EQUAL() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- equals(Object) - Method in class org.aavso.tools.vstar.data.CommentCodes
- equals(Object) - Method in class org.aavso.tools.vstar.data.DateInfo
- equals(Object) - Method in class org.aavso.tools.vstar.data.Magnitude
- equals(Object) - Method in class org.aavso.tools.vstar.data.Property
- equals(Object) - Method in class org.aavso.tools.vstar.data.SeriesType
- equals(Object) - Method in class org.aavso.tools.vstar.data.ValidObservation
- equals(Object) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- equals(Object) - Method in class org.aavso.tools.vstar.util.Pair
- equals(Object) - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- equals(Object) - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- equals(Object) - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- equals(Object) - Method in class org.aavso.tools.vstar.util.Triple
- equals(Object) - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- equals(Object) - Method in class org.aavso.tools.vstar.vela.Operand
- EQUALS - Enum constant in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
- errorBarCheckBox - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- ErrorFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A magnitude error field matcher.
- ErrorFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
- ErrorFieldMatcher(Double, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
- eval(AST) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Given an AST representing a VeLa program, interpret this via a depth first traversal, leaving the result of evaluation on the stack.
- EXCLUDE_SELECTION - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- excludeCurrentSelection() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Exclude the currently selected observation(s).
- Excluded - Static variable in class org.aavso.tools.vstar.data.SeriesType
- excludedListener - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Excluded observation listener.
- ExcludedObservationMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message will be sent to Listener
implementers registered with a Notifier . - ExcludedObservationMessage(List<ValidObservation>, Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ExcludedObservationMessage
-
Constructor.
- exclusiveOrExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- exclusiveOrExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- exclusiveOrExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- ExclusiveOrExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- ExclusiveRangePredicate - Class in org.aavso.tools.vstar.data.validation
-
Exclusive numeric range predicate class: lower < value < upper
- ExclusiveRangePredicate(double, double) - Constructor for class org.aavso.tools.vstar.data.validation.ExclusiveRangePredicate
-
Constructor.
- execute() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
-
Execute the operation.
- execute() - Method in class org.aavso.tools.vstar.ui.model.plot.InViewObservationFilter
-
Creates a filter of observations visible in the range and sends a filtered observation message to be consumed by listeners (plots, tables).
- execute() - Method in interface org.aavso.tools.vstar.util.IAlgorithm
-
Executes the algorithm.
- execute() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- execute() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- execute() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- execute() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Perform a "standard scan" or "frequency range" based DC DFT, a date compensated discrete Fourier transform.
- execute() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
Execute the WWZ algorithm on the specified observations with the specified frequency range and window size.
- execute(UndoableActionType) - Method in interface org.aavso.tools.vstar.ui.undo.IUndoableAction
-
Executes the action corresponding to the undoable action.
- execute(UndoableActionType) - Method in class org.aavso.tools.vstar.ui.undo.ObservationExclusionAction
- executeAlgorithm(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
- executeAlgorithm(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
- executeAlgorithm(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
- executeAlgorithm(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
- executeAlgorithm(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
- executeAlgorithm(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Execute a period analysis algorithm instance for this plugin to be applied to the specified observations.
- executeRedoAction() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Execute a redo action if one exists.
- executeUndoAction() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Execute an undo action if one exists.
- exists(String) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Does the series, specified by description, exist?
- exit() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Exit VStar
- exitAdditiveExpression(VeLaParser.AdditiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.additiveExpression(). - exitAdditiveExpression(VeLaParser.AdditiveExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.additiveExpression(). - exitAnonFundef(VeLaParser.AnonFundefContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.anonFundef(). - exitAnonFundef(VeLaParser.AnonFundefContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.anonFundef(). - exitBinding(VeLaParser.BindingContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.binding(). - exitBinding(VeLaParser.BindingContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.binding(). - exitBlock(VeLaParser.BlockContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.block(). - exitBlock(VeLaParser.BlockContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.block(). - exitBool(VeLaParser.BoolContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.bool(). - exitBool(VeLaParser.BoolContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.bool(). - exitBooleanExpression(VeLaParser.BooleanExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.booleanExpression(). - exitBooleanExpression(VeLaParser.BooleanExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.booleanExpression(). - exitConjunctiveExpression(VeLaParser.ConjunctiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.conjunctiveExpression(). - exitConjunctiveExpression(VeLaParser.ConjunctiveExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.conjunctiveExpression(). - exitConsequent(VeLaParser.ConsequentContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.consequent(). - exitConsequent(VeLaParser.ConsequentContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.consequent(). - exitEveryRule(ParserRuleContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
- exitExclusiveOrExpression(VeLaParser.ExclusiveOrExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.exclusiveOrExpression(). - exitExclusiveOrExpression(VeLaParser.ExclusiveOrExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.exclusiveOrExpression(). - exitExponentiationExpression(VeLaParser.ExponentiationExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.exponentiationExpression(). - exitExponentiationExpression(VeLaParser.ExponentiationExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.exponentiationExpression(). - exitExpression(VeLaParser.ExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.expression(). - exitExpression(VeLaParser.ExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.expression(). - exitFactor(VeLaParser.FactorContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.factor(). - exitFactor(VeLaParser.FactorContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.factor(). - exitFormalParameter(VeLaParser.FormalParameterContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.formalParameter(). - exitFormalParameter(VeLaParser.FormalParameterContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.formalParameter(). - exitFuncall(VeLaParser.FuncallContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.funcall(). - exitFuncall(VeLaParser.FuncallContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.funcall(). - exitIfExpression(VeLaParser.IfExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.ifExpression(). - exitIfExpression(VeLaParser.IfExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.ifExpression(). - exitInteger(VeLaParser.IntegerContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.integer(). - exitInteger(VeLaParser.IntegerContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.integer(). - exitList(VeLaParser.ListContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.list(). - exitList(VeLaParser.ListContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.list(). - exitLogicalNegationExpression(VeLaParser.LogicalNegationExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.logicalNegationExpression(). - exitLogicalNegationExpression(VeLaParser.LogicalNegationExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.logicalNegationExpression(). - exitMultiplicativeExpression(VeLaParser.MultiplicativeExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.multiplicativeExpression(). - exitMultiplicativeExpression(VeLaParser.MultiplicativeExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.multiplicativeExpression(). - exitNamedFundef(VeLaParser.NamedFundefContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.namedFundef(). - exitNamedFundef(VeLaParser.NamedFundefContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.namedFundef(). - exitReal(VeLaParser.RealContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.real(). - exitReal(VeLaParser.RealContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.real(). - exitRelationalExpression(VeLaParser.RelationalExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.relationalExpression(). - exitRelationalExpression(VeLaParser.RelationalExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.relationalExpression(). - exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BoolContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConsequentContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.IntegerContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.LogicalNegationExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.RealContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SelectionExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.StringContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SymbolContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.UnaryExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- exitRule(ParseTreeListener) - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- exitSelectionExpression(VeLaParser.SelectionExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.selectionExpression(). - exitSelectionExpression(VeLaParser.SelectionExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.selectionExpression(). - exitSequence(VeLaParser.SequenceContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.sequence(). - exitSequence(VeLaParser.SequenceContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.sequence(). - exitShiftExpression(VeLaParser.ShiftExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.shiftExpression(). - exitShiftExpression(VeLaParser.ShiftExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.shiftExpression(). - exitString(VeLaParser.StringContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.string(). - exitString(VeLaParser.StringContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.string(). - exitSymbol(VeLaParser.SymbolContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.symbol(). - exitSymbol(VeLaParser.SymbolContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.symbol(). - exitType(VeLaParser.TypeContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.type(). - exitType(VeLaParser.TypeContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.type(). - exitUnaryExpression(VeLaParser.UnaryExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.unaryExpression(). - exitUnaryExpression(VeLaParser.UnaryExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.unaryExpression(). - exitWhenExpression(VeLaParser.WhenExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.whenExpression(). - exitWhenExpression(VeLaParser.WhenExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.whenExpression(). - exitWhileLoop(VeLaParser.WhileLoopContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
-
Exit a parse tree produced by
VeLaParser.whileLoop(). - exitWhileLoop(VeLaParser.WhileLoopContext) - Method in interface org.aavso.tools.vstar.vela.VeLaListener
-
Exit a parse tree produced by
VeLaParser.whileLoop(). - exponentiationExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- exponentiationExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.UnaryExpressionContext
- ExponentiationExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- expression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- expression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConsequentContext
- expression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- expression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- expression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- expression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- expression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- expression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- expression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- expression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- ExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.ExpressionContext
- expressionToOperand(String) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Expression interpreter entry point.
- ExpressionVisitor - Class in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language interpreter Expression parse tree visitor that generates an Abstract Syntax Tree.
- ExpressionVisitor(VeLaInterpreter) - Constructor for class org.aavso.tools.vstar.vela.ExpressionVisitor
- extra - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- extremeMag - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- extremeTime - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
F
- factor() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- factor() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- FactorContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- FAINT_STAR - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- FAINTER_THAN - Enum constant in enum class org.aavso.tools.vstar.data.MagnitudeModifier
- FAINTER_THAN - Static variable in class org.aavso.tools.vstar.data.SeriesType
- ff - Variable in class org.aavso.tools.vstar.util.TSBase
- fft(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Compute a FFT.
- FIELD_COUNT - Static variable in class org.aavso.tools.vstar.data.validation.AAVSOFormatFieldInfoSource
- FIELD_COUNT - Static variable in class org.aavso.tools.vstar.data.validation.SimpleFormatFieldInfoSource
- fieldIndexMap - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- fields - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- fieldSplitter - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- FILE - Enum constant in enum class org.aavso.tools.vstar.plugin.InputType
- FILE_OR_URL - Enum constant in enum class org.aavso.tools.vstar.plugin.InputType
- FileExtensionFilter - Class in org.aavso.tools.vstar.ui.dialog
-
File extension based file filter for file dialog.
- FileExtensionFilter(List<String>) - Constructor for class org.aavso.tools.vstar.ui.dialog.FileExtensionFilter
-
Constructor
- filter(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
Filter a list of observation returning a filter name and string representation.
- filter(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaFilterPlugin
- FILTER - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- FILTER_FROM_PLOT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- Filtered - Static variable in class org.aavso.tools.vstar.data.SeriesType
- filteredObs - Variable in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- FilteredObservationMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
Instances of this message should be sent when an observation filtering operation has occurred.
- FilteredObservationMessage(Object, IFilterDescription, Set<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.FilteredObservationMessage
-
Constructor.
- FILTERS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- filtersAreParsable() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
-
Returns whether or not the filters associated with the concrete subclass are parsable.
- filtersAreParsable() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaFilterPlugin
- filterSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- find(GoalType, int[]) - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Find the extremum according to the goal over a given time range.
- find(GoalType, int[]) - Method in class org.aavso.tools.vstar.util.ApacheCommonsBrentOptimiserExtremaFinder
- find(GoalType, int[]) - Method in class org.aavso.tools.vstar.util.ApacheCommonsDerivativeBasedExtremaFinder
- findActiveWindow() - Static method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Find and return the active window or null if one does not exist, e.g.
- findHarmonics(double, List<Double>, double) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Find all harmonics of the specified frequency in the data and return them, including the fundamental itself.
- findHarmonicsButton - Variable in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- findHarmonicsButtonAction() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
This method is invoked when the find-harmonics button is clicked.
- findHarmonicsButtonAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
- findHarmonicsButtonAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
- findIndexOfTopHitInFullResultData() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- first - Variable in class org.aavso.tools.vstar.util.Pair
- first - Variable in class org.aavso.tools.vstar.util.Triple
- firstUse - Variable in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- fit - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- fitMetrics() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Gather fit metrics string.
- focusGained(FocusEvent) - Method in class org.aavso.tools.vstar.ui.dialog.ObservationDetailsDialog
- focusLost(FocusEvent) - Method in class org.aavso.tools.vstar.ui.dialog.ObservationDetailsDialog
- formalParameter() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- formalParameter() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- formalParameter() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- formalParameter(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- formalParameter(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- FormalParameterContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- formatCoef(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- formatCoefLocaleIndependent(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- formatMag(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- formatMagLocaleIndependent(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- formatOther(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- formatOtherLocaleIndependent(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- FormattedDoubleComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator takes strings, parsing them as doubles, and compares them.
- formatTime(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- formatTimeLocaleIndependent(double) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- freqToHarmonicsMap - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- FREQUENCY - Enum constant in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- FREQUENCY - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- frequency_range() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- FREQUENCY_RANGE - Enum constant in enum class org.aavso.tools.vstar.util.period.dcdft.DcDftAnalysisType
- fromID(int) - Static method in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
-
Given a numeric ID, return the enumerated value.
- fromSEXPR(String) - Static method in class org.aavso.tools.vstar.vela.AST
- fromString(String) - Static method in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Given a string, return an operator enum value, or null.
- FUN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- FUN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- FUN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- FUN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- funcall() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- funcall() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- funcall(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- FUNCALL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- FuncallContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- funcName - Variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- function - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- FUNCTION - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- FunctionExecutor - Class in org.aavso.tools.vstar.vela
-
The base class for all function executors.
- FunctionExecutor(Optional<String>, List<String>, List<Type>, Optional<Type>, Optional<String>) - Constructor for class org.aavso.tools.vstar.vela.FunctionExecutor
-
Constructor for functions.
- FunctionExecutor(Optional<String>, Optional<Type>, Optional<String>) - Constructor for class org.aavso.tools.vstar.vela.FunctionExecutor
-
Constructor for zero-arity functions.
- functionStrings() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Put function strings into the map
- functionStrMap - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- functionVal() - Method in class org.aavso.tools.vstar.vela.Operand
- FUNDAMENTAL - Static variable in class org.aavso.tools.vstar.util.model.Harmonic
- FUNDEF - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- fwhm(int) - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
G
- GeneralToolPluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the base class for all general VStar "tool" plugins.
- GeneralToolPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- get(int) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- get(String) - Static method in class org.aavso.tools.vstar.util.locale.LocaleProps
-
Return the localised string given the specified ID.
- getAAVSOtextFormatHelpPage() - Static method in class org.aavso.tools.vstar.util.help.Help
- getAAVSOtextFormatSinkHelpPage() - Static method in class org.aavso.tools.vstar.util.help.Help
- getAboutBoxText() - Method in class org.aavso.tools.vstar.ui.dialog.AboutBox
- getAction() - Method in class org.aavso.tools.vstar.ui.mediator.message.UndoActionMessage
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the actual item number for the Y coordinate value associated with the specified series and item.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this case.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this case.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this case.
- getActualYItemNum(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
The actual item number for the Y coordinate is in fact, just item in this case.
- getAdditionalFileExtensions() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Return a list of file extension strings to be added to the default file extensions in the file chooser, or null if none are to be added (the default).
- getAdjustedJDs() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getADSRef() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getAffiliation() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getAIC() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
- getAIDWebServiceHelpPage() - Static method in class org.aavso.tools.vstar.util.help.Help
- getAirmass() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getAmplitude() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getAnalysisType() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getAnalysisType() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
- getAnalysisTypeChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getAnalysisValues() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getApparentDec() - Method in class org.aavso.tools.vstar.util.date.SolarCoords
- getApparentRA() - Method in class org.aavso.tools.vstar.util.date.SolarCoords
- getATN() - Method in class org.aavso.tools.vstar.vela.VeLaLexer
- getATN() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- getAuid() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- getAuid() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getAuid() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
- getAUID(String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Return the AUID for the specified group and star.
- getBand() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getBetweenGroupDF() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
Returns the between-group degrees of freedom for the F-test result.
- getBIC() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
- getBinaryOp(String) - Static method in enum class org.aavso.tools.vstar.vela.Operation
- getBinningResult() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getBoolVal() - Method in class org.aavso.tools.vstar.data.Property
- getBrightnessAxisLabel(AbstractObservationRetriever) - Static method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getBrightnessUnits() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns the brightness units string (e.g.
- getBuildTimeStamp() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
- getBuildTimeStamp() - Static method in class org.aavso.tools.vstar.ui.resources.RevisionAccessor
-
Get the buld date
- getCalendarDate() - Method in class org.aavso.tools.vstar.data.DateInfo
- getChangedSeriesColorMap() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
- getChangedSeriesSizeMap() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
- getCharPos() - Method in exception org.aavso.tools.vstar.vela.VeLaParseError
- getChart() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- getChart() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- getChartBackgroundColor() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- getChartControlPanel() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getChartExtraLargeFont() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- getChartGridlinesColor() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- getChartLargeFont() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- getChartPaneID() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- getChartPanel() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getChartRegularFont() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- getCharts() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getChartSmallFont() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- getChildren() - Method in class org.aavso.tools.vstar.vela.AST
- getClazz() - Method in class org.aavso.tools.vstar.data.Property
- getCMag() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getCode() - Method in class org.aavso.tools.vstar.ui.dialog.AuthCodeLoginDialog
- getCode() - Method in class org.aavso.tools.vstar.ui.vela.VeLaDialog
-
Get the VeLa code.
- getColor() - Method in class org.aavso.tools.vstar.data.SeriesType
- getColorFromSeries(SeriesType) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Given a series, retrieve its color.
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
- getColumnCount() - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Return the number of columns associated with this source.
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getColumnCount() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- getColumnIndexByName(String) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column name, return the index.
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
- getColumnIndexByName(String) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- getColumnInfoSource() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getColumnName(int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
- getColumnNames() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- getColumnNames() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- getColumnNames() - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Return the names of the table columns for this source.
- getColumnNames() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- getCommentCode() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getCommentcodes() - Method in class org.aavso.tools.vstar.data.CommentCodes
- getCommentFlag() - Method in enum class org.aavso.tools.vstar.data.CommentType
-
Return the comment string corresponding to this this enum value.
- getComments() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getComments() - Method in class org.aavso.tools.vstar.ui.dialog.DiscrepantReportDialog
- getComments() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
- getComponent() - Method in interface org.aavso.tools.vstar.ui.IMainUI
- getComponent() - Method in class org.aavso.tools.vstar.ui.MainFrame
- getComponent() - Method in class org.aavso.tools.vstar.ui.NamedComponent
- getCompStar1() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getCompStar2() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getConstantCoefficient() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getContentPane() - Method in interface org.aavso.tools.vstar.ui.IMainUI
- getCoords() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- getCoordSrc() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
- getCoordTypes() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- getCosineCoefficient() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getCredit() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getCurrentStarName() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Deprecated.Use getInputName() or getObservationRetriever() for more specific information about source name, type, and observations possibly containing object name.
- getCustomFilterPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Custom Filter plugins.
- getData() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
- getDataPoint() - Method in class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
- getDataPoint() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisSelectionMessage
- getDataPointFromItem(int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
Given an item number, return a period analysis data point object containing period analysis result data values.
- getDataPointFromRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Return a period analysis data point from the values at the specified row.
- getDataPointFromRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
Return a WWZ statistic from the values at the specified row.
- getDateInfo() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getDay() - Method in class org.aavso.tools.vstar.util.date.YMD
- getDBNum() - Method in enum class org.aavso.tools.vstar.input.database.DatabaseType
- getDec() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getDec() - Method in class org.aavso.tools.vstar.util.date.SolarCoords
- getDecoration(ContinuousModelFunction) - Method in interface org.aavso.tools.vstar.util.model.decorator.IModelDecorator
-
Given a model function object, return a decoration string.
- getDecorationName() - Method in interface org.aavso.tools.vstar.util.model.decorator.IModelDecorator
-
What is the name of the decoration?
- getDefault() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Returns the default series type.
- getDefaultFileExtensions() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Returns the default file extensions.
- getDefaultStarListTitle() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
- getDefaultTestValue() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Return a default test value for this matcher, or null if there isn't one.
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- getDefaultTestValue() - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
- getDefaultTimeElementsInBin() - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the default time elements in a time bin.
- getDefaultTimeElementsInBin() - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- getDefaultTimeElementsInBin() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- getDefaultTimeIncrements() - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the default time increments or steps over a time bin range.
- getDefaultTimeIncrements() - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- getDefaultTimeIncrements() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- getDegree() - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
- getDegree() - Method in class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
-
Returns the currently selected degree value.
- getDelimiter() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
- getDelimiter() - Method in class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
- getDelimiterNameValuePairs() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.CommonTextFormatSinkPluginBase
- getDelimiterNameValuePairs() - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
-
Return a mapping from field delimiter names to delimiter string values to be displayed in the file save dialog.
- getDelimiterSuffixValuePairs() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.CommonTextFormatSinkPluginBase
- getDelimiterSuffixValuePairs() - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
-
Return a mapping from field delimiter names to file suffix values to be used if a file name with no suffix is not specified.
- getDescription() - Method in enum class org.aavso.tools.vstar.data.ObsType
- getDescription() - Method in class org.aavso.tools.vstar.data.SeriesType
- getDescription() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaFilterPlugin
- getDescription() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Get a description of this plugin.
- getDescription() - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.DownloadFormatObservationSinkPlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.SimpleFormatObservationSinkPlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getDescription() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
- getDescription() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- getDescription() - Method in class org.aavso.tools.vstar.ui.dialog.FileExtensionFilter
- getDescription() - Method in class org.aavso.tools.vstar.ui.mediator.message.FilteredObservationMessage
- getDescription() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Return a human-readable description of this model.
- getDescription() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return a human-readable description of this model.
- getDescription() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getDescription() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getDescription() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- getDescription() - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- getDescription() - Method in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- getDescription() - Method in class org.aavso.tools.vstar.util.stats.epoch.AlphaOmegaMeanJDEpochStrategy
- getDescription() - Method in interface org.aavso.tools.vstar.util.stats.epoch.IEpochStrategy
- getDescription() - Method in class org.aavso.tools.vstar.util.stats.epoch.MaxMagEpochStrategy
- getDescription() - Method in class org.aavso.tools.vstar.util.stats.epoch.MinMagEpochStrategy
- getDesignation() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getDetail(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- getDetailIndex(String) - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Return the detail index given the key.
- getDetailKey(int) - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Return the detail key given the detail ordering index.
- getDetails() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getDetailTitles() - Static method in class org.aavso.tools.vstar.data.ValidObservation
- getDetailTypes() - Static method in class org.aavso.tools.vstar.data.ValidObservation
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
- getDialog(SeriesType) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Get the period analysis dialog for this plugin.
- getDigitizer() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getDiscoverer() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- getDiscrepantColumnIndex() - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Return the index of the "is-discrepant" column.
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
- getDiscrepantColumnIndex() - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- getDiscrepantObservationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
- getDisplayName() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
The display name for this matcher.
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- getDisplayName() - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaFilterPlugin
- getDisplayName() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Get the human-readable display name for this plugin, e.g.
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.DownloadFormatObservationSinkPlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.SimpleFormatObservationSinkPlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
- getDisplayName() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- getDisplayString() - Method in interface org.aavso.tools.vstar.ui.undo.IUndoableAction
-
Returns a human-readable display string for this action.
- getDisplayString() - Method in class org.aavso.tools.vstar.ui.undo.ObservationExclusionAction
- getDocName() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- getDocName() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Get a document file name for this plugin.
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.CommonTextFormatSinkPluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- getDocName() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- getDocumentManager() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getDomainOrder() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getDomainTitle() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns the custom domain title.
- getDomainType() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getDomainType() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getDomainValues() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getEditor() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
- getEndX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getEndY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getEnvironments() - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
- getEpoch() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
- getEpoch() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getEpoch() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- getEpoch() - Method in class org.aavso.tools.vstar.util.coords.DecInfo
- getEpoch() - Method in class org.aavso.tools.vstar.util.coords.RAInfo
- getEquationOfCenter() - Method in class org.aavso.tools.vstar.util.date.SolarCoords
- getError() - Method in class org.aavso.tools.vstar.data.InvalidObservation
- getError() - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
- getError() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Return the last error.
- getExcludedObservationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getExtremeMag() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- getExtremeTime() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- getFieldIndexMap() - Method in class org.aavso.tools.vstar.data.validation.AAVSOFormatFieldInfoSource
-
Return a mapping from field name to index in the text format associated with this source (for field validation).
- getFieldIndexMap() - Method in interface org.aavso.tools.vstar.data.validation.IFieldInfoSource
-
Return a mapping from field name to index in the text format associated with this source (for field validation).
- getFieldIndexMap() - Method in class org.aavso.tools.vstar.data.validation.SimpleFormatFieldInfoSource
-
Return a mapping from field name to index in the text format associated with this source (for field validation).
- getFieldInfoSource() - Method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- getFieldMatcher() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterPane
-
Return a field matcher corresponding to the selection.
- getFields() - Method in class org.aavso.tools.vstar.input.text.ObservationFieldSplitter
-
Deprecated.Return the required number of fields for the next line, appending with nulls if too few fields are present in the line.
- getFiles() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Deprecated.
- getFilterDescription() - Method in interface org.aavso.tools.vstar.data.filter.IFilterDescription
-
Get a description of the filter.
- getFilteredObs() - Method in class org.aavso.tools.vstar.ui.mediator.message.FilteredObservationMessage
- getFilteredObservationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getFilteredObservations(List<ValidObservation>, boolean, boolean, boolean) - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
-
Filter the supplied list of observations.
- getFilterName() - Method in interface org.aavso.tools.vstar.data.filter.IFilterDescription
-
Get the filter's name.
- getFilterName() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- getFit() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
- getFit() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Return the fitted observations, after having executed the algorithm.
- getFit() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return the fitted observations, after having executed the algorithm.
- getFit() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getFit() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getFit() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- getFrequency() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Return the frequency or null if the field text is malformed.
If the period text has not been edited, just return the initial frequency since the reciprocal of the period may have a different number of decimal places that does not actually correspond to a top hit, if being used in that context, for example, and context matters! Especially if you want to use a frequency value for a Fourier model uncertainty calculation which MUST correspond to an actual top hit that is at the peak of a local periodogram maximum. - getFrequency() - Method in class org.aavso.tools.vstar.util.model.Harmonic
- getFrequency() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getFrequency() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- getFrequency() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
- getFrequency() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getFrequencyValueInRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Return the frequency value at the specified row.
- getFuncName() - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- getFunction() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
- getFunctions() - Method in class org.aavso.tools.vstar.vela.VeLaScope
- getFunctionStrings() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Return a mapping from names to strings representing model functions.
- getFunctionStrings() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return a mapping from names to strings representing model functions.
- getFunctionStrings() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getFunctionStrings() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getFunctionStrings() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- getFundamentalFrequency() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
Return the fundamental frequency.
- getFundamentals() - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a list of known (mapped) fundamental frequencies.
- getFValue() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
- getGeneralToolPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of General VStar Tool plugins.
- getGeometricMeanLongitude() - Method in class org.aavso.tools.vstar.util.date.SolarCoords
- getGrammarFileName() - Method in class org.aavso.tools.vstar.vela.VeLaLexer
- getGrammarFileName() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- getGroup() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getGroup() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- getGroup() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Get the group to which this plugin belongs (may be null).
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- getGroup() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- getGroupName() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
- getGroupName() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
- getGroupNames() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Return an ordered set of star group names.
- getHarmonic() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Create and return a harmonic object for this period and harmonic count selection.
- getHarmonic() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getHarmonicListForPeriod() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
A list of Harmonic objects, each representing a frequency and harmonic number (up to user selection) with respect to some fundamental frequency.
- getHarmonicMap() - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
- getHarmonicNumber() - Method in class org.aavso.tools.vstar.util.model.Harmonic
- getHarmonicNumber() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getHarmonics() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
-
Return all harmonics per user-specified period and harmonic number.
- getHarmonics() - Method in class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
- getHarmonics() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getHarmonicSearchNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getHelpHTMLResource() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
Returns the HTML help resource URL.
- getHelpString() - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- getHiFreqValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getHiPeriodValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getHJD() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getHqUncertainty() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getIconResource(String) - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
Returns an image icon given a resource URL string.
- getId() - Method in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- getIdentifier() - Method in class org.aavso.tools.vstar.ui.resources.Star
- getIDstring() - Method in class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
- getImageResource(String) - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
Returns an image given a resource URL string.
- getIndex() - Method in enum class org.aavso.tools.vstar.data.ObsType
- getIndex() - Method in class org.aavso.tools.vstar.data.SeriesType
- getIndex() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisSelectionMessage
- getIndex() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
- getInitial() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- getInputLine() - Method in class org.aavso.tools.vstar.data.InvalidObservation
- getInputName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- getInputName() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getInputName() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- getInputStreams() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- getInputType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- getInputType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getInputType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- getInputType() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
What is the input type for this plug-in?
- getInstance() - Static method in class org.aavso.tools.vstar.input.database.Authenticator
-
Singleton getter.
- getInstance() - Static method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
Return a Singleton.
- getInstance() - Static method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Return Singleton.
- getInstance() - Static method in class org.aavso.tools.vstar.ui.dialog.prefs.PreferencesDialog
- getInstance() - Static method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- getInstance() - Static method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Return the Singleton instance, optionally creating it first
- getInstance() - Static method in class org.aavso.tools.vstar.ui.resources.StarGroups
- getInstance() - Static method in class org.aavso.tools.vstar.util.comparator.FormattedDoubleComparator
- getInstance() - Static method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Getter for date AbstractDateUtil Singleton.
- getInstance(EpochType) - Static method in class org.aavso.tools.vstar.util.date.AbstractHJDConverter
-
Factory method to return suitable converter for a given epoch.
- getIntVal() - Method in class org.aavso.tools.vstar.data.Property
- getInvalidDataTable() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
- getInvalidObservations() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getItemCount(int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the number of items associated with this specified series.
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
The number of JD items is the size of the mapped series list.
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Each mapped series list is assumed to be have been duplicated to facilitate a Standard Phase Diagram where the phase ranges over -1..1 inclusive.
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Get the number of items in the series.
- getItemCount(int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Get the number of items in the series.
- getJd() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
- getJD() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getJD() - Method in class org.aavso.tools.vstar.ui.dialog.DateToJdDialog
- getJDflavour() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getJDflavour() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- getJulianDay() - Method in class org.aavso.tools.vstar.data.DateInfo
- getKind() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Return a human-readable 'kind' string (e.g.
- getKind() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return a human-readable 'kind' string (e.g.
- getKind() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getKind() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getKind() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- getKMag() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getLastDatasetSelected() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getLastObSelected() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
- getLastObSelected() - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
- getLastObSelected() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getLastPointClicked() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getLastSinglySelectedSeries() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getLatestNewStarMessage() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getLegendItem(int, int) - Method in class org.aavso.tools.vstar.ui.pane.plot.VStarPlotDataRenderer
- getLength() - Method in interface org.aavso.tools.vstar.plugin.ob.src.impl.INodeSequence
- getLength() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.NamedNodeMapSequence
- getLength() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.NodeListSequence
- getLibs() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getLineCount() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
- getLineNum() - Method in exception org.aavso.tools.vstar.vela.VeLaParseError
- getLiteralType() - Method in class org.aavso.tools.vstar.vela.AST
- getLoadDate() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getLocalDescriptions() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getLocalDescriptionsToJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getLocale() - Static method in class org.aavso.tools.vstar.util.locale.LocaleProps
- getLocalPluginsByJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getLockedPeriods() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
- getLoFreqValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getLoginInfo() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
- getLoginType() - Method in class org.aavso.tools.vstar.auth.AAVSOPostUserPassXMLAuthenticationSource
-
Deprecated.
- getLoginType() - Method in class org.aavso.tools.vstar.auth.Auth0JSONAutheticationSource
- getLoginType() - Method in interface org.aavso.tools.vstar.input.database.IAuthenticationSource
-
Deprecated.
- getLoPeriodValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getMag() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getMagAsYCoord(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Return the magnitude as the Y coordinate.
- getMagDecimalPlaces() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getMagError(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Return the error associated with the magnitude.
- getMagError(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Return the error associated with the magnitude.
- getMagInputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getMagModifier() - Method in class org.aavso.tools.vstar.data.Magnitude
- getMagnitude() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getMagnitude(double, double, boolean, boolean) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getMagnitudeBins() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
- getMagnitudes() - Method in class org.aavso.tools.vstar.util.stats.Bin
- getMagOutputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getMagOutputFormatLocaleIndependent() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getMags() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getMags(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Returns the magnitude values for the specified series.
- getMagValue() - Method in class org.aavso.tools.vstar.data.Magnitude
- getMainWdwHeight() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
- getMainWdwUpperLeftX() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
- getMainWdwUpperLeftY() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
- getMainWdwWidth() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
- getManager() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
- getMatcherOps() - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- getMatcherOps() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
An array of operations supported by this matcher.
- getMatchers() - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
- getMave() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getMax() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- getMaxAmp() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMaxDate() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- getMaxDegree() - Method in interface org.aavso.tools.vstar.util.model.IPolynomialFitter
-
Returns the maximum degree supported by a concrete polynomial fitter.
- getMaxDegree() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getMaxFields() - Method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- getMaxFreq() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMaximalStats() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMaxMag() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- getMaxMag() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getMaxPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMaxTimeIncrements(List<ValidObservation>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Given a list of observations, return the maximum time increments or steps over a time bin range.
- getMaxTimeIncrements(List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- getMaxTimeIncrements(List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- getMaxWWZ() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMeanObservation() - Method in class org.aavso.tools.vstar.util.stats.Bin
- getMeanObservations() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
- getMeanObsList() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getMeansChangeNotifier() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getMeansListPane() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
- getMeanSourceSeriesChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getMeanSourceSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getMeanSourceSeriesType() - Method in class org.aavso.tools.vstar.ui.mediator.message.MeanSourceSeriesChangeMessage
- getMeansSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getMessage() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
- getMessage() - Method in exception org.aavso.tools.vstar.vela.VeLaEvalError
- getMessage() - Method in exception org.aavso.tools.vstar.vela.VeLaParseError
- getMin() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- getMinAmp() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMinDate() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- getMinDegree() - Method in interface org.aavso.tools.vstar.util.model.IPolynomialFitter
-
Returns the minimum degree supported by a concrete polynomial fitter.
- getMinDegree() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getMinFields() - Method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- getMinFreq() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMinMag() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- getMinMag() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getMinPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getMinWWZ() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getModeDesc() - Method in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Return this mode type's description string.
- getModeFromDesc(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Given a mode description string, return the mode type.
- getModel() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- getModel() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- getModel() - Method in class org.aavso.tools.vstar.ui.mediator.message.ModelCreationMessage
- getModel() - Method in class org.aavso.tools.vstar.ui.mediator.message.ModelSelectionMessage
- getModel(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
- getModel(List<ValidObservation>) - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
Returns the model object for this plugin whose execute() method can be invoked to create the model artifacts.
- getModelCreationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getModelCreatorPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of Model Creator plugins, whether internal to VStar or dynamically loaded.
- getModelDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getModelFunction() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getModelFunction() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Returns the model function and context.
- getModelFunction() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Returns the model function and context.
- getModelFunction() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getModelFunction() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getModelFunction() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- getModelFunctionSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getModelListPane(AnalysisType, IModel) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- getModelSelectionMessage() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getModelSelectionNofitier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getModeNames() - Method in class org.aavso.tools.vstar.vela.VeLaLexer
- getMonth() - Method in class org.aavso.tools.vstar.util.date.YMD
- getMonthName(int) - Method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Returns the name of the month given the month number.
- getMType() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getMType(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getMultipleObservationSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getName() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- getName() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- getName() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- getName() - Method in class org.aavso.tools.vstar.ui.NamedComponent
- getName() - Method in class org.aavso.tools.vstar.ui.resources.Star
- getName() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
- getNeff() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getNewStarListener() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Get the new star listener for this plugin.
- getNewStarMessageList() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getNewStarNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getNewStarType() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
- getNewStarType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getNewStarType() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- getNewStarType() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
This method returns the NewStarType enumerated value.
- getNewStarType() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getNewTopHits() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
- getNextPane() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- getNextSeriesNum() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getNextUntitledFilterName() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Return the name of the next untitled filter.
- getNum() - Method in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- getNumberFormat() - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the desired DecimalNumber-style format.
- getNumberFormat() - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- getNumberFormat() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- getNumberOfHarmonics() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Get the number of harmonics (e.g.
- getNumberOfRecords() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Return number of records to be read if this observation retriever supports progress tracking (e.g.
- getNumberOfRecords() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
- getNumericallyMaximumMagnitudeIndex() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- getNumericallyMinimumMagnitudeIndex() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- getObject() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
- getObs() - Method in class org.aavso.tools.vstar.ui.mediator.message.SeriesCreationMessage
- getObs() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
This method returns the underlying data for this table model.
- getObs() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getObsAndMeanChartPane() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
- getObsCategoryMap() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getObsCode() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getObsCodes() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Return a comma-delimited string of observer codes or null if there are none.
- getObsCount() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getObservation() - Method in exception org.aavso.tools.vstar.exception.ObservationValidationWarning
- getObservation() - Method in class org.aavso.tools.vstar.ui.mediator.message.DiscrepantObservationMessage
- getObservation() - Method in class org.aavso.tools.vstar.ui.mediator.message.ObservationSelectionMessage
- getObservationFiltersDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getObservationListPane(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Given an analysis type, the observation list pane for the specified analysis type.
- getObservationPlotModel(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Get the observation plot model for the specified analysis type.
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceCSV2ObservationSourcePlugin
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceCSVObservationSourcePlugin
-
Deprecated.
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceXMLAttributeObservationSourcePlugin
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- getObservationRetriever() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Get an observation retriever for this plug-in.
- getObservations() - Method in interface org.aavso.tools.vstar.data.IOrderedObservationSource
-
Returns a list of valid observations.
- getObservations() - Method in class org.aavso.tools.vstar.ui.mediator.message.ExcludedObservationMessage
- getObservations() - Method in class org.aavso.tools.vstar.ui.mediator.message.MultipleObservationSelectionMessage
- getObservations() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getObservations() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getObservations(SeriesType) - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
Get the observations for the specified series.
- getObservations(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getObservationSelectionMessage() - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- getObservationSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getObservationSinkPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Observation Sink plugins.
- getObservationsInView() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
Retrieve the valid observations that are currently in the table's view.
- getObservationSourcePlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Observation Source plugins.
- getObservationToolPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Observation Tool plugins.
- getObservationTransformerPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of VStar Observation Transformer plugins.
- getObserverCode() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- getObsFilterDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getObsInfo() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getObsInserter() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getObsListPane() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
- getObsModel() - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
- getObsModels() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- getObsSourceIdentifier() - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
- getObsSourceListMap() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getObsTable() - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
- getObsTableModel() - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
- getObsTextString() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
- getObsType() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getObsTypeFromAIDIndex(int) - Static method in enum class org.aavso.tools.vstar.data.ObsType
- getObsTypeFromName(String) - Static method in enum class org.aavso.tools.vstar.data.ObsType
- getOp() - Method in class org.aavso.tools.vstar.vela.AST
- getOpenDialogSelectedFile() - Method in class org.aavso.tools.vstar.ui.dialog.LoadChooser
-
Returns the selected file
- getOperand() - Method in class org.aavso.tools.vstar.vela.AST
- getOrigString() - Method in class org.aavso.tools.vstar.data.CommentCodes
- getOtherDecimalPlaces() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getOtherInputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getOtherOutputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getOtherOutputFormatLocaleIndependent() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getPanRequestNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPanType() - Method in class org.aavso.tools.vstar.ui.mediator.message.PanRequestMessage
- getParameters() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Return the list of coefficients that gives rise to the model.
- getParameters() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return the list of coefficients that gives rise to the model.
- getParameters() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getParameters() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getParameters() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- getParametersString() - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- getParametersString() - Method in class org.aavso.tools.vstar.vela.JavaMethodExecutor
- getParameterTypes() - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- getParentDialog(Component) - Static method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getParentDialogName(Component) - Static method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getParsableDescription() - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- getParsableDescription() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Return a parsable description of this matcher; defaults to the empty string.
- getPassword() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- getPassword() - Method in class org.aavso.tools.vstar.ui.dialog.LoginDialog
- getPasswordAuthentication() - Method in class org.aavso.tools.vstar.util.plugin.URLAuthenticator
- getPath() - Method in class org.aavso.tools.vstar.ui.vela.VeLaDialog
- getPeriod() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Return the period or null if the field text is malformed.
- getPeriod() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodChangeMessage
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
- getPeriod() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getPeriod() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- getPeriod() - Method in class org.aavso.tools.vstar.util.model.Harmonic
- getPeriod() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getPeriod() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- getPeriod() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
- getPeriod() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getPeriodAnalysisPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Return a list of Period Analysis plugins, whether internal to VStar or dynamically loaded.
- getPeriodAnalysisRefinementNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPeriodAnalysisSelectionNotifier() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- getPeriodAnalysisSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPeriodChangeNotifier() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- getPeriodChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPeriods() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.PeriodGatheringPane
-
Gets the collected periods.
- getPeriodValueInRow(int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Return the period value at the specified row.
- getPhase() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getPhaseChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPhaseDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPhaseParameterDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPhasePlotTableColumnInfoSource() - Method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- getPhases(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Returns the (standard) phase values for the specified series.
- getPhaseSelectionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPlotPane(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Given an analysis type, the plot pane for the specified analysis type.
- getPluginDocName(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getPluginManagementActive() - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementDialog
- getPluginsBaseUrl() - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Return the plug-ins base URL according to preferences.
- getPossiblyNullDouble(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getPower() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- getPower() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
- getPower() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getPpModel() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
- getPreferredSize() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- getPreferredSize() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- getPreviousCyclePhase() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getProgressNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getPValue() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
- getRA() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getRA() - Method in class org.aavso.tools.vstar.util.date.SolarCoords
- getRangeTitle() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns the custom range title.
- getRangeType() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getRangeType() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getRangeValues() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getRawDataTableColumnInfoSource() - Method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- getRawRecord() - Method in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
Return the current raw record.
- getRealVal() - Method in class org.aavso.tools.vstar.data.Property
- getRecordNumber() - Method in class org.aavso.tools.vstar.data.Observation
- getRefineByFrequencyName() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getRefineByFrequencyName() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Get the refine-by-frequency algorithm name.
- getRefinedData() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
- getRefinedTopHits() - Method in class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
- getRegex() - Static method in enum class org.aavso.tools.vstar.data.CommentType
- getRelativeAmplitude(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Get the relative amplitude given the first amplitude to which the current amplitude is relative.
- getRelativeAmplitudes(double) - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a list relative amplitudes for a given fundamental frequency.
- getRelativePhase(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Get the relative phase in radians given the first phase to which the current phase is relative.
- getRelativePhaseInCycles(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Get the relative phase in cycles (radians/2PI) given the first phase to which the current phase is relative.
- getRelativePhases(double, boolean) - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a list relative phases for a given fundamental frequency, with the option of whether the relative phase values should be in radians or cycles.
- getRelativeSequenceString(double, int, boolean) - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Returns a string representing the sequence of relative amplitude-phase pairs for a given fundamental frequency, at a specified precision, with the option of whether the relative phase values should be in radians or cycles.
- getRemoteDescriptions() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getRemoteDescriptionsToJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getRemotePluginsByJarName() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- getRenderer() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getResiduals() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Return the residuals as observations, after having executed the algorithm.
- getResiduals() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Return the residuals as observations, after having executed the algorithm.
- getResiduals() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- getResiduals() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- getResiduals() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- getResidualsListPane(AnalysisType, IModel) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- getResolutionValue() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getResultSeries() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getResultSeries() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Return the result of the period analysis.
- getRetriever() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getReturnType() - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- getRevNum() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
- getRevNum() - Static method in class org.aavso.tools.vstar.ui.resources.RevisionAccessor
-
Get the latest git revision
- getRMS() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getRowCount() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
- getRowIndexFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
Returns the row index (0..n-1) given an observation.
- getRowIndexFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
Returns the row index (0..n-1) given an observation.
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BoolContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConsequentContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IntegerContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.LogicalNegationExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RealContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SelectionExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.StringContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SymbolContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.UnaryExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- getRuleIndex() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- getRuleNames() - Method in class org.aavso.tools.vstar.vela.VeLaLexer
- getRuleNames() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- getSaveDialogSelectedFile() - Method in class org.aavso.tools.vstar.ui.dialog.SaveChooser
-
Returns the selected file and ensures it has a @defaultExt suffix (specified in the constructor)
- getScaleFactor() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- getScopes() - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Return all scopes (activation records) on the stack as a list in order from oldest to newest.
- getSelectedAUID() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
- getSelectedFile() - Method in class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
Return the selected file.
- getSelectedFile() - Method in class org.aavso.tools.vstar.ui.dialog.PNGImageFileSaveChooser
-
Returns the selected file and ensures it has a ".PNG" suffix, e.g.
- getSelectedFiles() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
- getSelectedOption() - Method in class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
- getSelectedPlugin() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Return the optional currently selected observation source plugin.
- getSelectedPlugin() - Method in class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
Return the currently selected observation sink plugin.
- getSelectedSeries() - Method in class org.aavso.tools.vstar.ui.dialog.series.AIDSeriesSelectionPane
-
Return a list of the selected series.
- getSelectedSeries() - Method in class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
- getSelectedSeries() - Method in class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Return the complete set of selected series.
- getSelectedSeries() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Return the selected series.
- getSelectedStarGroupName() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
- getSelectedStarName() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
- getSemiAmplitude() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- getSemiAmplitude() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
- getSemiAmplitude() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getSerializedATN() - Method in class org.aavso.tools.vstar.vela.VeLaLexer
- getSerializedATN() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- getSeries() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getSeries() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Returns a comma-separated string of series names for the current dataset, including bands and synthetic series such as means, model, residuals.
- getSeries() - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
- getSeries() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
- getSeriesColorChangeNotifier() - Static method in class org.aavso.tools.vstar.data.SeriesType
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
- getSeriesCount() - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getSeriesCount() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getSeriesCreationNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getSeriesFromDescription(String) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Map from band descriptive name to series type.
- getSeriesFromIndex(int) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Map from AID band index to series type.
- getSeriesFromShortName(String) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Map from short band description to series type.
- getSeriesInfoProvider() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Get the object that has information about available series and observations pertaining thereto.
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getSeriesKey(int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
- getSeriesKeys() - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
Get a set of series keys.
- getSeriesKeys() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getSeriesNum() - Method in class org.aavso.tools.vstar.ui.dialog.series.MeanSourcePane
- getSeriesNumToObSrcListMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getSeriesNumToSrcTypeMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getSeriesSizeChangeNotifier() - Static method in class org.aavso.tools.vstar.data.SeriesType
- getSeriesVisibilityChangeNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getSeriesVisibilityMap() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
- getSeriesVisibilityMap() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
- getSeriesVisibilityMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getSeriesWhoseElementsShouldBeJoinedVisually() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Which series' elements should be joined visually (e.g.
- getSeriesWhoseElementsShouldBeJoinedVisually() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Which series' elements should be joined visually (e.g.
- getShortName() - Method in enum class org.aavso.tools.vstar.data.MTypeType
- getShortName() - Method in class org.aavso.tools.vstar.data.SeriesType
- getSineCoefficient() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getSize() - Method in class org.aavso.tools.vstar.data.SeriesType
- getSizeFromSeries(SeriesType) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Given a series, retrieve its size.
- getSource() - Method in class org.aavso.tools.vstar.ui.mediator.message.MessageBase
- getSource() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getSource() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
- getSourceName() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Retrieve the name of the source of the observations.
- getSourceName() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
- getSourceName() - Method in class org.aavso.tools.vstar.util.ObservationInserter
- getSourceType() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Retrieve the type of the source of the observations.
- getSourceType() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
- getSourceType() - Method in class org.aavso.tools.vstar.util.ObservationInserter
- getSpectralType() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getSrcTypeToSeriesNumMap() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getStack() - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
- getStandardDetailKeys() - Static method in class org.aavso.tools.vstar.data.ValidObservation
- getStandardPhase() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getStarByAUID(String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceStarInfoSource
- getStarByAUID(String) - Method in interface org.aavso.tools.vstar.input.IStarInfoSource
-
Return the name of the star given an AUID.
- getStarByAUID(String, double, double) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceStarInfoSource
- getStarByAUID(String, double, double) - Method in interface org.aavso.tools.vstar.input.IStarInfoSource
-
Return the name of the star given an AUID.
- getStarByName(String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceStarInfoSource
- getStarByName(String) - Method in interface org.aavso.tools.vstar.input.IStarInfoSource
-
Return the AUID of the named star.
- getStarByName(String, double, double) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceStarInfoSource
- getStarByName(String, double, double) - Method in interface org.aavso.tools.vstar.input.IStarInfoSource
-
Return the AUID of the named star.
- getStarGroups() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
- getStarInfo() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns a StarInfo instance for the object whose observations are being loaded.
- getStarInfo() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
- getStarInfo() - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- getStarInfo(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Return a StarInfo object for named object.
- getStarList() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
- getStarList() - Static method in class org.aavso.tools.vstar.ui.resources.PropertiesAccessor
-
Build some constants for the starlists.
- getStarListTitle() - Static method in class org.aavso.tools.vstar.ui.resources.PropertiesAccessor
- getStarName() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
- getStarName() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- getStarNamesInGroup(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Return an ordered set of star names in the specified group.
- getStartX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getStartY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getStats() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
- getStats() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getStats() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- getStatsInfo() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- getStatusPane() - Method in interface org.aavso.tools.vstar.ui.IMainUI
- getStatusPane() - Method in class org.aavso.tools.vstar.ui.MainFrame
- getStopRequestNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- getStringValue() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- getStringValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- getStrVal() - Method in class org.aavso.tools.vstar.data.Property
- getTable() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- getTableColumnClass(int) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column index return the type for that table column.
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
- getTableColumnClass(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- getTableColumnTitle(int) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column index return a title for a table column.
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
- getTableColumnTitle(int) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatPhasePlotColumnInfoSource
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatPhasePlotColumnInfoSource
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.ArbitraryFormatRawDataColumnInfoSource
- getTableColumnValue(int, ValidObservation) - Method in interface org.aavso.tools.vstar.ui.model.list.ITableColumnInfoSource
-
Given a column index and a valid observation, return an object for a table column.
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
- getTableColumnValue(int, ValidObservation) - Method in class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- getTablePaneID() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- getTag() - Method in class org.aavso.tools.vstar.ui.mediator.message.MessageBase
- getTau() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getTestRetriever(String[], String) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Helper method that takes an array of lines (each string ending in "\n", sets the plugin's inputs and, retrieves the observations and returns the observation retriever.
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
- getTestValueFromObservation(ValidObservation) - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Return a test value for this matcher given an observation.
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- getTestValueFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
- getTextFields() - Method in class org.aavso.tools.vstar.ui.dialog.TextDialog
- getTextFormatValidator(LineNumberReader) - Method in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
Return an instance of the text format validator class to be used for creating observation objects from a sequence of lines containing comma or tab delimited fields (CSV, TSV).
- getTextStrings() - Method in class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Get a list of strings from the text fields.
- getTimeAxisLabel(AbstractObservationRetriever) - Static method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- getTimeDecimalPlaces() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getTimeElement(List<ValidObservation>, int) - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Get the time element given an observation and an index.
- getTimeElement(List<ValidObservation>, int) - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- getTimeElement(List<ValidObservation>, int) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- getTimeElementEntity() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getTimeElementsInBin() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- getTimeInputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getTimeOutputFormat() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getTimeOutputFormatLocaleIndependent() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- getTimes(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Returns the time values (e.g.
- getTimeUnits() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getTimeUnits() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Returns the time units string (e.g.
- getTip() - Method in class org.aavso.tools.vstar.ui.NamedComponent
- getToken() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- getToken() - Method in class org.aavso.tools.vstar.vela.AST
- getTokenNames() - Method in class org.aavso.tools.vstar.vela.VeLaLexer
-
Deprecated.
- getTokenNames() - Method in class org.aavso.tools.vstar.vela.VeLaParser
-
Deprecated.
- getTolerance() - Method in class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
- getTopHits() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Return the "top hits" from the period analysis.
- getTopHits() - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Return the "top hits" of the period analysis.
- getTrueAnomaly() - Method in class org.aavso.tools.vstar.util.date.SolarCoords
- getType() - Method in class org.aavso.tools.vstar.data.filter.BooleanFieldMatcher
- getType() - Method in class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
- getType() - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
What is the type of the field to be matched against?
- getType() - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- getType() - Method in class org.aavso.tools.vstar.data.filter.StringFieldMatcher
- getType() - Method in class org.aavso.tools.vstar.data.Property
- getType() - Method in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- getType() - Method in class org.aavso.tools.vstar.ui.mediator.message.SeriesCreationMessage
- getType() - Method in class org.aavso.tools.vstar.ui.mediator.message.UndoActionMessage
- getType() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- getType() - Method in class org.aavso.tools.vstar.util.notification.ListChangeMessage
- getType() - Method in class org.aavso.tools.vstar.vela.Operand
- getTypeFromDescription(String) - Static method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
-
Given a description, return the corresponding coordinate type.
- getTypeFromFlag(String) - Static method in enum class org.aavso.tools.vstar.data.CommentType
-
Given a commentcode from an input file or database, return the corresponding comment type.
- getTypeFromFlag(String) - Static method in enum class org.aavso.tools.vstar.data.ValidationType
-
Given a valflag from an input file or database, return the corresponding validation type.
- getTypeFromId(int) - Static method in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
Given an index, return the corresponding type.
- getUI() - Static method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- getUIComponent() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
Returns the UI component.
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- getUIComponent() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- getUiType() - Method in interface org.aavso.tools.vstar.ui.IMainUI
- getUiType() - Method in class org.aavso.tools.vstar.ui.MainFrame
- getUiType() - Method in class org.aavso.tools.vstar.ui.MenuBar
- getUncertainty() - Method in class org.aavso.tools.vstar.data.Magnitude
- getUndoableActionManager() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getUndoActionNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getUniqueId() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
- getUnit() - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Return the time unit.
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
- getUnit() - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
- getURLs() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- getURLs() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getURLs() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Return a list of URL objects; defaults to null.
- getUrlString() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
- getUserID() - Method in class org.aavso.tools.vstar.auth.AAVSOPostUserPassXMLAuthenticationSource
-
Deprecated.Return the authentiated user ID.
- getUsername() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- getUsername() - Method in class org.aavso.tools.vstar.ui.dialog.LoginDialog
- getUserName() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- getUUID() - Method in class org.aavso.tools.vstar.ui.dialog.AuthCodeLoginDialog
- getValflag() - Method in enum class org.aavso.tools.vstar.data.ValidationType
-
Return the valflag string corresponding to this this enum value.
- getValidationType() - Method in class org.aavso.tools.vstar.data.ValidObservation
- getValidationType(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- getValidDataTable() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
- getValidObservation(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservation(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Given a series and item number, return the corresponding observation.
- getValidObservationCategoryMap() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- getValidObservationCategoryMap() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getValidObservations() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- getValidObsList() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.DoubleField
-
Get the double value from the text field, if possible, otherwise return null if no valid number is present in the textField.
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.IntegerField
-
Get the integer value from the text field, if possible, otherwise return null if no valid number is present in the textField.
- getValue() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.LongField
-
Get the long integer value from the text field, if possible, otherwise return null if no valid number is present in the textField.
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
Get the numeric value from the textField, if possible, otherwise return null if no valid number is present in the textField.
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- getValue() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- getValue() - Method in class org.aavso.tools.vstar.ui.NumberSelectionPane
- getValue(PeriodAnalysisCoordinateType) - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
Retrieve a value by coordinate type.
- getValue(PeriodAnalysisCoordinateType) - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisDatum
-
Retrieve a value by coordinate type.
- getValue(PeriodAnalysisCoordinateType) - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getValue(WWZCoordinateType) - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
Given a coordinate type, return the corresponding value from this statistic object.
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- getValueAt(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
-
Get the value under test.
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ErrorFieldMatcher
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.JDFieldMatcher
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- getValueUnderTest(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
- getVariablePeriods() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
- getVarType() - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- getVeLaExpression() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- getVeLaExpression() - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- getVelaFileLoadDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getVelaFileSaveDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getVeLaFilter() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Returns the content of the VeLa filter field.
- getVeLaFilter() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Returns the content of the VeLa filter field.
- getVelaFilterStr() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- getVelaXMLloadDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getVelaXMLsaveDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getVersionString() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
- getViewMode() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getViewMode() - Method in class org.aavso.tools.vstar.ui.mediator.message.AnalysisTypeChangeMessage
- getVisibilityDeltaMap() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- getVisibilityDeltaMap() - Method in class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
- getVisibleSeries() - Method in class org.aavso.tools.vstar.ui.mediator.message.SeriesVisibilityChangeMessage
- getVisibleSeries() - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
What is the current set of visible series?
- getVisibleSeries() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getVisibleSeriesTypes() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- getVisibleSeriesTypes() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
If a non-null value is return by this method, once all observations are loaded, a series visibility change message will be sent to ensure that all observations are visible.
- getVocabulary() - Method in class org.aavso.tools.vstar.vela.VeLaLexer
- getVocabulary() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- getVsxApiUrlBase() - Static method in class org.aavso.tools.vstar.ui.resources.ResourceAccessor
-
Returns the base URL of the VSX API.
- getWarning() - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
- getWarning() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Return the last warning.
- getWeights() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- getWithinGroupDF() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
Returns the within-group degrees of freedom for the F-test result.
- getWwt() - Method in class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
- getWwz() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getX(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the X coordinate value associated with the specified series and item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
Get the Julian Day associated with the specified series and item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Get the phase associated with the specified series and item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Get the phase associated with the specified series and item.
- getXCoord(int, int, Map<Integer, List<ValidObservation>>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Get the phase associated with the specified series and item.
- getXCoord(int, List<ValidObservation>) - Method in interface org.aavso.tools.vstar.ui.model.plot.ICoordSource
-
Get the X coordinate value associated with the specified item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
-
Get the JD coordinate value associated with the specified item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
-
Get the phase coordinate value associated with the specified item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
-
Get the phase coordinate value associated with the specified item.
- getXCoord(int, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
-
Get the phase coordinate value associated with the specified item.
- getXValue(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelPlotModel
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- getY(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getYear() - Method in class org.aavso.tools.vstar.util.date.YMD
- getYValue(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- getZ(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
- getZeroPoint() - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
- getZeroPointOffset() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- getZeroPointOffset() - Method in class org.aavso.tools.vstar.util.TSBase
-
Return the zero-point offset that must be subtracted from each time step when creating a model equation or performing a model fit operation.
- getZoomRequestNotifier() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- getZoomType() - Method in class org.aavso.tools.vstar.ui.mediator.message.ZoomRequestMessage
- getZType() - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
- getZValue(int, int) - Method in class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
- GOOD - Enum constant in enum class org.aavso.tools.vstar.data.ValidationType
- GREATER_THAN - Enum constant in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
- GREATER_THAN - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- GREATER_THAN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- GREATER_THAN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- GREATER_THAN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- GREATER_THAN_OR_EQUAL - Enum constant in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
- GREATER_THAN_OR_EQUAL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- GREATER_THAN_OR_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- GREATER_THAN_OR_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- GREATER_THAN_OR_EQUAL() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- Green - Static variable in class org.aavso.tools.vstar.data.SeriesType
H
- H_NIR_1pt6micron - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Halpha - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Halpha_continuum - Static variable in class org.aavso.tools.vstar.data.SeriesType
- handleNoFilter(FilteredObservationMessage) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- Harmonic - Class in org.aavso.tools.vstar.util.model
-
This class represents an Nth harmonic.
- Harmonic(double) - Constructor for class org.aavso.tools.vstar.util.model.Harmonic
-
Construct a Harmonic that represents the fundamental.
- Harmonic(double, int) - Constructor for class org.aavso.tools.vstar.util.model.Harmonic
-
Constructor
- HarmonicInfoDialog - Class in org.aavso.tools.vstar.ui.dialog.model
-
This dialog shows harmonics found from a search for harmonics of some frequency.
- HarmonicInfoDialog(HarmonicSearchResultMessage, Component) - Constructor for class org.aavso.tools.vstar.ui.dialog.model.HarmonicInfoDialog
-
Constructor.
- HarmonicInputDialog - Class in org.aavso.tools.vstar.ui.dialog.model
-
This dialog gathers the harmonics to be used as input to model creation.
- HarmonicInputDialog(Component, List<Double>, Map<Double, List<Harmonic>>) - Constructor for class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
-
Constructor
- HarmonicInputDialog(Component, List<Double>, Map<Double, List<Harmonic>>, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
-
Constructor
- HarmonicPeriodPane - Class in org.aavso.tools.vstar.ui.dialog.model
-
This component defines a pane that shows a period and a combo-box requesting the number of harmonics (e.g.
- HarmonicPeriodPane(double, int, int) - Constructor for class org.aavso.tools.vstar.ui.dialog.model.HarmonicPeriodPane
-
Constructor.
- harmonicSearchResultListener - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- HarmonicSearchResultMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
Messages of this type are sent when a harmonic search result needs to be propagated.
- HarmonicSearchResultMessage(Object, List<Harmonic>, IPeriodAnalysisDatum, double) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
-
Constructor
- hasBinding(String) - Method in class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Deprecated.less useful now, given the use of Optional values
- hasChildren() - Method in class org.aavso.tools.vstar.vela.AST
- hasFuncDesc() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Does this model have a function-based description?
- hasFuncDesc() - Method in interface org.aavso.tools.vstar.util.model.IModel
-
Does this model have a function-based description?
- hasFuncDesc() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- hasFuncDesc() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- hasFuncDesc() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- hasHarmonics() - Method in class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Do any of the fundamental frequencies map to lists of harmonics, i.e.
- hashCode() - Method in class org.aavso.tools.vstar.data.CommentCodes
- hashCode() - Method in class org.aavso.tools.vstar.data.DateInfo
- hashCode() - Method in class org.aavso.tools.vstar.data.Magnitude
- hashCode() - Method in class org.aavso.tools.vstar.data.Property
- hashCode() - Method in class org.aavso.tools.vstar.data.SeriesType
- hashCode() - Method in class org.aavso.tools.vstar.data.ValidObservation
- hashCode() - Method in class org.aavso.tools.vstar.util.Pair
- hashCode() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- hashCode() - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- hashCode() - Method in class org.aavso.tools.vstar.util.Triple
- hashCode() - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- hashCode() - Method in class org.aavso.tools.vstar.vela.Operand
- hasValidAnovaValues() - Method in class org.aavso.tools.vstar.util.stats.BinningResult
-
Does this binning result have a sane F-test and p-values? Insufficient data is one reason why the values may not be valid.
- HAZE - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- head() - Method in class org.aavso.tools.vstar.vela.AST
- head(AST) - Method in class org.aavso.tools.vstar.vela.AST
- HEIGHT - Static variable in class org.aavso.tools.vstar.ui.MainFrame
- Help - Class in org.aavso.tools.vstar.util.help
- Help() - Constructor for class org.aavso.tools.vstar.util.help.Help
- HELP_COMMENT - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- HELP_COMMENT - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- HELP_COMMENT - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- HELP_COMMENT() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- HELP_CONTENTS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- helpAction() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Override this method to execute an Help button action.
- helpAction() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
- helpAction() - Method in class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
- helpAction() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- helpString - Variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- hifre - Variable in class org.aavso.tools.vstar.util.TSBase
- hjd(double, double, SolarCoords, RAInfo, DecInfo) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Compute and return the Heliocentric JD of the target.
- HJD - Enum constant in enum class org.aavso.tools.vstar.data.ValidObservation.JDflavour
- holds(double) - Method in class org.aavso.tools.vstar.data.validation.ExclusiveRangePredicate
- holds(double) - Method in class org.aavso.tools.vstar.data.validation.InclusiveRangePredicate
- holds(double) - Method in class org.aavso.tools.vstar.data.validation.RangePredicate
-
Does the predicate hold true?
I
- IAlgorithm - Interface in org.aavso.tools.vstar.util
-
Classes implementing an algorithm to be executed must realise this interface.
- IAuthenticationSource - Interface in org.aavso.tools.vstar.input.database
-
All sources of authentication must implement this interface.
- ICoordSource - Interface in org.aavso.tools.vstar.ui.model.plot
-
This interface must be implemented by all coordinate sources for items within a plot series.
- IDENT - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- IDENT - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- IDENT() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SymbolContext
- IDENT_UNCERTAIN - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- IDiscrepantReporter - Interface in org.aavso.tools.vstar.util.discrepant
-
All discrepant reporters must realise this interface.
- IEpochStrategy - Interface in org.aavso.tools.vstar.util.stats.epoch
-
This interface must be implemented by all classes implementing an epoch determination strategy.
- IF - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- IF - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- IF - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- IF() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- ifExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- ifExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SelectionExpressionContext
- IfExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- IFieldInfoSource - Interface in org.aavso.tools.vstar.data.validation
-
This interface must be implemented by any class wanting to be a source of field name to index information.
- IFilterDescription - Interface in org.aavso.tools.vstar.data.filter
-
An interface that can be used to describe a filter and to determine whether it is possible to parse the description.
- IInteruptible - Interface in org.aavso.tools.vstar.util
-
Interruptible interface.
- IMainUI - Interface in org.aavso.tools.vstar.ui
-
The interface for all VStar main UI components, e.g.
- IModel - Interface in org.aavso.tools.vstar.util.model
-
All model classes must implement this interface, e.g.
- IModelDecorator - Interface in org.aavso.tools.vstar.util.model.decorator
-
The interface for all model decorators.
- imp(boolean, boolean) - Static method in class org.aavso.tools.vstar.util.Logic
-
Logical implication: p => q p => q is the same as !p or q --+---+--
p | q | r
--+---+--
F | F | T
F | T | T
T | F | F
T | T | T - IN - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- IN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- IN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- IN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- include(RowFilter.Entry<? extends IOrderedObservationSource, ? extends Integer>) - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationTableRowFilter
- include(RowFilter.Entry<? extends IOrderedObservationSource, ? extends Integer>) - Method in class org.aavso.tools.vstar.ui.pane.list.VisibleSeriesRowFilter
- includeDiscrepant() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- includeDiscrepant() - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- includeExcluded() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- includeExcluded() - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- includeFainterThan() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- includeFainterThan() - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- InclusiveRangePredicate - Class in org.aavso.tools.vstar.data.validation
-
Inclusive numeric range predicate class: lower <= value <= upper
- InclusiveRangePredicate(double, double) - Constructor for class org.aavso.tools.vstar.data.validation.InclusiveRangePredicate
-
Constructor.
- INCREMENT_PROGRESS - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
- INCREMENT_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- incrementProgress() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Increment observation retrieval progress.
- incrementProgress(int) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Increment observation retrieval progress by the specified number of steps.
- incrementProgressBar(int) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Increment the progress bar by N.
- indexOf(Object) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- info - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- INFO - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- InfoDialog - Class in org.aavso.tools.vstar.ui.dialog
-
Information dialog for the currently loaded document.
- InfoDialog(List<NewStarMessage>) - Constructor for class org.aavso.tools.vstar.ui.dialog.InfoDialog
-
Constructor.
- informationCriteria(double) - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Compute the Bayesian and Aikake Information Criteria (BIC and AIC) fit metrics pre-condition: assumes sum of squared residuals has been computed
- init() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Initialise manager.
- init() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Initialise (or reset) data members
- initClass() - Static method in class org.aavso.tools.vstar.data.SeriesType
- initClass() - Static method in class org.aavso.tools.vstar.util.locale.LocaleProps
- initial - Variable in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- INodeSequence - Interface in org.aavso.tools.vstar.plugin.ob.src.impl
-
This interface represents a sequence of nodes.
- inputName - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- inputStreams - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- InputType - Enum Class in org.aavso.tools.vstar.plugin
-
Plug-in input types.
- insertObservation(ValidObservation, List<ValidObservation>) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Insert an observation into the observation list with the post-condition that the list remains sorted by JD.
- INSTALL - Enum constant in enum class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager.Operation
- installPlugin(String, PluginManager.Operation) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Install the specified plugin and dependent libraries.
- instance - Static variable in class org.aavso.tools.vstar.data.validation.AAVSOFormatFieldInfoSource
- instance - Static variable in class org.aavso.tools.vstar.data.validation.SimpleFormatFieldInfoSource
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
- instance - Static variable in class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.JDComparator
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.PreviousCyclePhaseComparator
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.RankedIndexPairComparator
- instance - Static variable in class org.aavso.tools.vstar.util.comparator.StandardPhaseComparator
- instance - Static variable in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPointComparator
-
Singleton instance.
- INT_ARR - Static variable in enum class org.aavso.tools.vstar.vela.Type
- INT_T - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- INT_T - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- INT_T() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- integer() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- integer() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- INTEGER - Enum constant in enum class org.aavso.tools.vstar.data.Property.propType
- INTEGER - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- INTEGER - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- INTEGER - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- INTEGER() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IntegerContext
- IntegerContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.IntegerContext
- IntegerField - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name, range, and value of an integer text field along with a GUI textField and methods to operate upon it.
- IntegerField(String, Integer, Integer, Integer) - Constructor for class org.aavso.tools.vstar.ui.dialog.IntegerField
-
Constructor
- interrupt - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- interrupt() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- interrupt() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- interrupt() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Interrupt the execution of the algorithm.
- interrupt() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
-
Interrupts the current operation.
- interrupt() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Interrupts the current operation.
- interrupt() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- interrupt() - Method in interface org.aavso.tools.vstar.util.IInteruptible
-
Signals that a task has been interrupted.
- interrupt() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Default behaviour for model run interrupt: set flag.
- interrupt() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- interrupt() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- interrupt() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- interrupt() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- interrupt() - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
- interrupted - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- interrupted - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- interrupted - Variable in class org.aavso.tools.vstar.util.TSBase
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- inTestMode() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Is the current invocation of the plug-in in test mode? This can help in design-for-test by allowing non-essential logic to change what code is invoked during a test.
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- inTestMode() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- intVal() - Method in class org.aavso.tools.vstar.vela.Operand
- InvalidObservation - Class in org.aavso.tools.vstar.data
-
This class corresponds to a single invalid variable star observation.
- InvalidObservation(String, String) - Constructor for class org.aavso.tools.vstar.data.InvalidObservation
-
Construct an InvalidObservation that defaults as an error.
- InvalidObservation(String, String, boolean) - Constructor for class org.aavso.tools.vstar.data.InvalidObservation
-
Constructor
- invalidObservations - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
The list of invalid observations retrieved.
- invalidObservations - Variable in class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
The list of invalid observations retrieved.
- InvalidObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
A table model for invalid observations.
- InvalidObservationTableModel(List<InvalidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.InvalidObservationTableModel
-
Constructor
- invertRangeCheckBox - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- invertSeriesOrderCheckBox - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- InViewObservationFilter - Class in org.aavso.tools.vstar.ui.model.plot
-
This class creates a filtered subset of observations based upon what is currently in the raw plot.
- InViewObservationFilter() - Constructor for class org.aavso.tools.vstar.ui.model.plot.InViewObservationFilter
- invoke() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
-
Invokes this tool plugin.
- invoke(ISeriesInfoProvider) - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
-
Given information about observations per series, perform some arbitrary processing on a subset of the observations.
- invokeTool(ObservationToolPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Invokes a tool plugin with the currently loaded observations.
- IObservationFieldMatcher - Interface in org.aavso.tools.vstar.data.filter
-
The interface for all observation field matchers.
- IOrderedObservationSource - Interface in org.aavso.tools.vstar.data
-
Classes implementing this interface are a source of ordered, valid observations.
- IPeriodAnalysisAlgorithm - Interface in org.aavso.tools.vstar.util.period
-
Classes implementing a period analysis algorithm to be executed must realise this interface.
- IPeriodAnalysisDatum - Interface in org.aavso.tools.vstar.util.period
-
This interface defines methods that must be supported by a single period analysis result datum/datapoint/result.
- IPlugin - Interface in org.aavso.tools.vstar.plugin
-
All VStar plugins must implement this interface.
- IPolynomialFitter - Interface in org.aavso.tools.vstar.util.model
-
All polynomial fit implementations must realise this interface.
- IPreferenceComponent - Interface in org.aavso.tools.vstar.ui.dialog.prefs
-
This interface defines all methods that must be implemented by a preference dialog component.
- IS - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- IS - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- IS - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- IS() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- IS_UNCERTAIN - Static variable in class org.aavso.tools.vstar.data.Magnitude
- isAdditive - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- isAdditive() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- isBarycentric() - Method in class org.aavso.tools.vstar.data.ValidObservation
- isBarycentric() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- isBrighterThan() - Method in class org.aavso.tools.vstar.data.Magnitude
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
- isCancelled() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- isCellEditable(int, int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- isComposite() - Method in enum class org.aavso.tools.vstar.vela.Type
- isConfigured() - Method in class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
- isDeterministic() - Method in class org.aavso.tools.vstar.vela.AST
-
Deprecated.See Expression visitor optimisedDyadicOpAST() and optimisedMonadicOpAST()
- isDiscrepant() - Method in class org.aavso.tools.vstar.data.ValidObservation
- isEmpty() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- isEmpty() - Method in class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Is this VeLa environment empty?
- isEmpty() - Method in class org.aavso.tools.vstar.vela.VeLaScope
-
Is this scope empty?
- ISeriesInfoProvider - Interface in org.aavso.tools.vstar.ui.model.plot
-
Realisations of this interface provide information about currently available series with respect to existence, visibility and corresponding observations.
- isExcluded() - Method in class org.aavso.tools.vstar.data.ValidObservation
- isFainterThan() - Method in class org.aavso.tools.vstar.data.Magnitude
- isFundamental() - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
Does this represent a fundamental frequency?
- isHarmonic(Harmonic) - Method in class org.aavso.tools.vstar.util.model.Harmonic
-
Is the specified harmonic a multiple of this one and the current one is a fundamental.
- isHeliocentric() - Method in class org.aavso.tools.vstar.data.ValidObservation
- isHeliocentric() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Has this observation retriever pulled in observations that correspond to heliocentric JD values.
- isHeliocentricObsSrc - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- isLeaf() - Method in class org.aavso.tools.vstar.vela.AST
- isLegallyEmpty(String) - Method in class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Is the supplied string legally empty or null?
- isLiteral() - Method in class org.aavso.tools.vstar.vela.AST
- isLoadAdditive() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Return whether or not the load is additive.
- isLoadAdditive() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Return whether or not the load is additive.
- isLocal(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description correspond to a local plugin?
- isLogarithmic() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- isMember() - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- isMsgForDialog(JDialog, MessageBase) - Static method in class org.aavso.tools.vstar.ui.mediator.Mediator
- isMultipleFileSelectionAllowed() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- isMutable() - Method in class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Is this environment mutable (can be modified)?
- isMutable() - Method in class org.aavso.tools.vstar.vela.VeLaScope
- isNotifyEnabled() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
Are change notifications enabled?
- isObsTextProvided() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
- isParsable() - Method in interface org.aavso.tools.vstar.data.filter.IFilterDescription
-
Is it possible to parse this description?
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- isReadOnly() - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- isReadOnly() - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- isRedoStackEmpty() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Is the redo stack empty?
- isRemote(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description correspond to a remote plugin?
- isRemoteAndLocal(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Does the plugin description correspond to both a remote and local plugin?
- isScriptingMode() - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
Are we in scripting mode?
- isScriptingMode() - Method in class org.aavso.tools.vstar.ui.MainFrame
- isSeriesVisibleByDefault(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Should the specified series be visible by default?
- isSpecialForm() - Method in enum class org.aavso.tools.vstar.vela.Operation
- isStandardDetailKey(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Does the specified detail key correspond to a standard detail key?
- isSynthetic() - Method in class org.aavso.tools.vstar.data.SeriesType
- IStarInfoSource - Interface in org.aavso.tools.vstar.input
-
This interface must be implemented by any class wishing to retrieve star name or AUID from a database.
- IStartAndCleanup - Interface in org.aavso.tools.vstar.util
-
Classes that need to enforce start-up/clean-up methods can implement this interface.
- isTextSource() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- isTransformed() - Method in class org.aavso.tools.vstar.data.ValidObservation
- isUncertain() - Method in class org.aavso.tools.vstar.data.Magnitude
- isUndoStackEmpty() - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Is the undo stack empty?
- isUrlProvided() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Was a URL string of some kind provided and accepted?
- isUserDefined() - Method in class org.aavso.tools.vstar.data.SeriesType
- isValueChangeDisabled() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- isWarning() - Method in class org.aavso.tools.vstar.data.InvalidObservation
- ITableColumnInfoSource - Interface in org.aavso.tools.vstar.ui.model.list
-
This interface must be implemented by any class wanting to be a source of table model column information: column count, values, names.
- item(int) - Method in interface org.aavso.tools.vstar.plugin.ob.src.impl.INodeSequence
- item(int) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.NamedNodeMapSequence
- item(int) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.NodeListSequence
- iterator() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- ITextComponent<T> - Interface in org.aavso.tools.vstar.ui.dialog
-
The interface to be implemented by all text components in a dialog.
- ITimeElementEntity - Interface in org.aavso.tools.vstar.ui.model.plot
-
This interface must be implemented by any component wanting to be a source or sink of time element values (Julian Day, phase) from a list of observations.
- IUndoableAction - Interface in org.aavso.tools.vstar.ui.undo
-
All classes that represent undoable actions must implement this interface.
J
- J_NIR_1pt2micron - Static variable in class org.aavso.tools.vstar.data.SeriesType
- J2000 - Enum constant in enum class org.aavso.tools.vstar.util.coords.EpochType
- J2000HJDConverter - Class in org.aavso.tools.vstar.util.date
-
This class contains a method for converting a Julian Date to a Heliocentric Julian Date using the Low Accuracy method in Jean Meeus's Astronomical Algorithms, ch 24.
- J2000HJDConverter() - Constructor for class org.aavso.tools.vstar.util.date.J2000HJDConverter
- java2Vela(Class<?>) - Static method in enum class org.aavso.tools.vstar.vela.Type
- JavaMethodExecutor - Class in org.aavso.tools.vstar.vela
-
This class executes Java methods.
- JavaMethodExecutor(Object, Method, Optional<String>, List<String>, List<Type>, Optional<Type>, Optional<String>) - Constructor for class org.aavso.tools.vstar.vela.JavaMethodExecutor
-
Construct a Java method executor.
- JD - Enum constant in enum class org.aavso.tools.vstar.data.ValidObservation.JDflavour
- JDComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator provides the basis of an ordering over observations based upon Julian Date.
- JDComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.JDComparator
- JDCoordSource - Class in org.aavso.tools.vstar.ui.model.plot
-
A Julian Day based coordinate source.
- JDCoordSource() - Constructor for class org.aavso.tools.vstar.ui.model.plot.JDCoordSource
- JDFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A Julian Day field matcher.
- JDFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.JDFieldMatcher
- JDFieldMatcher(Double, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.JDFieldMatcher
- jdFlavour - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- JDTimeElementEntity - Class in org.aavso.tools.vstar.ui.model.plot
-
A Julian Date element source/sink.
- JDTimeElementEntity() - Constructor for class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- jdToCalendar(double) - Method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Method to convert the integer part of a JD into a calendar date.
- jdToCalendar(double) - Method in class org.aavso.tools.vstar.util.date.MeeusDateUtil
-
Method to convert the integer part of a JD into an ISO-8601 calendar date.
- jdToYMD(double) - Method in class org.aavso.tools.vstar.util.date.AbstractDateUtil
-
Method to convert the integer part of a JD into a calendar date.
- jdToYMD(double) - Method in class org.aavso.tools.vstar.util.date.MeeusDateUtil
-
Method to convert the integer part of a JD into a calendar date.
- Johnson_B - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Johnson_I - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Johnson_R - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Johnson_U - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Johnson_V - Static variable in class org.aavso.tools.vstar.data.SeriesType
- joinMeansCheckBox - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- julianCenturies(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Time measured in Julian centuries of 36525 ephemeris days from epoch J2000.0 (2000 January 21.5 TD).
TODO: do we need to doing anything else for this to be in JDE/TD? - julianDayValidator - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- JulianDayValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates provided text as a Julian Day.
- JulianDayValidator() - Constructor for class org.aavso.tools.vstar.data.validation.JulianDayValidator
-
Constructor.
- JulianDayValidator(boolean) - Constructor for class org.aavso.tools.vstar.data.validation.JulianDayValidator
-
Constructor.
K
- K_NIR_2pt2micron - Static variable in class org.aavso.tools.vstar.data.SeriesType
- K35 - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- kind - Variable in class org.aavso.tools.vstar.data.validation.AbstractStringValidator
- KMAG_KIND - Static variable in class org.aavso.tools.vstar.data.validation.CKMagValidator
L
- label - Variable in enum class org.aavso.tools.vstar.data.ValidObservation.JDflavour
- LAMBDA - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- LAMBDA - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- LAMBDA() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- LAMBDA() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- lastChild() - Method in class org.aavso.tools.vstar.vela.AST
- lastDatasetSelected - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- lastIndexOf(Object) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- lastObSelected - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- lastPointClicked - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- lastSinglySelectedSeries - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
What was the most recently singly selected series (e.g.
- LBRACE - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- LBRACE - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- LBRACE() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- LBRACKET - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- LBRACKET - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- LBRACKET() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- left() - Method in class org.aavso.tools.vstar.vela.AST
- LEFT - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.PanType
- LESS_THAN - Enum constant in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
- LESS_THAN - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- LESS_THAN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- LESS_THAN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- LESS_THAN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- LESS_THAN_OR_EQUAL - Enum constant in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
- LESS_THAN_OR_EQUAL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- LESS_THAN_OR_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- LESS_THAN_OR_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- LESS_THAN_OR_EQUAL() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- lightCurveMode() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Switch to phase raw (light curve) mode.
- lineReader - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- list() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- list() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- LIST - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- LIST - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- LIST_MEANS_MODE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- LIST_MEANS_MODE_DESC - Static variable in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- LIST_OBS_MODE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- LIST_OBS_MODE_DESC - Static variable in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- LIST_T - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- LIST_T - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- LIST_T() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- ListChangeMessage<E> - Class in org.aavso.tools.vstar.util.notification
-
A message to be sent to listeners of notifying list classes.
- ListChangeMessage(ListChangeType, List<E>) - Constructor for class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
Construct a list change message with type, source, and element index.
- ListChangeMessage(ListChangeType, List<E>, int) - Constructor for class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
Construct a list change message with type, source, and element index.
- ListChangeMessage(ListChangeType, List<E>, int, Object) - Constructor for class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
Construct a list change message with type, source, and element index.
- ListChangeMessage(ListChangeType, List<E>, Object) - Constructor for class org.aavso.tools.vstar.util.notification.ListChangeMessage
-
Construct a list change message with type, source, and element index.
- ListChangeType - Enum Class in org.aavso.tools.vstar.util.notification
-
A message to be sent to listeners of notifying list classes.
- ListContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- Listener<T> - Interface in org.aavso.tools.vstar.util.notification
-
A listener interface genericised on the class of object that will be sent by the notifier.
- listIterator() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- listIterator(int) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- ListSearchPane<S extends TableModel> - Class in org.aavso.tools.vstar.ui.pane.list
-
A list search pane component, supporting regular expressions on all columns or a single column.
- ListSearchPane(AbstractTableModel, TableRowSorter<S>) - Constructor for class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
- listVal() - Method in class org.aavso.tools.vstar.vela.Operand
- load_raw() - Method in class org.aavso.tools.vstar.util.TSBase
- LoadChooser - Class in org.aavso.tools.vstar.ui.dialog
- LoadChooser(FileNameExtensionFilter[], String) - Constructor for class org.aavso.tools.vstar.ui.dialog.LoadChooser
-
Constructor: open file dialog
- loadFromAID(String, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the AAVSO international database.
- loadFromAID(String, double, double, String, String, boolean) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the AAVSO international database.
- loadFromFile(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path.
- loadFromFile(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified path using the (possibly partial) plug-in name to identify the observation source plug-in to use.
- loadFromURL(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified URL.
- loadFromURL(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Load a dataset from the specified URL using the (possibly partial) plug-in name to identify the observation source plug-in to use.
- loadMinimalFields() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Return whether or not to load minimal fields.
- loadPlugins() - Static method in class org.aavso.tools.vstar.ui.resources.PluginLoader
-
Load all VStar plugins and create an instance of each.
- locale - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- LocaleProps - Class in org.aavso.tools.vstar.util.locale
-
The purpose of this class is to provide locale-specific strings and preference handling.
- LocaleProps() - Constructor for class org.aavso.tools.vstar.util.locale.LocaleProps
- LocaleSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Locale selection panel.
- LocaleSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.LocaleSelectionPane
-
Constructor.
- lodge(DiscrepantReport) - Method in interface org.aavso.tools.vstar.util.discrepant.IDiscrepantReporter
-
Lodge a discrepant report.
- lodge(DiscrepantReport) - Method in class org.aavso.tools.vstar.util.discrepant.VSXWebServiceZapperLogger
- LOG - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- LOG_DIR - Static variable in class org.aavso.tools.vstar.ui.VStar
- LOG_PATH - Static variable in class org.aavso.tools.vstar.ui.VStar
- LogDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog allows the log to be viewed.
- LogDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.LogDialog
-
Constructor
- LOGGER - Static variable in class org.aavso.tools.vstar.ui.VStar
- Logic - Class in org.aavso.tools.vstar.util
-
Logic functions.
- Logic() - Constructor for class org.aavso.tools.vstar.util.Logic
- logicalNegationExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- logicalNegationExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- logicalNegationExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ConjunctiveExpressionContext
- LogicalNegationExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.LogicalNegationExpressionContext
- LoginDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the behaviour of a generic modal login dialog box.
- LoginDialog(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.LoginDialog
-
Constructor
- LoginInfo - Class in org.aavso.tools.vstar.ui.resources
-
Information relating to login.
- LoginInfo() - Constructor for class org.aavso.tools.vstar.ui.resources.LoginInfo
-
Constructor.
- LoginType - Enum Class in org.aavso.tools.vstar.ui.resources
-
The type of login.
- LongField - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name, range, and value of a long integer text field along with a GUI textField and methods to operate upon it.
- LongField(String, Long, Long, Long) - Constructor for class org.aavso.tools.vstar.ui.dialog.LongField
-
Constructor
- longitudeOfAscendingNode(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Return the longitude of ascending node of Moon's mean orbit on ecliptic, measured from mean equinox of date.
- lookup(String) - Method in class org.aavso.tools.vstar.vela.EmptyVeLaEnvironment
- lookup(String) - Method in class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Lookup the named symbol in the environment.
- lookup(String) - Method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- lookupBinding(String) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Given a variable name, search for it in the stack of environments, return an optional Operand instance.
- lookupFunction(String) - Method in class org.aavso.tools.vstar.vela.VeLaScope
-
Lookup the named function, returning an optional list of functions.
- lookupFunctions(String) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Given a function name, search for it in the stack of environments, return an optional list of function executors.
- LOW_IN_SKY - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- lower - Variable in class org.aavso.tools.vstar.data.validation.RangePredicate
- LPAREN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- LPAREN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- LPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- LPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- LPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- LPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
M
- ma - Variable in class org.aavso.tools.vstar.util.TSBase
- MAG_FROM_STEP_MAG - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- MAG_UNCERTAIN - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- Magnitude - Class in org.aavso.tools.vstar.data
-
This class represents a magValue including uncertainty and fainter-than information.
- Magnitude() - Constructor for class org.aavso.tools.vstar.data.Magnitude
-
Parameterless constructor for web service.
- Magnitude(double, double) - Constructor for class org.aavso.tools.vstar.data.Magnitude
-
Constructor Creates a Magnitude with magnitude and uncertainty values.
- Magnitude(double, MagnitudeModifier, boolean) - Constructor for class org.aavso.tools.vstar.data.Magnitude
-
Constructor.
- Magnitude(double, MagnitudeModifier, boolean, double) - Constructor for class org.aavso.tools.vstar.data.Magnitude
-
Constructor.
- MAGNITUDE - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- MagnitudeFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A magnitude field matcher.
- MagnitudeFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
- MagnitudeFieldMatcher(Double, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.MagnitudeFieldMatcher
- magnitudeFieldValidator - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- magnitudeFieldValidator - Static variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- MagnitudeFieldValidator - Class in org.aavso.tools.vstar.data.validation
-
This class represents a magnitude value including uncertainty and fainter-than values.
- MagnitudeFieldValidator() - Constructor for class org.aavso.tools.vstar.data.validation.MagnitudeFieldValidator
-
Constructor.
- MagnitudeModifier - Enum Class in org.aavso.tools.vstar.data
-
This enumeration represents a magnitude modifier type.
- MagnitudeValueValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates magnitude values (e.g.
- MagnitudeValueValidator(RangePredicate) - Constructor for class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
-
Constructor.
- MagnitudeValueValidator(RangePredicate, boolean) - Constructor for class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
-
Constructor.
- magspan - Variable in class org.aavso.tools.vstar.util.TSBase
- main(String[]) - Static method in class org.aavso.tools.vstar.ui.VStar
- main(String[]) - Static method in class org.aavso.tools.vstar.vela.VeLaScriptDriver
- MainFrame - Class in org.aavso.tools.vstar.ui
-
The main VStar window.
- MainFrame() - Constructor for class org.aavso.tools.vstar.ui.MainFrame
- make_freqs_from_freq_range(double, double, double) - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
Create the array of frequencies to test per time period given a frequency range and frequency step.
- make_freqs_from_period_range(double, double, double) - Method in class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
Create the array of frequencies to test per time period given a period range and period step.
- makeVisible(String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Makes the specified series in the current dataset visible.
- MATCHERS - Static variable in class org.aavso.tools.vstar.data.filter.ObservationFilter
- matches(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.BooleanFieldMatcher
- matches(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
- matches(ValidObservation) - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Does the specified observation match a test value?
- matches(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
-
Does the specified observation satisfy all this filter's matchers? The matching process is short-circuited when one sub-filter fails.
- matches(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- matches(ValidObservation) - Method in class org.aavso.tools.vstar.data.filter.StringFieldMatcher
- matinv() - Method in class org.aavso.tools.vstar.util.TSBase
- max - Variable in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- MAX_OBS_AT_ONCE - Static variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- MAX_PNG_SCALE_FACTOR - Static variable in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- MAX_PROGRESS - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
- MAX_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- MAX_TOP_HITS - Static variable in class org.aavso.tools.vstar.util.TSBase
- MaxMagEpochStrategy - Class in org.aavso.tools.vstar.util.stats.epoch
-
This epoch determination strategy finds the numerically maximum magnitude value in the dataset.
- MaxMagEpochStrategy() - Constructor for class org.aavso.tools.vstar.util.stats.epoch.MaxMagEpochStrategy
- mb - Variable in class org.aavso.tools.vstar.util.TSBase
- MEAN_MAG - Enum constant in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- MEAN_MAG_INDEX - Static variable in class org.aavso.tools.vstar.util.stats.DescStats
- MEAN_TIME_INDEX - Static variable in class org.aavso.tools.vstar.util.stats.DescStats
- meanObliquityHighPrecision(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given the time in Julian Centuries from epoch J2000.0, return the mean obliquity of the ecliptic in radians.
- meanObliquityLowPrecision(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given the time in Julian Centuries from epoch J2000.0, return the mean obliquity of the ecliptic in radians.
- meanObsList - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- MEANS - Static variable in class org.aavso.tools.vstar.data.SeriesType
- meansChangeNotifier - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- meanSourcePane - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- MeanSourcePane - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class represents a pane with radio buttons showing which series is to be used as the source to create the means series.
- MeanSourcePane(ObservationAndMeanPlotModel, ObservationAndMeanPlotPane) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.MeanSourcePane
-
Constructor.
- MeanSourceSeriesChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when the source series of the current mean series has changed.
- MeanSourceSeriesChangeMessage(Object, SeriesType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.MeanSourceSeriesChangeMessage
- meanSourceSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- meansSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- Mediator - Class in org.aavso.tools.vstar.ui.mediator
-
This class manages the creation of models and views and sends notifications for changes to mode and analysis types.
- MeeusDateUtil - Class in org.aavso.tools.vstar.util.date
-
This class implements AbstractDateUtil methods using Jean Meeus's Astronomical Algorithms 1991, 1st edition, chapter 7.
- MeeusDateUtil() - Constructor for class org.aavso.tools.vstar.util.date.MeeusDateUtil
- MEMBER - Enum constant in enum class org.aavso.tools.vstar.input.database.DatabaseType
- MenuBar - Class in org.aavso.tools.vstar.ui
-
VStar's menu bar.
- MenuBar(IMainUI, UIType) - Constructor for class org.aavso.tools.vstar.ui.MenuBar
-
Constructor
- MessageBase - Class in org.aavso.tools.vstar.ui.mediator.message
-
A base class for Notifier messages.
- MessageBase(Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.MessageBase
- MessageBox - Class in org.aavso.tools.vstar.ui.dialog
-
Message dialog box utility class.
- MessageBox() - Constructor for class org.aavso.tools.vstar.ui.dialog.MessageBox
- method - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- mhigh - Variable in class org.aavso.tools.vstar.util.TSBase
- min - Variable in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- MIN_PNG_SCALE_FACTOR - Static variable in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- MIN_PROGRESS - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
- MIN_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- minimalUIExclusions - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- MinMagEpochStrategy - Class in org.aavso.tools.vstar.util.stats.epoch
-
This epoch determination strategy finds the numerically minimum magnitude value in the dataset.
- MinMagEpochStrategy() - Constructor for class org.aavso.tools.vstar.util.stats.epoch.MinMagEpochStrategy
- MINUS - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- MINUS - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- MINUS() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- MINUS() - Method in class org.aavso.tools.vstar.vela.VeLaParser.UnaryExpressionContext
- MINUS(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- mlow - Variable in class org.aavso.tools.vstar.util.TSBase
- model - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- Model - Static variable in class org.aavso.tools.vstar.data.SeriesType
- MODEL_MODE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- MODEL_MODE_DESC - Static variable in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- modelAction(List<PeriodAnalysisDataPoint>) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
Modelling action.
- modelButton - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- modelButton - Variable in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
- ModelCreationMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a model is created.
- ModelCreationMessage(Object, IModel) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ModelCreationMessage
-
Constructor
- ModelCreatorPluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the abstract base class for all model creator plugin classes.
- ModelCreatorPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- ModelDialog - Class in org.aavso.tools.vstar.ui.dialog.model
-
This dialog collects created models and permits their selection and deletion.
- ModelDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
Constructor.
- modelFunction - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- ModelFunction - Static variable in class org.aavso.tools.vstar.data.SeriesType
- modelFunctionSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- modelFunctionSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- ModelInfoDialog - Class in org.aavso.tools.vstar.ui.dialog.model
-
This dialog displays information about a model.
- ModelInfoDialog(JDialog, IModel) - Constructor for class org.aavso.tools.vstar.ui.dialog.model.ModelInfoDialog
-
Constructor
- ModellingTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a potentially long-running modelling is executed.
- ModellingTask(IModel) - Constructor for class org.aavso.tools.vstar.ui.task.ModellingTask
-
Constructor
- MODELS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- ModelSelectionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a model selection operation has occurred.
- ModelSelectionMessage(Object, IModel) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ModelSelectionMessage
-
Constructor
- modelSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- modeNames - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- MOON - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- MTypeType - Enum Class in org.aavso.tools.vstar.data
-
This type enumerates valid mtype (magnitude type) values.
- MTypeValidator - Class in org.aavso.tools.vstar.data.validation
-
A magnitude type (mtype) field validator.
- MTypeValidator() - Constructor for class org.aavso.tools.vstar.data.validation.MTypeValidator
-
Constructor.
- MUL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- MULT - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- MULT - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- MULT() - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- MULT(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- MultiEntryComponentDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog class permits multiple named, ranged, numeric (double) values to be entered and returned.
- MultiEntryComponentDialog(String, String, List<ITextComponent<?>>, Optional<JComponent>) - Constructor for class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
-
Constructor
- MultiEntryComponentDialog(String, String, ITextComponent<?>...) - Constructor for class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
-
Constructor
- MultiEntryComponentDialog(String, List<ITextComponent<?>>) - Constructor for class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
-
Constructor
- MultiEntryComponentDialog(String, List<ITextComponent<?>>, Optional<JComponent>) - Constructor for class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
-
Constructor
- MultiEntryComponentDialog(String, ITextComponent<?>...) - Constructor for class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
-
Constructor
- multiPeriodicFit(List<Harmonic>, PeriodAnalysisDerivedMultiPeriodicModel) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Create a multi-periodic fit to the data from a list of periods.
- multiPeriodicFit(List<Harmonic>, PeriodAnalysisDerivedMultiPeriodicModel) - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Create a multi-periodic fit from the data from a list of harmonics.
- MultipleObservationSelectionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent to denote the selection of multiple valid observations from a specific source.
- MultipleObservationSelectionMessage(List<ValidObservation>, Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.MultipleObservationSelectionMessage
-
Constructor.
- MultipleSeriesSelectionDialog - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class represents a dialog that permits multiple series to be selected.
- MultipleSeriesSelectionDialog(SeriesVisibilityPane) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
-
Constructor
- multiplicativeExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- multiplicativeExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- multiplicativeExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- MultiplicativeExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
N
- name - Variable in enum class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher.Kind
- name - Variable in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- name2Vela(String) - Static method in enum class org.aavso.tools.vstar.vela.Type
- NamedComponent - Class in org.aavso.tools.vstar.ui
-
A component with an associated name and optional tool-tip.
- NamedComponent(String, Component) - Constructor for class org.aavso.tools.vstar.ui.NamedComponent
-
Constructor
- NamedComponent(String, Component, String) - Constructor for class org.aavso.tools.vstar.ui.NamedComponent
-
Constructor
- namedFundef() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- namedFundef() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- namedFundef(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- NamedFundefContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- NamedNodeMapSequence - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
This class exposes a NamedNodeMap as a sequence of nodes.
- NamedNodeMapSequence(NamedNodeMap) - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.NamedNodeMapSequence
- nameFromStream(InputStream) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Given an input stream, return the corresponding name.
- nbias - Variable in class org.aavso.tools.vstar.util.TSBase
- nbrake - Variable in class org.aavso.tools.vstar.util.TSBase
- ndigt - Variable in class org.aavso.tools.vstar.util.TSBase
- ndim - Variable in class org.aavso.tools.vstar.util.TSBase
- ndim2 - Variable in class org.aavso.tools.vstar.util.TSBase
- NEG - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- NEW_STAR_FROM_ARBITRARY_SOURCE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- NEW_STAR_FROM_DATABASE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- NEW_STAR_FROM_DATABASE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- NEW_STAR_FROM_DOWNLOAD_FILE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- NEW_STAR_FROM_FILE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- NEW_STAR_FROM_SIMPLE_FILE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- NewGroupDialog - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
This dialog allows the use to enter the name of a new star group.
- NewGroupDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
- NewGroupWithStarsDialog - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
This modal dialog permits entry of a star group and star list.
- NewGroupWithStarsDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
-
Constructor.
- newPhasePlotButton - Variable in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- newPhasePlotButtonAction() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
This method is invoked when the new-phase-plot button is clicked.
- newPhasePlotButtonAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
- newPhasePlotButtonAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
-
The new phase plot button will only be enabled when a period analysis selection message has been received, so we *know* without having to ask that there is a selected row in the data table.
- newStarAction(NewStarMessage) - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- newStarAction(NewStarMessage) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
- newStarAction(NewStarMessage) - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
- newStarAction(NewStarMessage) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
When a new dataset is loaded, previous computation results and GUI components should be discarded, so the plugin will listen for such messages.
- NewStarDialog - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
This dialog allows the user to enter the name of a new star for a group.
- NewStarDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
- NewStarFromFileTask - Class in org.aavso.tools.vstar.ui.task
-
Deprecated.See NewStarFromObSourcePluginTask
- NewStarFromFileTask(File, ObservationSourceAnalyser, int, boolean) - Constructor for class org.aavso.tools.vstar.ui.task.NewStarFromFileTask
-
Deprecated.Constructor.
- NewStarFromObSourcePluginTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a new star from observation source plug-in request is handled.
- NewStarFromObSourcePluginTask(ObservationSourcePluginBase) - Constructor for class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginTask
-
Constructor.
- NewStarFromObSourcePluginWithSuppliedFileTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a new star from observation source plug-in request (with a supplied file) is handled.
- NewStarFromObSourcePluginWithSuppliedFileTask(ObservationSourcePluginBase, File, boolean) - Constructor for class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedFileTask
-
Constructor.
- NewStarFromObSourcePluginWithSuppliedURLTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a new star from observation source plug-in request (with a supplied URL) is handled.
- NewStarFromObSourcePluginWithSuppliedURLTask(ObservationSourcePluginBase, URL, boolean) - Constructor for class org.aavso.tools.vstar.ui.task.NewStarFromObSourcePluginWithSuppliedURLTask
-
Constructor.
- newStarMessage - Variable in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- NewStarMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
A message class containing new star type and information.
- NewStarMessage(NewStarType, StarInfo, List<ValidObservation>, Map<SeriesType, List<ValidObservation>>, double, double, String) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
-
Constructor.
- NewStarType - Enum Class in org.aavso.tools.vstar.ui.mediator
-
A new star creation type.
- next() - Method in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
Attempt to read the next record, returning whether it was.
- nextPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- nfre - Variable in class org.aavso.tools.vstar.util.TSBase
- nj - Variable in class org.aavso.tools.vstar.util.TSBase
- nlolim - Variable in class org.aavso.tools.vstar.util.TSBase
- NO_ACTUALS - Static variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- NO_DELTA - Enum constant in enum class org.aavso.tools.vstar.data.MagnitudeModifier
- NO_FILTER - Static variable in class org.aavso.tools.vstar.ui.mediator.message.FilteredObservationMessage
- NO_FILTER - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- NO_FORMAL_NAMES - Static variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- NO_FORMAL_TYPES - Static variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- NO_SERIES - Static variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- NO_SERIES - Static variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- NO_VALUE - Static variable in class org.aavso.tools.vstar.data.Property
- NO_VALUE - Static variable in class org.aavso.tools.vstar.vela.Operand
- NO_VELA_FILTER - Static variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- NodeListSequence - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
This class exposes a NodeList as a sequence of nodes.
- NodeListSequence(NodeList) - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.NodeListSequence
- NON_AAVSO_CHART - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- NON_AAVSO_GUIDE_STAR_CAT - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- NON_AAVSO_HIPPARCOS - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- NON_AAVSO_TYCHO - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- NONE - Enum constant in enum class org.aavso.tools.vstar.data.Property.propType
- NONE - Enum constant in enum class org.aavso.tools.vstar.plugin.InputType
- NONE - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- NONE - Static variable in class org.aavso.tools.vstar.util.notification.ListChangeMessage
- nonEmptyDetailExists(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Does the specified detail key exist and is it non-empty?
- NOT - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- NOT - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- NOT - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- NOT() - Method in class org.aavso.tools.vstar.vela.VeLaParser.LogicalNegationExpressionContext
- NOT_EQUAL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- NOT_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- NOT_EQUAL - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- NOT_EQUAL() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- NOT_EQUALS - Enum constant in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
- NOT_IMPLEMENTED_YET - Static variable in class org.aavso.tools.vstar.ui.mediator.Mediator
- notifier - Variable in class org.aavso.tools.vstar.util.notification.NotifyingList
- Notifier<T> - Class in org.aavso.tools.vstar.util.notification
-
A notifier class genericised on the class of object that will be sent to Listeners.
- Notifier() - Constructor for class org.aavso.tools.vstar.util.notification.Notifier
-
Constructor
- NotifyingArrayList<E> - Class in org.aavso.tools.vstar.util.notification
-
This class extends ArrayList
to notify listeners with a message of type ListChangeMessage. - NotifyingArrayList() - Constructor for class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
Constructor.
- NotifyingArrayList(ArrayList<E>) - Constructor for class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
Constructor.
- NotifyingList<E> - Class in org.aavso.tools.vstar.util.notification
-
This is the abstract base class for all lists with elements of type E that will notify listeners with a message of type ListChangeMessage.
- NotifyingList() - Constructor for class org.aavso.tools.vstar.util.notification.NotifyingList
- notifyListeners(T) - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Notify all listeners of an activity update and collect the message for future replay, in particular for new listeners.
- npoly - Variable in class org.aavso.tools.vstar.util.TSBase
- numact - Variable in class org.aavso.tools.vstar.util.TSBase
- NumberFieldBase<T extends Number> - Class in org.aavso.tools.vstar.ui.dialog
-
This abstract base class encapsulates the name, range, and value of a numeric textField along with a GUI text field and methods to operate upon it.
- NumberFieldBase(NumberFormat, String, T, T, T) - Constructor for class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
-
Constructor
- NumberParser - Class in org.aavso.tools.vstar.util.locale
-
This class contains static method that parses numeric expressions in a locale-independent way, intended as replacements for the Double method of the same name.
- NumberParser() - Constructor for class org.aavso.tools.vstar.util.locale.NumberParser
- NumberSelectionPane - Class in org.aavso.tools.vstar.ui
-
This class provides a way to select a floating point number from a range with a specified increment between values in the range.
- NumberSelectionPane(String, double, double, double, double, String) - Constructor for class org.aavso.tools.vstar.ui.NumberSelectionPane
-
Constructor.
- numericallyMaxMagIndex - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- numericallyMinMagIndex - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- NumericPrecisionPrefs - Class in org.aavso.tools.vstar.util.prefs
-
Numeric input/output format preferences.
- NumericPrecisionPrefs() - Constructor for class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- NumericPrecisionSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
This preferences pane permits the selection of numeric precision (primarily as it relates to the number of decimal places in output, and in some cases, input).
- NumericPrecisionSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.NumericPrecisionSelectionPane
-
Constructor.
- numraw - Variable in class org.aavso.tools.vstar.util.TSBase
- nuplim - Variable in class org.aavso.tools.vstar.util.TSBase
O
- OB_DETAILS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- obComparator - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
An observation comparator (e.g.
- obias - Variable in class org.aavso.tools.vstar.util.TSBase
- OBJECT - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- object2Operand(Type, Object) - Static method in class org.aavso.tools.vstar.vela.Operand
-
Given a VeLa type and a Java object, return an Operand instance.
- ObjectNameFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
Object name field matcher.
- ObjectNameFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
- ObjectNameFieldMatcher(String, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.ObjectNameFieldMatcher
- objToOperand(String, Object) - Method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- obliquity(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given the time in Julian Centuries from epoch J2000.0, return the obliquity of the ecliptic in radians.
- obs - Variable in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
- obs - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- obs - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- obs - Variable in class org.aavso.tools.vstar.util.TSBase
- ObsCodeFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
An observer code field matcher.
- ObsCodeFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
- ObsCodeFieldMatcher(String, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher
- Observation - Class in org.aavso.tools.vstar.data
-
The base class for all file-sourced observation classes.
- Observation() - Constructor for class org.aavso.tools.vstar.data.Observation
-
Parameterless constructor for web service.
- Observation(int) - Constructor for class org.aavso.tools.vstar.data.Observation
- OBSERVATION - Enum constant in enum class org.aavso.tools.vstar.input.database.DatabaseType
- ObservationAndMeanPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class is a model that represents a series of valid variable star observations, e.g.
- ObservationAndMeanPlotModel(Map<SeriesType, List<ValidObservation>>, ICoordSource, Comparator<ValidObservation>, ITimeElementEntity, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Constructor We add named observation source lists to unique series numbers.
- ObservationAndMeanPlotPane - Class in org.aavso.tools.vstar.ui.pane.plot
-
This class represents a chart pane containing a plot for a set of valid observations along with mean-based data.
- ObservationAndMeanPlotPane(String, String, String, String, ObservationAndMeanPlotModel, Dimension, AbstractObservationRetriever) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
Constructor
- ObservationAndMeanPlotPane(String, String, ObservationAndMeanPlotModel, Dimension, AbstractObservationRetriever) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
-
Constructor
- ObservationDetailsDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This modeless dialog class displays info about a single observation.
- ObservationDetailsDialog(ValidObservation) - Constructor for class org.aavso.tools.vstar.ui.dialog.ObservationDetailsDialog
- ObservationExclusionAction - Class in org.aavso.tools.vstar.ui.undo
-
This class reverses an exclusion/inclusion operation.
- ObservationExclusionAction(List<ValidObservation>, boolean) - Constructor for class org.aavso.tools.vstar.ui.undo.ObservationExclusionAction
-
Constructor
- ObservationFieldSplitter - Class in org.aavso.tools.vstar.input.text
-
Deprecated.
- ObservationFieldSplitter(CsvReader, int, int) - Constructor for class org.aavso.tools.vstar.input.text.ObservationFieldSplitter
-
Deprecated.Constructor.
- ObservationFilter - Class in org.aavso.tools.vstar.data.filter
-
A filter for valid observations.
- ObservationFilter() - Constructor for class org.aavso.tools.vstar.data.filter.ObservationFilter
- ObservationFilterDialog - Class in org.aavso.tools.vstar.ui.dialog.filter
-
This dialog permits the user to specify a conjunctive filter, i.e.
- ObservationFilterDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
-
Constructor.
- ObservationFilterPane - Class in org.aavso.tools.vstar.ui.dialog.filter
-
This class represents a single filter pane.
- ObservationFilterPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterPane
-
Constructor
- ObservationFiltersDialog - Class in org.aavso.tools.vstar.ui.dialog.filter
-
This dialog collects filter information, permitting their selection and deletion, and most importantly, permitting previously created filters to be recreated.
- ObservationFiltersDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.filter.ObservationFiltersDialog
-
Constructor.
- ObservationInserter - Class in org.aavso.tools.vstar.util
-
Minimally overridden retriever that can be used to maintain observation order when user defined observations are added to the initial observation set.
- ObservationInserter() - Constructor for class org.aavso.tools.vstar.util.ObservationInserter
- ObservationInserter(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.ObservationInserter
- ObservationListPane - Class in org.aavso.tools.vstar.ui.pane.list
-
This class represents a GUI component that renders information about observation data, including one or both of valid and invalid observation data.
- ObservationListPane(String, ValidObservationTableModel, InvalidObservationTableModel, boolean, Set<SeriesType>, AnalysisType) - Constructor for class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
Constructor
- ObservationMatcherOp - Enum Class in org.aavso.tools.vstar.data.filter
-
Observation matcher operator type.
- ObservationPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This is the abstract base class for models that represent a series of valid variable star observations, e.g.
- ObservationPlotModel(Map<SeriesType, List<ValidObservation>>, ICoordSource, Comparator<ValidObservation>, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Constructor (for phase plots).
- ObservationReadError - Exception in org.aavso.tools.vstar.exception
-
Instances of this class will be thrown in the case of an observation read error.
- ObservationReadError() - Constructor for exception org.aavso.tools.vstar.exception.ObservationReadError
- ObservationReadError(String) - Constructor for exception org.aavso.tools.vstar.exception.ObservationReadError
- observationSelectionMessage - Variable in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- ObservationSelectionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent to denote the selection of a valid observation from a specific source.
- ObservationSelectionMessage(ValidObservation, Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ObservationSelectionMessage
-
Constructor.
- ObservationSinkPluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the base class for all observation sink plug-in classes.
- ObservationSinkPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- ObservationSourceAnalyser - Class in org.aavso.tools.vstar.input.text
-
This class analyses an observation file (simple or download formats) and makes information about the file available for use by consumers.
- ObservationSourceAnalyser(LineNumberReader, String) - Constructor for class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
-
Constructor.
- ObservationSourcePluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the base class for all observation source plug-in classes.
- ObservationSourcePluginBase() - Constructor for class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Constructor
- ObservationSourcePluginBase(String, String) - Constructor for class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Constructor
- ObservationTableRowFilter - Class in org.aavso.tools.vstar.ui.pane.list
-
An observation table row filter.
- ObservationToolPluginBase - Class in org.aavso.tools.vstar.plugin
-
This is the base class for all observation VStar "tool" plugins.
- ObservationToolPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- observationToRowIndexMap - Variable in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
-
A weak reference hash map from observations to row indices.
- ObservationTransformerPluginBase - Class in org.aavso.tools.vstar.plugin
-
The base class of all observation transformation plugins.
Such plugins must provide an undoable action given series information.
TODO: allow new x and y labels to be returned, e.g. - ObservationTransformerPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- ObservationTypeValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates observation types (e.g.
- ObservationTypeValidator() - Constructor for class org.aavso.tools.vstar.data.validation.ObservationTypeValidator
- ObservationValidationError - Exception in org.aavso.tools.vstar.exception
-
Instances of this class will be thrown in the case of an observation validation error.
- ObservationValidationError() - Constructor for exception org.aavso.tools.vstar.exception.ObservationValidationError
- ObservationValidationError(String) - Constructor for exception org.aavso.tools.vstar.exception.ObservationValidationError
- ObservationValidationWarning - Exception in org.aavso.tools.vstar.exception
-
Instances of this class will be thrown in the case of an observation validation warning.
- ObservationValidationWarning(String, ValidObservation) - Constructor for exception org.aavso.tools.vstar.exception.ObservationValidationWarning
- ObservationValidationWarning(ValidObservation) - Constructor for exception org.aavso.tools.vstar.exception.ObservationValidationWarning
- observerCodeValidator - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- ObserverCodeValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates an observer code.
- ObserverCodeValidator() - Constructor for class org.aavso.tools.vstar.data.validation.ObserverCodeValidator
- obsInfo - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- ObsListFileSaveTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which an observation list file save operation takes place.
- ObsListFileSaveTask(ObservationSinkPluginBase, List<ValidObservation>, File, String) - Constructor for class org.aavso.tools.vstar.ui.task.ObsListFileSaveTask
-
Constructor.
- obsModel - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- obsModel - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- obsPlotModel - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- obsPlotModel - Variable in class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
- obsPlotModel - Variable in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
- ObsType - Enum Class in org.aavso.tools.vstar.data
-
Observation type, used in AAVSO sources.
- okAction() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Implemented this method to execute an OK button action.
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.AuthCodeLoginDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.DateToJdDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.DiscrepantReportDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.LoginDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInputDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.MultiEntryComponentDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PreferencesDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.SeriesTypeCreationDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- okAction() - Method in class org.aavso.tools.vstar.ui.dialog.TextDialog
- okButton - Variable in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
- oneOf(Type...) - Method in enum class org.aavso.tools.vstar.vela.Type
- op - Variable in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- openHelpURLInWebBrowser(String) - Static method in class org.aavso.tools.vstar.util.help.Help
-
Open a help page.
- openPluginHelp(String) - Static method in class org.aavso.tools.vstar.util.help.Help
-
Plug-in help
- openPluginHelp(IPlugin) - Static method in class org.aavso.tools.vstar.util.help.Help
-
Plug-in help
- openURLInWebBrowser(String, String) - Static method in class org.aavso.tools.vstar.util.help.Help
-
Open a web page.
- openVStarManual() - Static method in class org.aavso.tools.vstar.util.help.Help
-
Open the VStar manual page.
- openVStarWebPage() - Static method in class org.aavso.tools.vstar.util.help.Help
-
Open the VStar Web page.
- operand(String, Boolean) - Method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- operand(String, Double) - Method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- operand(String, Integer) - Method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- operand(String, String) - Method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- operand(Type, String, Object) - Method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- Operand - Class in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language A class that represents typed operands.
- Operand(Type, boolean) - Constructor for class org.aavso.tools.vstar.vela.Operand
- Operand(Type, double) - Constructor for class org.aavso.tools.vstar.vela.Operand
- Operand(Type, long) - Constructor for class org.aavso.tools.vstar.vela.Operand
- Operand(Type, String) - Constructor for class org.aavso.tools.vstar.vela.Operand
- Operand(Type, List<Operand>) - Constructor for class org.aavso.tools.vstar.vela.Operand
- Operand(Type, FunctionExecutor) - Constructor for class org.aavso.tools.vstar.vela.Operand
- Operation - Enum Class in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language Operations abstracted from concrete syntax.
- opposite() - Method in enum class org.aavso.tools.vstar.ui.mediator.message.UndoableActionType
- ops - Variable in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- ops - Static variable in class org.aavso.tools.vstar.data.filter.DoubleFieldMatcher
- Optec_Wing_A - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Optec_Wing_B - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Optec_Wing_C - Static variable in class org.aavso.tools.vstar.data.SeriesType
- OptionalityFieldValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates fields as optional or non-optional, returning the field or null.
- OptionalityFieldValidator(boolean) - Constructor for class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
-
Constructor.
- OptionalityFieldValidator(String, boolean) - Constructor for class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
-
Constructor.
- OR - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- OR - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- OR - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- OR() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- OR(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.BooleanExpressionContext
- Orange_Liller - Static variable in class org.aavso.tools.vstar.data.SeriesType
- org.aavso.tools.vstar.auth - package org.aavso.tools.vstar.auth
- org.aavso.tools.vstar.data - package org.aavso.tools.vstar.data
- org.aavso.tools.vstar.data.filter - package org.aavso.tools.vstar.data.filter
- org.aavso.tools.vstar.data.validation - package org.aavso.tools.vstar.data.validation
- org.aavso.tools.vstar.exception - package org.aavso.tools.vstar.exception
- org.aavso.tools.vstar.input - package org.aavso.tools.vstar.input
- org.aavso.tools.vstar.input.database - package org.aavso.tools.vstar.input.database
- org.aavso.tools.vstar.input.text - package org.aavso.tools.vstar.input.text
- org.aavso.tools.vstar.plugin - package org.aavso.tools.vstar.plugin
- org.aavso.tools.vstar.plugin.filter.impl - package org.aavso.tools.vstar.plugin.filter.impl
- org.aavso.tools.vstar.plugin.model.impl - package org.aavso.tools.vstar.plugin.model.impl
- org.aavso.tools.vstar.plugin.ob.sink.impl - package org.aavso.tools.vstar.plugin.ob.sink.impl
- org.aavso.tools.vstar.plugin.ob.src.impl - package org.aavso.tools.vstar.plugin.ob.src.impl
- org.aavso.tools.vstar.plugin.period - package org.aavso.tools.vstar.plugin.period
- org.aavso.tools.vstar.plugin.period.impl - package org.aavso.tools.vstar.plugin.period.impl
- org.aavso.tools.vstar.scripting - package org.aavso.tools.vstar.scripting
- org.aavso.tools.vstar.ui - package org.aavso.tools.vstar.ui
- org.aavso.tools.vstar.ui.dialog - package org.aavso.tools.vstar.ui.dialog
- org.aavso.tools.vstar.ui.dialog.filter - package org.aavso.tools.vstar.ui.dialog.filter
- org.aavso.tools.vstar.ui.dialog.model - package org.aavso.tools.vstar.ui.dialog.model
- org.aavso.tools.vstar.ui.dialog.period - package org.aavso.tools.vstar.ui.dialog.period
- org.aavso.tools.vstar.ui.dialog.period.refinement - package org.aavso.tools.vstar.ui.dialog.period.refinement
- org.aavso.tools.vstar.ui.dialog.period.wwz - package org.aavso.tools.vstar.ui.dialog.period.wwz
- org.aavso.tools.vstar.ui.dialog.plugin.manager - package org.aavso.tools.vstar.ui.dialog.plugin.manager
- org.aavso.tools.vstar.ui.dialog.prefs - package org.aavso.tools.vstar.ui.dialog.prefs
- org.aavso.tools.vstar.ui.dialog.series - package org.aavso.tools.vstar.ui.dialog.series
- org.aavso.tools.vstar.ui.mediator - package org.aavso.tools.vstar.ui.mediator
- org.aavso.tools.vstar.ui.mediator.message - package org.aavso.tools.vstar.ui.mediator.message
- org.aavso.tools.vstar.ui.model.list - package org.aavso.tools.vstar.ui.model.list
- org.aavso.tools.vstar.ui.model.plot - package org.aavso.tools.vstar.ui.model.plot
- org.aavso.tools.vstar.ui.pane.list - package org.aavso.tools.vstar.ui.pane.list
- org.aavso.tools.vstar.ui.pane.plot - package org.aavso.tools.vstar.ui.pane.plot
- org.aavso.tools.vstar.ui.resources - package org.aavso.tools.vstar.ui.resources
- org.aavso.tools.vstar.ui.task - package org.aavso.tools.vstar.ui.task
- org.aavso.tools.vstar.ui.undo - package org.aavso.tools.vstar.ui.undo
- org.aavso.tools.vstar.ui.vela - package org.aavso.tools.vstar.ui.vela
- org.aavso.tools.vstar.util - package org.aavso.tools.vstar.util
- org.aavso.tools.vstar.util.comparator - package org.aavso.tools.vstar.util.comparator
- org.aavso.tools.vstar.util.coords - package org.aavso.tools.vstar.util.coords
- org.aavso.tools.vstar.util.date - package org.aavso.tools.vstar.util.date
- org.aavso.tools.vstar.util.discrepant - package org.aavso.tools.vstar.util.discrepant
- org.aavso.tools.vstar.util.help - package org.aavso.tools.vstar.util.help
- org.aavso.tools.vstar.util.locale - package org.aavso.tools.vstar.util.locale
- org.aavso.tools.vstar.util.model - package org.aavso.tools.vstar.util.model
- org.aavso.tools.vstar.util.model.decorator - package org.aavso.tools.vstar.util.model.decorator
- org.aavso.tools.vstar.util.notification - package org.aavso.tools.vstar.util.notification
- org.aavso.tools.vstar.util.period - package org.aavso.tools.vstar.util.period
- org.aavso.tools.vstar.util.period.dcdft - package org.aavso.tools.vstar.util.period.dcdft
- org.aavso.tools.vstar.util.period.wwz - package org.aavso.tools.vstar.util.period.wwz
- org.aavso.tools.vstar.util.plugin - package org.aavso.tools.vstar.util.plugin
- org.aavso.tools.vstar.util.prefs - package org.aavso.tools.vstar.util.prefs
- org.aavso.tools.vstar.util.property - package org.aavso.tools.vstar.util.property
- org.aavso.tools.vstar.util.stats - package org.aavso.tools.vstar.util.stats
- org.aavso.tools.vstar.util.stats.epoch - package org.aavso.tools.vstar.util.stats.epoch
- org.aavso.tools.vstar.vela - package org.aavso.tools.vstar.vela
- OTHER - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- OUTBURST - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
P
- Pair<T,
U> - Class in org.aavso.tools.vstar.util -
A generic pair.
- Pair(T, U) - Constructor for class org.aavso.tools.vstar.util.Pair
- PAIR - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- PAN_DOWN - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PAN_LEFT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PAN_RIGHT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PAN_UP - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PanRequestMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a pan left or right is requested.
- PanRequestMessage(Object, PanType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PanRequestMessage
- PanSTARRS_Y - Static variable in class org.aavso.tools.vstar.data.SeriesType
- PanSTARRS_Z_short - Static variable in class org.aavso.tools.vstar.data.SeriesType
- PanType - Enum Class in org.aavso.tools.vstar.ui.mediator.message
-
This enumerated type captures pan type.
- parameterNames - Variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- parameterTypes - Variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- parseDouble(String) - Static method in class org.aavso.tools.vstar.util.locale.NumberParser
-
Parses a string, returning a double primitive value, or if no valid double value is present, throws an exception.
- parseInteger(String) - Static method in class org.aavso.tools.vstar.util.locale.NumberParser
-
Parses a string, returning an integer primitive value, or if no valid integer value is present, throws an exception.
- parseJSONString(String) - Static method in class org.aavso.tools.vstar.auth.Auth0JSONAutheticationSource
-
Given a JSON string, return a map of keys to value strings.
- password - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- pause(long) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Pause for the specified number of milliseconds.
- peekEnvironment() - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Peek the top-most environment on the stack and return it.
- PEP - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- performModellingOperation(ModelCreatorPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Perform a plugin based modeling operation.
- performModellingOperation(IModel) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Perform a non-plugin based modeling operation.
- performObservationTransformationOperation(ObservationTransformerPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Perform an observation transformation plugin operation.
- performPeriodAnalysis(PeriodAnalysisPluginBase) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Create a period analysis dialog after the analysis is done.
- performPhasePlot(double, double, Map<SeriesType, Boolean>) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Common phase plot handler.
- performPluginManagerOperation(PluginManagementOperation) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Perform plugin manager operation.
- performUndoableAction(IUndoableAction, UndoableActionType) - Method in class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Start an asynchronous task to execute an undoable action.
- PERIOD - Enum constant in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- PERIOD - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- PERIOD - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- PERIOD - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- period_range() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- PERIOD_RANGE - Enum constant in enum class org.aavso.tools.vstar.util.period.dcdft.DcDftAnalysisType
- PeriodAnalysis2DChartPane - Class in org.aavso.tools.vstar.ui.dialog.period
-
This class represents a chart panel.
- PeriodAnalysis2DChartPane(JFreeChart, PeriodAnalysis2DPlotModel, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
Constructor
- PeriodAnalysis2DPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class is the basis of all 2D period analysis plot models.
- PeriodAnalysis2DPlotModel(Map<PeriodAnalysisCoordinateType, List<Double>>, PeriodAnalysisCoordinateType, PeriodAnalysisCoordinateType, boolean) - Constructor for class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
Constructor
- PeriodAnalysis2DResultDialog - Class in org.aavso.tools.vstar.ui.dialog.period
-
This dialog class is used to visualise period analysis results.
- PeriodAnalysis2DResultDialog(String, String, IPeriodAnalysisAlgorithm, PeriodAnalysisCoordinateType[], PeriodAnalysisCoordinateType) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
-
Constructor
- periodAnalysisAlgorithm - Variable in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- PeriodAnalysisComponentFactory - Class in org.aavso.tools.vstar.plugin.period
-
This factory class creates GUI components (e.g.
- PeriodAnalysisComponentFactory() - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisComponentFactory
- PeriodAnalysisCoordinateType - Class in org.aavso.tools.vstar.util.period
-
Period analysis coordinate type.
- PeriodAnalysisDataPoint - Class in org.aavso.tools.vstar.util.period.dcdft
-
This class represents a period analysis data point.
- PeriodAnalysisDataPoint(double...) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- PeriodAnalysisDataPoint(PeriodAnalysisCoordinateType[], double...) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
-
Constructor
- PeriodAnalysisDataPointComparator - Class in org.aavso.tools.vstar.util.period.dcdft
-
This class compares period analysis data point instances.
- PeriodAnalysisDataTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class represents a model for a period analysis table.
- PeriodAnalysisDataTableModel(PeriodAnalysisCoordinateType[], Map<PeriodAnalysisCoordinateType, List<Double>>) - Constructor for class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Period analysis data model constructor.
- PeriodAnalysisDataTablePane - Class in org.aavso.tools.vstar.ui.dialog.period
-
This class represents a period analysis data table pane.
- PeriodAnalysisDataTablePane(PeriodAnalysisDataTableModel, IPeriodAnalysisAlgorithm) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
Constructor for a period analysis data table pane with a model button.
- PeriodAnalysisDataTablePane(PeriodAnalysisDataTableModel, IPeriodAnalysisAlgorithm, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
Constructor
- PeriodAnalysisDerivedMultiPeriodicModel - Class in org.aavso.tools.vstar.util.model
-
This class creates a multi-periodic fit model for the specified observations and provides measures of error.
- PeriodAnalysisDerivedMultiPeriodicModel(PeriodAnalysisDataPoint, List<Harmonic>, IPeriodAnalysisAlgorithm) - Constructor for class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
-
Constructor
- PeriodAnalysisDialogBase - Class in org.aavso.tools.vstar.plugin.period
-
This can be used as the base class for period analysis dialogs.
- PeriodAnalysisDialogBase(String) - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Constructor for a non-modal dialog that is not always on top.
- PeriodAnalysisDialogBase(String, boolean, boolean, boolean) - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Constructor.
- PeriodAnalysisPluginBase - Class in org.aavso.tools.vstar.plugin.period
-
This is the abstract base class for all period analysis plugin classes.
- PeriodAnalysisPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- PeriodAnalysisRefinementMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a period analysis is refined.
- PeriodAnalysisRefinementMessage(Object, Map<PeriodAnalysisCoordinateType, List<Double>>, Map<PeriodAnalysisCoordinateType, List<Double>>, List<PeriodAnalysisDataPoint>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisRefinementMessage
- periodAnalysisSelectionListener - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- PeriodAnalysisSelectionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
Instances of this message class can be sent when a period analysis chart data point selection occurs.
- PeriodAnalysisSelectionMessage(Object, IPeriodAnalysisDatum, int) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PeriodAnalysisSelectionMessage
-
Constructor
- PeriodAnalysisTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a potentially long-running period analysis plugin is executed.
- PeriodAnalysisTask(PeriodAnalysisPluginBase, SeriesType, List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.task.PeriodAnalysisTask
-
Constructor
- PeriodAnalysisTopHitsTablePane - Class in org.aavso.tools.vstar.ui.dialog.period
-
Top hits table pane.
- PeriodAnalysisTopHitsTablePane(PeriodAnalysisDataTableModel, PeriodAnalysisDataTableModel, IPeriodAnalysisAlgorithm) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
Constructor.
- PeriodChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message should be sent when a period change has occurred.
- PeriodChangeMessage(Object, double) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PeriodChangeMessage
-
Constructor.
- PeriodFitParameters - Class in org.aavso.tools.vstar.util.model
-
This class represents a single period-based fit coefficient/parameter set that could be be used to re-create a model fit.
- PeriodFitParameters(Harmonic, double, double, double, double, double) - Constructor for class org.aavso.tools.vstar.util.model.PeriodFitParameters
-
Constructor.
- PeriodGatheringPane - Class in org.aavso.tools.vstar.ui.dialog.period.refinement
-
This component gathers periods and makes them available as a list.
- PeriodGatheringPane(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.refinement.PeriodGatheringPane
-
Constructor
- PHASE - Static variable in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- PHASE_PLOT - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.AnalysisType
- PHASE_PLOT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PHASE_PLOT_MODE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PHASE_PLOTS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PhaseAndMeanPlotPane - Class in org.aavso.tools.vstar.ui.pane.plot
-
This class represents a chart pane containing a phase plot for a set of valid observations along with mean-based data.
- PhaseAndMeanPlotPane(String, String, Dimension, double, double, AbstractObservationRetriever, PhasedObservationAndMeanPlotModel...) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
-
Constructor.
- PhaseCalcs - Class in org.aavso.tools.vstar.util.stats
-
This class contains static methods for phase calculations.
- PhaseCalcs() - Constructor for class org.aavso.tools.vstar.util.stats.PhaseCalcs
- PhaseChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a phase change (period, epoch) occurs.
- PhaseChangeMessage(Object, double, double, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
-
Constructor.
- PhaseCoordSource - Class in org.aavso.tools.vstar.ui.model.plot
-
A phase based coordinate source.
- PhaseCoordSource() - Constructor for class org.aavso.tools.vstar.ui.model.plot.PhaseCoordSource
- PhaseDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog collects phase plot information, permitting their selection and deletion, and most importantly, permitting previously created phase plots to be recreated.
- PhaseDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Constructor.
- PhasedObservationAndMeanPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class is a model that represents a series of phased valid variable star observations, e.g.
- PhasedObservationAndMeanPlotModel(Map<SeriesType, List<ValidObservation>>, ICoordSource, Comparator<ValidObservation>, ITimeElementEntity, Map<SeriesType, Boolean>, ContinuousModelFunction, int) - Constructor for class org.aavso.tools.vstar.ui.model.plot.PhasedObservationAndMeanPlotModel
-
Constructor We add named observation source lists to unique series numbers.
- PhaseFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A phase field matcher.
- PhaseFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- PhaseFieldMatcher(Double, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- PhaseParameterDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This class represents a dialog to obtain parameters for phase plot calculation: period, epoch.
- PhaseParameterDialog() - Constructor for class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Constructor.
- phasePlot(double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Create a phase plot given period and epoch.
- phasePlotExists() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- PhasePlotMeanObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for mean observation data for a phase plot data view.
- PhasePlotMeanObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.PhasePlotMeanObservationTableModel
-
Constructor.
- phasePlotMode() - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Switch to phase plot mode.
- PhasePlotModelObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for model observation data for a phase plot view.
- PhasePlotModelObservationTableModel(List<ValidObservation>, SeriesType) - Constructor for class org.aavso.tools.vstar.ui.model.list.PhasePlotModelObservationTableModel
-
Constructor.
- PhasePlotTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a phase plot operation is executed.
- PhasePlotTask(double, double, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.task.PhasePlotTask
-
Constructor
- PhaseSelectionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when a set of phase plot parameters (period, epoch, visible series) is selected to be used as the current phase plot.
- PhaseSelectionMessage(Object, double, double, Map<SeriesType, Boolean>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.PhaseSelectionMessage
-
Constructor.
- PhaseTimeElementEntity - Class in org.aavso.tools.vstar.ui.model.plot
-
A phase element source/sink.
- PhaseTimeElementEntity() - Constructor for class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- PLOT_CONTROL - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PLOT_OBS_MODE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- PLOT_OBS_MODE_DESC - Static variable in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- PlotControlDialog - Class in org.aavso.tools.vstar.ui.dialog
-
A dialog that controls the features of plots.
- PlotControlDialog(String, ObservationAndMeanPlotPane, TimeElementsInBinSettingPane, NamedComponent, AnalysisType) - Constructor for class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
-
Constructor
- plotPane - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- PLUGIN_LIBS_DIR - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- PLUGIN_MANAGER - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PluginComponentFactory - Class in org.aavso.tools.vstar.plugin
-
This factory class creates components and returns values for use by plug-ins.
- PluginComponentFactory() - Constructor for class org.aavso.tools.vstar.plugin.PluginComponentFactory
- PluginLoader - Class in org.aavso.tools.vstar.ui.resources
-
This class loads VStar plugins.
- PluginLoader() - Constructor for class org.aavso.tools.vstar.ui.resources.PluginLoader
- PluginManagementDialog - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
The plugin management dialog.
- PluginManagementDialog(PluginManager) - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementDialog
-
Constructor
- PluginManagementOperation - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
Plugin management operation.
- PluginManagementOperation(PluginManager, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementOperation
- PluginManager - Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
This class manages plug-in installation, deletion, and update.
- PluginManager() - Constructor for class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Constructor
- PluginManager.Operation - Enum Class in org.aavso.tools.vstar.ui.dialog.plugin.manager
- PluginManagerException - Exception in org.aavso.tools.vstar.ui.dialog.plugin.manager
-
An exception thrown by Plug-in Manager operations.
- PluginManagerException() - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
- PluginManagerException(String) - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
- PluginManagerException(String, Throwable) - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
- PluginManagerException(Throwable) - Constructor for exception org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagerException
- PluginManagerOperationTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a potentially long-running plugin management operation is executed.
- PluginManagerOperationTask(PluginManagementOperation) - Constructor for class org.aavso.tools.vstar.ui.task.PluginManagerOperationTask
-
Constructor
- PLUGINS_DIR - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- PLUGINS_LIST_FILE - Static variable in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
- PluginSettingsPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Plug-in management preferences panel.
- PluginSettingsPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.PluginSettingsPane
-
Constructor.
- PLUS - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- PLUS - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- PLUS() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- PLUS(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.AdditiveExpressionContext
- PNGImageFileSaveChooser - Class in org.aavso.tools.vstar.ui.dialog
-
This class implements a PNG image save JFileChooser.
- PNGImageFileSaveChooser() - Constructor for class org.aavso.tools.vstar.ui.dialog.PNGImageFileSaveChooser
- polyfit(String, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Create a polynomial fit model given the specified series and polynomial degree.
- POLYNOMIAL_FIT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- PolynomialDegreeDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog allows the user to select the polynomial degree to be used for a polynomial fit operation.
- PolynomialDegreeDialog(int, int) - Constructor for class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
-
Constructor
- POOR_SEEING - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- pop(String) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Pop and return an operand from the stack if not empty.
- popEnvironment() - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Pop the top-most environment from the stack and return it.
- populateObsToRowMap() - Method in class org.aavso.tools.vstar.ui.model.list.AbstractSyntheticObservationTableModel
- populateStarListForSelectedGroup() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Populate the star list combo-box given the currently selected star group.
- POW - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- POW - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- POW - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- POW() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- POW(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExponentiationExpressionContext
- POWER - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- PreferencesDialog - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Preferences Dialog.
- PREFS - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- prepareDialog() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
A subclass must invoke this when it wants to add the dialog's content and prepare it for visibility.
- PREVALIDATION - Enum constant in enum class org.aavso.tools.vstar.data.ValidationType
- PreviousCyclePhaseComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator provides the basis of an ordering over observations based upon Previous Cycle Phase.
- PreviousCyclePhaseComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.PreviousCyclePhaseComparator
- PreviousCyclePhaseCoordSource - Class in org.aavso.tools.vstar.ui.model.plot
-
A previous cycle phase based coordinate source.
- PreviousCyclePhaseCoordSource() - Constructor for class org.aavso.tools.vstar.ui.model.plot.PreviousCyclePhaseCoordSource
- PRINT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- printCurrentMode(Component) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Print the artefact corresponding to the current mode.
- program(File) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
VeLa program interpreter entry point.
- program(String) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
VeLa program interpreter entry point.
- ProgressInfo - Class in org.aavso.tools.vstar.ui.mediator.message
-
This class encodes information about application progress.
- ProgressInfo(ProgressType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
Constructor.
- ProgressInfo(ProgressType, int) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
-
Constructor.
- ProgressType - Enum Class in org.aavso.tools.vstar.ui.mediator.message
-
This enum represents application progress.
- project() - Method in class org.aavso.tools.vstar.util.TSBase
- PropertiesAccessor - Class in org.aavso.tools.vstar.ui.resources
-
The purpose of this class is to provide access to non-class properties such as the star list.
- PropertiesAccessor() - Constructor for class org.aavso.tools.vstar.ui.resources.PropertiesAccessor
- Property - Class in org.aavso.tools.vstar.data
-
This class represents property of a particular type.
- Property() - Constructor for class org.aavso.tools.vstar.data.Property
- Property(boolean) - Constructor for class org.aavso.tools.vstar.data.Property
- Property(double) - Constructor for class org.aavso.tools.vstar.data.Property
- Property(int) - Constructor for class org.aavso.tools.vstar.data.Property
- Property(String) - Constructor for class org.aavso.tools.vstar.data.Property
- Property.propType - Enum Class in org.aavso.tools.vstar.data
- propertyChange(PropertyChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Field change handler for period and epoch fields to set tool-tips when fields cleared.
- propertyToVela(Property) - Static method in enum class org.aavso.tools.vstar.vela.Type
- PTG - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- pushEnvironment(VeLaEnvironment<Operand>) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Push an environment onto the stack.
Q
- QUESTIONED_BY_HQ - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- quit() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Exit VStar.
- QUIT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- quoteForCSV(String) - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Precede any double quote in the argument with another and wrap the whole argument in double quotes.
- quoteForCSVifNeeded(String, String) - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Double-quote the argument only if the delimiter occurs in the argument.
R
- raDegs - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- RadioButtonDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog class permits selection from multiple named options represented by radio buttons.
- RadioButtonDialog(String, Collection<String>, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.RadioButtonDialog
-
Constructor
- radiusDegs - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- radiusVector(double, double, double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given the time in Julian centuries, return radius vector (Earth-Sun distance) in AU.
- radsInRange(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given a value in radians, return the corresponding value in the range 0 to 2PI.
See, for example, http://www.purplemath.com/modules/radians2.htm - RAInfo - Class in org.aavso.tools.vstar.util.coords
-
This class represents a Right Ascension coordinate.
- RAInfo(EpochType, double) - Constructor for class org.aavso.tools.vstar.util.coords.RAInfo
-
Construct an RAInfo instance from hours as decimal degrees.
- RAInfo(EpochType, int, int, double) - Constructor for class org.aavso.tools.vstar.util.coords.RAInfo
-
Constructor
- RangePredicate - Class in org.aavso.tools.vstar.data.validation
-
This abstract base class represents a predicate involving a numeric range.
- RangePredicate(double, double) - Constructor for class org.aavso.tools.vstar.data.validation.RangePredicate
-
Constructor.
- rangeTitle - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- rangeType - Variable in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- RankedIndexPairComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator compares two 2-dimensional arrays of double values where the first element is a ranking value of some kind and the second element is assumed to be an index into another collection.
- RankedIndexPairComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.RankedIndexPairComparator
- RAW_DATA - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.AnalysisType
- RAW_DATA_MODE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- RawDataMeanObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for mean observation data for a raw data view.
- RawDataMeanObservationTableModel(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.model.list.RawDataMeanObservationTableModel
-
Constructor.
- RawDataModelObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class is a table model for model observation data for a raw data view.
- RawDataModelObservationTableModel(List<ValidObservation>, SeriesType) - Constructor for class org.aavso.tools.vstar.ui.model.list.RawDataModelObservationTableModel
-
Constructor.
- RBRACE - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- RBRACE - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RBRACE() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- RBRACKET - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- RBRACKET - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RBRACKET() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ListContext
- read() - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.UTF8FilteringInputStream
- readFileAsBytes(Component) - Method in class org.aavso.tools.vstar.ui.dialog.LoadChooser
-
Invoke Open Dialog (chooser) and read the content of the selected file to an array of bytes
- readFileAsBytes(String) - Method in class org.aavso.tools.vstar.ui.dialog.LoadChooser
-
Read the content of a file to a byte array
- readFileAsString(Component, Charset) - Method in class org.aavso.tools.vstar.ui.dialog.LoadChooser
-
Invoke Open Dialog (chooser) and read the content of the selected file to a String
- readFileAsString(String, Charset) - Method in class org.aavso.tools.vstar.ui.dialog.LoadChooser
-
Read the content of a file to a String
- real() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- real() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- REAL - Enum constant in enum class org.aavso.tools.vstar.data.Property.propType
- REAL - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- REAL - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- REAL - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- REAL() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RealContext
- REAL_T - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- REAL_T - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- REAL_T() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- RealContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.RealContext
- RealValueValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates real values,
- RealValueValidator(String, boolean, boolean) - Constructor for class org.aavso.tools.vstar.data.validation.RealValueValidator
- Red - Static variable in class org.aavso.tools.vstar.data.SeriesType
- REDO - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.UndoableActionType
- REDO - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- refineByFrequency(List<Double>, List<Double>, List<Double>) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- refineByFrequency(List<Double>, List<Double>, List<Double>) - Method in interface org.aavso.tools.vstar.util.period.IPeriodAnalysisAlgorithm
-
Refine the period analysis in some way that makes sense for the algorithm, e.g.
- RefinementParameterDialog - Class in org.aavso.tools.vstar.ui.dialog.period.refinement
-
This dialog unifies the collection of information required for CLEANest.
- RefinementParameterDialog(Component, List<Double>, int) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.refinement.RefinementParameterDialog
-
Constructor
- refresh() - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
-
Force plot to update.
- refreshGroups() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Refresh the groups in the star group selector list.
- RegexValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates strings using regular expressions.
- RegexValidator(String, String) - Constructor for class org.aavso.tools.vstar.data.validation.RegexValidator
-
Constructor
- RegexValidator(String, String, String) - Constructor for class org.aavso.tools.vstar.data.validation.RegexValidator
-
Constructor
- REJECTED - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- relationalExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.LogicalNegationExpressionContext
- relationalExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- RelationalExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- RelativeAmplitudeAndPhaseCreator - Class in org.aavso.tools.vstar.util.model
-
This class computes relative amplitudes and phases from a set of multi-period fit model coefficients in the presence of harmonics, grouped by fundamental frequency, and makes them available in different string formats.
- RelativeAmplitudeAndPhaseCreator(List<PeriodFitParameters>) - Constructor for class org.aavso.tools.vstar.util.model.RelativeAmplitudeAndPhaseCreator
-
Constructor.
- remove(int) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- remove(Object) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- removeAll(Collection<?>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- removeAllObservationFromSeries(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- removeAllObservationFromSeries(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Remove all observations from the specified series, but not the series itself.
- REMOVED - Enum constant in enum class org.aavso.tools.vstar.util.notification.ListChangeType
- REMOVED_MANY - Enum constant in enum class org.aavso.tools.vstar.util.notification.ListChangeType
- removeGroup(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Remove the specified group (from the map and visually) if it exists.
- removeListenerIfWilling(Listener<T>) - Method in class org.aavso.tools.vstar.util.notification.Notifier
-
Remove a listener, if it says it is willing to be removed.
- removeNegativeBytes(String) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Skip any bytes at the start of a line that have an ordinal value of less than zero, e.g.
- removeObservationFromSeries(ValidObservation, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Remove a single observation from a series list.
- removeObservationsFromSeries(List<ValidObservation>, SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Remove a single observation from a series list.
- removeStar(String, String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Remove the specified star in the specified group.
- removeStar(String, String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Remove a star (name and AUID) from the specified group, if it exists.
- removeStarGroup(String) - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Remove the named star group, if it exists.
- renderer - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- replaceObservationSeries(SeriesType, List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
Replace an existing series
- reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - Method in class org.aavso.tools.vstar.vela.VeLaErrorListener
- reportAttemptingFullContext(Parser, DFA, int, int, BitSet, ATNConfigSet) - Method in class org.aavso.tools.vstar.vela.VeLaErrorListener
- reportContextSensitivity(Parser, DFA, int, int, int, ATNConfigSet) - Method in class org.aavso.tools.vstar.vela.VeLaErrorListener
- reportDiscrepantObservation(ValidObservation, JDialog) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Report a discrepant observation to AAVSO (if the dataset was AID-downloaded).
- requestDec() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- requestDec(DecInfo) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- requestRA() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- requestRA(RAInfo) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- requiresAuthentication() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Does this plugin require authentication?
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- requiresAuthentication() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- reset() - Method in class org.aavso.tools.vstar.data.filter.ObservationFilter
-
Reset this filter's state.
- reset() - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Reset static non-cache maps and detail index in readiness for a new dataset.
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftFrequencyRangePeriodAnalysisPlugin
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodRangePeriodAnalysisPlugin
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.DcDftStandardScanPeriodAnalysisPlugin
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
- reset() - Method in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
- reset() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Reset the plugin, e.g.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Subclasses should override this.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Reset this file selector's state before use.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.ChartPropertiesSelectionPane
-
Prepare this pane.
- reset() - Method in interface org.aavso.tools.vstar.ui.dialog.prefs.IPreferenceComponent
-
Prepare the component for use by resetting whatever needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.LocaleSelectionPane
-
Prepare this pane for use by resetting whatever needs to be, in particular, updating the selector with the current locale preferences.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupDialog
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewGroupWithStarsDialog
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NewStarDialog
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NumericPrecisionSelectionPane
-
Prepare this pane for use by resetting whatever needs to be, namely no values are to be considered as having changed and the spinners need to be updated from the preference values.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PluginSettingsPane
-
Prepare this pane for use by resetting whatever state needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PreferencesDialog
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
-
Prepare this pane for use by resetting whatever needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
-
Prepare this pane for use by resetting whatever needs to be.
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.StarGroupManagementPane
- reset() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Reset this dialog's state so that we don't process old state.
- reset() - Static method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
-
Clear the canonical symbol map.
- resetFilter() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterPane
-
This method resets this pane's filter-related members and UI elements so that no filter is selected.
- resetGroups() - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Clear the groups in the star group selector list.
- resetGroupsToDefault() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Remove all groups except the default group.
- resetProgressBar() - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Reset the progress bar to its minimum value.
- residuals - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- Residuals - Static variable in class org.aavso.tools.vstar.data.SeriesType
- RESIDUALS_MODE - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- RESIDUALS_MODE_DESC - Static variable in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
- residualsSeriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- resolve(double, double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- ResourceAccessor - Class in org.aavso.tools.vstar.ui.resources
-
The purpose of this class is to provide access to non-class resources such as images and HTML files, observer code.
- ResourceAccessor() - Constructor for class org.aavso.tools.vstar.ui.resources.ResourceAccessor
- restore() - Static method in class org.aavso.tools.vstar.data.ValidObservation
-
Restore static non-cache maps and detail index when a dataset load failure occurs.
- retainAll(Collection<?>) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- retrieveAUID(String) - Method in class org.aavso.tools.vstar.ui.dialog.prefs.StarGroupManagementPane
-
Retrieve the AUID of the specified star from the database, first prompting for authentication if necessary.
- retrieveData(String, String) - Method in class org.aavso.tools.vstar.input.database.VSXWebServiceStarInfoSource
-
Retrieve information for the specified object, in terms of a VSX web service query parameter.
- retrieveLocalPluginInfo() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Retrieve information about locally installed plugins.
- retrieveObservations() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Retrieve the set of observations from the specified source.
- retrieveObservations() - Method in class org.aavso.tools.vstar.input.text.TextFormatObservationReader
- retrieveObservations() - Method in class org.aavso.tools.vstar.util.ObservationInserter
- retriever - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- retrieveRemotePluginInfo() - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Retrieve information about the available remotePlugins for this version of VStar.
- retrieveRemotePluginInfo(String) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Retrieve information about the available remotePlugins for this version of VStar.
- retrieveUserInfo(String, LoginInfo) - Method in class org.aavso.tools.vstar.auth.VSXWebServiceMemberInfo
-
Deprecated.Given an AAVSO user ID, set observer code and membership status on the supplied LoginInfo object.
- returnType - Variable in class org.aavso.tools.vstar.vela.FunctionExecutor
- RevisionAccessor - Class in org.aavso.tools.vstar.ui.resources
-
The purpose of this class is to provide access to subversion revision number.
- RevisionAccessor() - Constructor for class org.aavso.tools.vstar.ui.resources.RevisionAccessor
- right() - Method in class org.aavso.tools.vstar.vela.AST
- RIGHT - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.PanType
- rms - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- rootMeanSquare() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
-
Compute the root mean square.
- rowSorter - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- RPAREN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- RPAREN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- RPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- RPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FuncallContext
- RPAREN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- RULE_additiveExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_anonFundef - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_binding - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_block - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_bool - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_booleanExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_conjunctiveExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_consequent - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_exclusiveOrExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_exponentiationExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_expression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_factor - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_formalParameter - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_funcall - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_ifExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_integer - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_list - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_logicalNegationExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_multiplicativeExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_namedFundef - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_real - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_relationalExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_selectionExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_sequence - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_shiftExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_string - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_symbol - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_type - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_unaryExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_whenExpression - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RULE_whileLoop - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- ruleNames - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- ruleNames - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- RUN_SCRIPT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- runScript() - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
Run script from a chosen file.
- runScript(File) - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
-
Run script from the specified file.
S
- save(PrintWriter, List<ValidObservation>, String) - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.DownloadFormatObservationSinkPlugin
- save(PrintWriter, List<ValidObservation>, String) - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.SimpleFormatObservationSinkPlugin
- save(PrintWriter, List<ValidObservation>, String) - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
-
Save the specified observations.
- SAVE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- SaveChooser - Class in org.aavso.tools.vstar.ui.dialog
- SaveChooser(FileNameExtensionFilter[], String, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.SaveChooser
-
Constructor: save file dialogs
- saveCurrentMode(Component) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save the artefact corresponding to the current viewMode.
- saveCurrentPlotToFile(File, int, int) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save the current plot (as a PNG) to the specified file.
Used by VStar scripting API. - saveLightCurve(String, int, int) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the light curve for the current view mode (raw or phase plot) to a PNG image file.
- saveMeanList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot mean list (according to current mode) to a file of rows of values separated by the specified delimiter.
- saveModelList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot model list (according to current mode) to a file of rows of values separated by the specified delimiter.
- saveObsList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot dataset (according to current mode) to a file of rows of values separated by the specified delimiter.
- saveObsListToFile(Component, ObservationSinkPluginBase, File, String) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save observation list to a file in a separate thread.
- saveResidualList(String, String) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Save the raw or phase plot residual list (according to current mode) to a file of rows of values separated by the specified delimiter.
- saveSyntheticObsListToFile(Component, ObservationSinkPluginBase, ViewModeType, File, String) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Save synthetic observation list (means, model, residuals) to a file in a separate thread.
Used by VStar scripting API. - scatter(String, String, String, double[], double[]) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Create a scatter plot in the named tab.
- ScriptRunner - Class in org.aavso.tools.vstar.scripting
-
This class runs a VStar script.
- ScriptRunner(boolean) - Constructor for class org.aavso.tools.vstar.scripting.ScriptRunner
-
Constructor
- searchType - Variable in class org.aavso.tools.vstar.plugin.period.impl.DcDftPeriodAnalysisPluginBase
- second - Variable in class org.aavso.tools.vstar.util.Pair
- second - Variable in class org.aavso.tools.vstar.util.Triple
- secsToRads(double) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given a value in seconds, return the corresponding number of radians.
- SELECT_ALL - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- SelectableTextField - Class in org.aavso.tools.vstar.ui.dialog
-
This GUI component permits one of a number of strings to be selected via a combo-box and the result retrieved.
- SelectableTextField(String, Collection<String>) - Constructor for class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
Construct a component with no initial value selected.
- SelectableTextField(String, Collection<String>, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
Construct a component with an initial value selected.
- SelectableTextField(String, Collection<String>, String, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.SelectableTextField
-
Constructor
- selectAll() - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
Select all observations visible in the list.
- selectAndRefreshStarsInGroup(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Select the specified group and refresh its stars.
- selectionExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExpressionContext
- selectionExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- SelectionExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.SelectionExpressionContext
- SEMI_AMPLITUDE - Enum constant in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- SEMI_AMPLITUDE - Static variable in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- sendPeriodChangeMessage(double) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
-
Send a period change message.
- SENTINEL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- sequence() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BlockContext
- sequence() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- SEQUENCE - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- SequenceContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- SERIES - Enum constant in enum class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher.Kind
- SeriesColorSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Series color selection panel.
- SeriesColorSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
-
Constructor.
- SeriesCreationMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
Messages of this type are sent when a new series type, and accompanying observations, is created.
- SeriesCreationMessage(Object, SeriesType, List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.SeriesCreationMessage
- seriesExists(SeriesType) - Method in interface org.aavso.tools.vstar.ui.model.plot.ISeriesInfoProvider
-
Does the specified series type exist, i.e.
- seriesExists(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- seriesList - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- seriesNames - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- seriesNameToTypeMap - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometryURLObservationSourceBase
- seriesNum - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A unique next series number for this model.
- seriesNumToObSrcListMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from series number to a list of observations where each such list is a data series.
- seriesNumToSrcTypeMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from series number to source type.
- seriesPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- seriesPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
- seriesPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
- SeriesSizeSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
Series size selection panel.
- SeriesSizeSelectionPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
-
Constructor.
- seriesToBeJoinedVisually - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A collection of series to be joined visually.
- seriesToExcludeWhenAdditive() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Are there any series that should be excluded from addition in collectAllValidObservations() and collectAllInvalidObservations()?
- seriesType - Variable in class org.aavso.tools.vstar.ui.model.list.AbstractModelObservationTableModel
- SeriesType - Class in org.aavso.tools.vstar.data
-
A type for bands and other series types, e.g.
- SeriesTypeCreationDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog permits a new series type to be defined and created and associated with a list of observations.
- SeriesTypeCreationDialog(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.ui.dialog.SeriesTypeCreationDialog
-
Constructor
- SeriesTypeFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A series type field (band, series) matcher.
- SeriesTypeFieldMatcher(SeriesTypeFieldMatcher.Kind) - Constructor for class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- SeriesTypeFieldMatcher(SeriesTypeFieldMatcher.Kind, SeriesType, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher
- SeriesTypeFieldMatcher.Kind - Enum Class in org.aavso.tools.vstar.data.filter
- seriesVisibilityChange(Map<Integer, Boolean>) - Method in class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Was there a change in the series visibility? Some callers may want to invoke this only for its side effects, while others may also want to know the result.
- seriesVisibilityChange(Map<Integer, Boolean>) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Was there a change in the series visibility? Some callers may want to invoke this only for its side effects, while others may also want to know the result.
- SeriesVisibilityChangeMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message is sent when the set of visible series has changed.
- SeriesVisibilityChangeMessage(Object, Set<SeriesType>) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.SeriesVisibilityChangeMessage
-
Constructor.
- seriesVisibilityMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from series numbers to whether or not they visible.
- seriesVisibilityPane - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- seriesVisibilityPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- seriesVisibilityPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.MultipleSeriesSelectionDialog
- SeriesVisibilityPane - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class represents a pane with checkboxes showing those series that are rendered.
- SeriesVisibilityPane(ObservationAndMeanPlotModel, AnalysisType) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Constructor for pane in which synthetic series are included and series visibility is modified.
- SeriesVisibilityPane(ObservationAndMeanPlotModel, AnalysisType, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Constructor.
- SeriesVisibilityPane(ObservationAndMeanPlotModel, AnalysisType, boolean, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Constructor.
- set(int, E) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- SET - Enum constant in enum class org.aavso.tools.vstar.util.notification.ListChangeType
- setAdditive(boolean) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- setADSRef(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setAffiliation(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setAirmass(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setAllCheckboxesToState(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.series.AIDSeriesSelectionPane
-
Set all checkboxes to the target state.
- setAllObsSourcePluginsInFileMenu(boolean) - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Set whether all observation source plug-ins be shown in the file menu according to preferences?
- setAnalysisType(AnalysisType) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- setAuid(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setBand(SeriesType) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setBarycentric(boolean) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Deprecated.This method is deprecated.
Use
AbstractObservationRetriever.setJDflavour(JDflavour)instead. - setBooleanVal(boolean) - Method in class org.aavso.tools.vstar.vela.Operand
- setCancelled(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Set the cancelled status of this dialog.
- setChartBackgroundColor(Color) - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setChartExtraLargeFont(Font) - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setChartGridlinesColor(Color) - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setChartLargeFont(Font) - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setChartPaneID(String) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- setChartRegularFont(Font) - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setCharts(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setChartSmallFont(Font) - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setCheckboxesToStates(Map<String, Boolean>) - Method in class org.aavso.tools.vstar.ui.dialog.series.AIDSeriesSelectionPane
-
Set checkboxes for specified series to the requested states.
- setCMag(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setCommentCode(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setCommentCode(CommentCodes) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setComments(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setCompStar1(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setCompStar2(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setCredit(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setCrossHair(double, double) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
-
Set the cross hair to the specified x,y coordinate.
- setCursor(Cursor) - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
Set the cursor for this UI.
- setData(Map<PeriodAnalysisCoordinateType, List<Double>>) - Method in class org.aavso.tools.vstar.ui.model.list.PeriodAnalysisDataTableModel
-
Set the data and notify listeners that it has changed.
- setDateInfo(DateInfo) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setDec(DecInfo) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setDefaultChartPrefs() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setDefaultDecimalPlacePrefs() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- setDefaultLocalePref() - Static method in class org.aavso.tools.vstar.util.locale.LocaleProps
- setDefaultRowFilter(RowFilter) - Method in class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
- setDefaultRowFilter(RowFilter) - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- setDefaultSeriesColors() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Restore the default series colors and notifies listeners.
- setDefaultSeriesSizes() - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Restore the default series sizes and notifies listeners.
- setDegree(int) - Method in interface org.aavso.tools.vstar.util.model.IPolynomialFitter
-
Set the degree of the polynomial for the fitting operation.
- setDegree(int) - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- setDesignation(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setDigitizer(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setDiscoverer(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setDiscrepant(boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setDoubleVal(double) - Method in class org.aavso.tools.vstar.vela.Operand
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- setEditable(boolean) - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
Set the component to be editable or not.
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- setEditable(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- setEpoch(Double) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setEpochField(double) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Set the epoch field.
- setError(String) - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
- setExcluded(boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setExclusionState(boolean) - Method in class org.aavso.tools.vstar.ui.undo.ObservationExclusionAction
- setFileExtensions(List<String>) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Set file chooser extensions filter.
- setFindHarmonicsButtonState(boolean) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Sets the enabled state of the find-harmonics button.
- setFunctionVal(FunctionExecutor) - Method in class org.aavso.tools.vstar.vela.Operand
- setGroup(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setHeliocentric(boolean) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Deprecated.This method is deprecated.
Use
AbstractObservationRetriever.setJDflavour(JDflavour)instead. - setHiFreqValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- setHiPeriodValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- setHJD(DateInfo) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setHqUncertainty(Double) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setIdentifier(String) - Method in class org.aavso.tools.vstar.ui.resources.Star
- setIDstring(String) - Method in class org.aavso.tools.vstar.ui.mediator.message.HarmonicSearchResultMessage
- setIndeterminateMode(boolean) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the progress bar to be in busy or indeterminate mode (or not) to indicate that some kind of work is being done.
- setInfo(StarInfo) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Set the star information object.
- setInitialCheckBoxState(SeriesType, JCheckBox) - Method in class org.aavso.tools.vstar.ui.dialog.series.SeriesVisibilityPane
-
Set the enabled and selected states of the checkbox corresponding to the specified series type according to the plot model's visibility map.
- setInputInfo(List<InputStream>, String) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
-
Sets the input streams and a representative name for these.
- setIntegerVal(long) - Method in class org.aavso.tools.vstar.vela.Operand
- setJD(double) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setJD(double) - Method in class org.aavso.tools.vstar.ui.dialog.DateToJdDialog
- setJDflavour(ValidObservation.JDflavour) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setJDflavour(ValidObservation.JDflavour) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- setJoinedSeries() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- setKMag(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setLastSinglySelectedSeries(SeriesType) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
- setlimit() - Method in class org.aavso.tools.vstar.util.TSBase
- setListVal(List<Operand>) - Method in class org.aavso.tools.vstar.vela.Operand
- setLoadPlugins(boolean) - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Set the load plug-ins preference.
- setLocalePref(Locale) - Static method in class org.aavso.tools.vstar.util.locale.LocaleProps
- setLoFreqValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- setLogarithmic(boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.PeriodAnalysis2DPlotModel
- setLoPeriodValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- setMag(double) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setMagDecimalPlaces(int) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- setMagModifier(MagnitudeModifier) - Method in class org.aavso.tools.vstar.data.Magnitude
- setMagnitude(Magnitude) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setMagValue(double) - Method in class org.aavso.tools.vstar.data.Magnitude
- setMaxMag(double) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- setMaxMag(double) - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- setMaxProgressValue(int) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the maximum progress bar value.
- setMeanSeries(boolean) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Set the mean-based series.
- setMeanSourceSeriesNum(int) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- setMeanSourceSeriesNum(int) - Method in class org.aavso.tools.vstar.ui.pane.plot.ObservationAndMeanPlotPane
- setMeanSourceSeriesNum(int) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- setMember(boolean) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- setMessage(String) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the status message to be displayed.
- setMinMag(double) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- setMinMag(double) - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- setMinProgressValue(int) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the minimum progress bar value.
- setMType(MTypeType) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setMultiFileSelectionState(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Set the multiple file selection state.
- setName(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setName(String) - Method in class org.aavso.tools.vstar.ui.resources.Star
- setNewPhasePlotButtonState(boolean) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
-
Sets the enabled state of the new-phase-plot button.
- setNotifyEnabled(boolean) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
-
Should notifications be enabled?
- setObsCode(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setObsCount(Integer) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setObserverCode(String) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- setObsTextProvided(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
- setObsType(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setOtherDecimalPlaces(int) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- setParams(Object[]) - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
-
This is intended for setting parameters from the scripting API or plug-in test.
- setParams(Object[]) - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
-
Set parameters for this model creator plugin invocation.
- setPeriod(Double) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setPeriodField(double) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Set the period field.
- setPhasePlotStatusMessage() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Set the status bar to display phase plot information.
- setPhases(List<ValidObservation>, double, double) - Static method in class org.aavso.tools.vstar.util.stats.PhaseCalcs
-
Set the standard and previous cycle phases for each observation given the specified epoch and period.
- setPhasesForSeries(SeriesType, double, double) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Set the phases for a particular series in the observation category map.
- setPluginDocName(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- setPluginManagementActive(boolean) - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementDialog
- setPluginsBaseUrl(String) - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Set the plug-ins base URL preference.
- setPpModel(PhasedObservationAndMeanPlotModel) - Method in class org.aavso.tools.vstar.ui.model.plot.ContinuousModelFunction
- setPreviousCyclePhase(Double) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setRa(RAInfo) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setRecordNumber(int) - Method in class org.aavso.tools.vstar.data.Observation
- setRenderer(XYItemRenderer) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
Set the renderer for the plot.
- setResolutionValue(double) - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- setRetriever(AbstractObservationRetriever) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setReturnType(Optional<Type>) - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- setRowFilter(RowFilter) - Method in class org.aavso.tools.vstar.ui.pane.list.ListSearchPane
-
Set the filter on the row sorter.
- setRowFilter(RowFilter) - Method in class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
-
Set the filter on the row sorter.
- setScaleFactor(int) - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- setScriptingStatus(boolean) - Method in interface org.aavso.tools.vstar.ui.IMainUI
-
Set the status of scripting mode.
- setScriptingStatus(boolean) - Method in class org.aavso.tools.vstar.ui.MainFrame
- setSelectedObservationMessage(ObservationSelectionMessage) - Method in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- setSelectedObservationMessage(ObservationSelectionMessage) - Method in interface org.aavso.tools.vstar.data.filter.IObservationFieldMatcher
-
Set the observation selection message for concrete field matchers that may require additional context re: the origin of the selected observation, if any.
- setSelectedObservationMessage(ObservationSelectionMessage) - Method in class org.aavso.tools.vstar.data.filter.PhaseFieldMatcher
- setSeries(SeriesType) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setSeriesSize(int, int) - Method in class org.aavso.tools.vstar.ui.pane.plot.VStarPlotDataRenderer
-
Set the size of the series.
- setSeriesVisibility() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Set the visibility of each series.
- setSource(String) - Method in class org.aavso.tools.vstar.ui.mediator.message.NewStarMessage
- setSpectralType(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setStandardPhase(Double) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setStarField(String) - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
-
Set the star field text.
- setStringVal(String) - Method in class org.aavso.tools.vstar.vela.Operand
- setTablePaneID(String) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- setTag(String) - Method in class org.aavso.tools.vstar.ui.mediator.message.MessageBase
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- setTestMode(boolean) - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Set the test mode.
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- setTestMode(boolean) - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- setTimeDecimalPlaces(int) - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- setTimeElement(ValidObservation, double) - Method in interface org.aavso.tools.vstar.ui.model.plot.ITimeElementEntity
-
Set the time element on a specified observation.
- setTimeElement(ValidObservation, double) - Method in class org.aavso.tools.vstar.ui.model.plot.JDTimeElementEntity
- setTimeElement(ValidObservation, double) - Method in class org.aavso.tools.vstar.ui.model.plot.PhaseTimeElementEntity
- setTimeElementsInBin(double) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- setToken(String) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- setTransformed(boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setType(LoginType) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- setType(Type) - Method in class org.aavso.tools.vstar.vela.Operand
- setUI(IMainUI) - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
- setUncertain(boolean) - Method in class org.aavso.tools.vstar.data.Magnitude
- setUncertainty(double) - Method in class org.aavso.tools.vstar.data.Magnitude
- setUrl(String) - Method in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
-
Set the URL.
- setUrlProvided(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
- setUserName(String) - Method in class org.aavso.tools.vstar.ui.resources.LoginInfo
- setValidationType(ValidationType) - Method in class org.aavso.tools.vstar.data.ValidObservation
- setValue(Boolean) - Method in class org.aavso.tools.vstar.ui.dialog.Checkbox
- setValue(Double) - Method in class org.aavso.tools.vstar.ui.dialog.DoubleField
- setValue(Integer) - Method in class org.aavso.tools.vstar.ui.dialog.IntegerField
- setValue(Long) - Method in class org.aavso.tools.vstar.ui.dialog.LongField
- setValue(String) - Method in class org.aavso.tools.vstar.ui.dialog.SelectableTextField
- setValue(String) - Method in class org.aavso.tools.vstar.ui.dialog.TextArea
- setValue(String) - Method in class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
- setValue(String) - Method in class org.aavso.tools.vstar.ui.dialog.TextField
- setValue(T) - Method in interface org.aavso.tools.vstar.ui.dialog.ITextComponent
-
Set the component's value.
- setValueAt(Object, int, int) - Method in class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
- setValueChangedDisabledState(boolean) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- setVarType(String) - Method in class org.aavso.tools.vstar.ui.mediator.StarInfo
- setVelaFilter(String) - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
Set the VeLa filter string.
- setVelaFilterStr(String) - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- setVerbose(boolean) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
- setWarning(String) - Method in class org.aavso.tools.vstar.scripting.ScriptRunner
- setXYMessage(String) - Method in class org.aavso.tools.vstar.ui.StatusPane
-
Set the XY message (intended to be JD/phase and magnitude).
- SHIFT_LEFT - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- SHIFT_LEFT - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- SHIFT_LEFT() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- SHIFT_LEFT(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- SHIFT_RIGHT - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- SHIFT_RIGHT - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- SHIFT_RIGHT() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- SHIFT_RIGHT(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- shiftExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- shiftExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- shiftExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.RelationalExpressionContext
- ShiftExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.ShiftExpressionContext
- SHL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- shouldAllObsSourcePluginsBeInFileMenu() - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Should all observation source plug-ins be shown in the file menu according to preferences? Defaults to false.
- shouldInvertRange() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- shouldInvertSeriesOrder() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- shouldJoinMeans() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- shouldLoadPlugins() - Static method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager
-
Should plug-ins be loaded according to preferences?
- shouldShowCrossHairs() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- shouldShowErrorBars() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- showConfirmDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up a confirmation message dialog box and return the selection result.
- showCrossHairs - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- showDialog() - Method in class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.AbstractOkCancelDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterDialog
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFiltersDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Show the dialog.
- showDialog() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.AdditiveLoadFileOrUrlChooser
-
Show the file dialog.
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.DelimitedFieldFileSaveChooser
-
Show the file dialog.
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.LoadChooser
-
Show the file dialog.
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.PNGImageFileSaveChooser
-
Show the file dialog.
- showDialog(Component) - Method in class org.aavso.tools.vstar.ui.dialog.SaveChooser
-
Show the file save dialog.
- showErrorBars - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- showErrorDialog(Component, String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box.
- showErrorDialog(Component, String, Throwable) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box given an exception.
- showErrorDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box relative to the top-most window.
- showErrorDialog(String, Throwable) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an error message dialog box given an exception relative to the top-most window.
- showFiltersDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Opens the filters dialog.
- showMessageDialog(Component, String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box.
- showMessageDialog(Component, String, String, Icon) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box.
- showMessageDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box relative to the top-most window.
- showMessageDialog(String, String, Icon) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up an informational message dialog box relative to the top-most window.
- showModelDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Open the model dialog.
- showObservationDetails() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Show the details of the currently selected observation in the current view mode (plot or table).
- showPhaseDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Open the phase plots dialog.
- showPlotControlDialog() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Open the plot control dialog relevant to the current analysis mode.
- showWarningDialog(Component, String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up a warning message dialog box.
- showWarningDialog(String, String) - Static method in class org.aavso.tools.vstar.ui.dialog.MessageBox
-
Pop-up a warning message dialog box relative to the top-most window.
- SHR - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- SimpleFormatFieldInfoSource - Class in org.aavso.tools.vstar.data.validation
-
Simple file format field information source.
- SimpleFormatFieldInfoSource() - Constructor for class org.aavso.tools.vstar.data.validation.SimpleFormatFieldInfoSource
-
Constructor.
- SimpleFormatObservationSinkPlugin - Class in org.aavso.tools.vstar.plugin.ob.sink.impl
-
An observation sink plugin for simple text format file saves.
- SimpleFormatObservationSinkPlugin() - Constructor for class org.aavso.tools.vstar.plugin.ob.sink.impl.SimpleFormatObservationSinkPlugin
- SimpleFormatPhasePlotColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Simple file format phase plot table column information source for phase plot mode.
- SimpleFormatPhasePlotColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.SimpleFormatPhasePlotColumnInfoSource
- SimpleFormatRawDataColumnInfoSource - Class in org.aavso.tools.vstar.ui.model.list
-
Simple file format raw data table column information source.
- SimpleFormatRawDataColumnInfoSource() - Constructor for class org.aavso.tools.vstar.ui.model.list.SimpleFormatRawDataColumnInfoSource
- SimpleTextFormatValidator - Class in org.aavso.tools.vstar.data.validation
-
This class accepts a line of text for tokenising, validation, and ValidObservation instance creation given a simple text format source: JD MAG [UNCERTAINTY] [OBSCODE] [VALFLAG] REQ_VSTAR_SIMPLE_TEXT_FILE_READ
- SimpleTextFormatValidator(CsvReader, int, int, IFieldInfoSource) - Constructor for class org.aavso.tools.vstar.data.validation.SimpleTextFormatValidator
-
Constructor.
- SingleSeriesSelectionDialog - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class represents a dialog that permits a single series to be selected.
- SingleSeriesSelectionDialog(ObservationAndMeanPlotModel) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionDialog
-
Constructor.
- SingleSeriesSelectionPane - Class in org.aavso.tools.vstar.ui.dialog.series
-
This class defines a pane with radio buttons for all series permitting a single series to be selected.
- SingleSeriesSelectionPane(ObservationAndMeanPlotModel) - Constructor for class org.aavso.tools.vstar.ui.dialog.series.SingleSeriesSelectionPane
-
Constructor.
- size() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- SKY_BRIGHT - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- Sloan_g - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Sloan_i - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Sloan_r - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Sloan_u - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Sloan_z - Static variable in class org.aavso.tools.vstar.data.SeriesType
- smooth(double) - Method in class org.aavso.tools.vstar.util.TSBase
-
Applies a function defined by polynomial or Fourier coefficients to the specified time parameter.
- solarCoords(double, int) - Method in class org.aavso.tools.vstar.util.date.J2000HJDConverter
-
Given the year and time in Julian centuries, return the Sun's coordinates.
- SolarCoords - Class in org.aavso.tools.vstar.util.date
-
Solar coordinates and related values.
- SolarCoords(double, double, double, double, double, double, double) - Constructor for class org.aavso.tools.vstar.util.date.SolarCoords
-
Constructor
- source - Variable in class org.aavso.tools.vstar.ui.mediator.message.MessageBase
- SPACE_DELIM - Static variable in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
- srcTypeToSeriesNumMap - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationPlotModel
-
A mapping from source type to series number.
- SRO35 - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- standard_scan() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- STANDARD_SCAN - Enum constant in enum class org.aavso.tools.vstar.util.period.dcdft.DcDftAnalysisType
- standardErrorOfTheFrequency() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- standardErrorOfTheSemiAmplitude() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- StandardPhaseComparator - Class in org.aavso.tools.vstar.util.comparator
-
This comparator provides the basis of an ordering over observations based upon Standard Phase.
- StandardPhaseComparator() - Constructor for class org.aavso.tools.vstar.util.comparator.StandardPhaseComparator
- StandardPhaseCoordSource - Class in org.aavso.tools.vstar.ui.model.plot
-
A standard phase based coordinate source.
- StandardPhaseCoordSource() - Constructor for class org.aavso.tools.vstar.ui.model.plot.StandardPhaseCoordSource
- Star - Class in org.aavso.tools.vstar.ui.resources
- Star() - Constructor for class org.aavso.tools.vstar.ui.resources.Star
- StarGroupManagementPane - Class in org.aavso.tools.vstar.ui.dialog.prefs
-
This is a preferences pane for managing star groups.
- StarGroupManagementPane() - Constructor for class org.aavso.tools.vstar.ui.dialog.prefs.StarGroupManagementPane
-
Constructor.
- StarGroups - Class in org.aavso.tools.vstar.ui.resources
-
This class provides access to the list of star groups available to the new-star-from-database dialog, including their persistence across sessions.
- StarGroups() - Constructor for class org.aavso.tools.vstar.ui.resources.StarGroups
-
Private constructor to ensure Singleton.
- StarGroupSelectionPane - Class in org.aavso.tools.vstar.ui.dialog
-
This class represents a widget that permits a star group to be selected from a pop-up list and a star in that group from another pop-up list.
- StarGroupSelectionPane(JTextField) - Constructor for class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Constructor
- StarGroupSelectionPane(JTextField, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.StarGroupSelectionPane
-
Constructor
- StarInfo - Class in org.aavso.tools.vstar.ui.mediator
-
This class contains information about a star.
- StarInfo(String, String) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(String, String, Double, Double, String, String, String, RAInfo, DecInfo, Integer) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(AbstractObservationRetriever, String) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(AbstractObservationRetriever, String, String) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- StarInfo(AbstractObservationRetriever, String, String, Double, Double, String, String, String, RAInfo, DecInfo, Integer) - Constructor for class org.aavso.tools.vstar.ui.mediator.StarInfo
-
Constructor.
- starSelector - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- StarSelectorDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This dialog allows the user to select a star.
- START_PROGRESS - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
- START_PROGRESS - Static variable in class org.aavso.tools.vstar.ui.mediator.message.ProgressInfo
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DResultDialog
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
- startup() - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
- startup() - Method in interface org.aavso.tools.vstar.util.IStartAndCleanup
- statcomp() - Method in class org.aavso.tools.vstar.util.TSBase
- stateChanged(ChangeEvent) - Method in class org.aavso.tools.vstar.ui.dialog.PolynomialDegreeDialog
- stats - Variable in class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
- StatusPane - Class in org.aavso.tools.vstar.ui
-
A status panel containing a text status message component and a status bar.
- StatusPane(String) - Constructor for class org.aavso.tools.vstar.ui.StatusPane
-
Constructor.
- STD - Enum constant in enum class org.aavso.tools.vstar.data.MTypeType
- STEP - Enum constant in enum class org.aavso.tools.vstar.data.MTypeType
- stopCurrentTask() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Attempt to stop the current task.
- StopRequestMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message indicates a request to stop the current operation.
- StopRequestMessage(Object) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.StopRequestMessage
- storeChartPropertiesPrefs() - Static method in class org.aavso.tools.vstar.util.prefs.ChartPropertiesPrefs
- storeDecimalPlacesPrefs() - Static method in class org.aavso.tools.vstar.util.prefs.NumericPrecisionPrefs
- storeStarGroupPrefs() - Method in class org.aavso.tools.vstar.ui.resources.StarGroups
-
Store the star groups as a preferences string value.
- STR_ARR - Static variable in enum class org.aavso.tools.vstar.vela.Type
- STR_T - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- STR_T - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- STR_T() - Method in class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
- streamNameMap - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- string() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- string() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- STRING - Enum constant in enum class org.aavso.tools.vstar.data.Property.propType
- STRING - Enum constant in enum class org.aavso.tools.vstar.vela.Type
- STRING - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- STRING - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- STRING() - Method in class org.aavso.tools.vstar.vela.VeLaParser.StringContext
- StringContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.StringContext
- StringFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
String field matcher.
- StringFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.StringFieldMatcher
- StringFieldMatcher(String, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.StringFieldMatcher
- StringFieldMatcher(String, ObservationMatcherOp, ObservationMatcherOp[]) - Constructor for class org.aavso.tools.vstar.data.filter.StringFieldMatcher
- stringVal() - Method in class org.aavso.tools.vstar.vela.Operand
- Stromgren_b - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Stromgren_Hbn - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Stromgren_Hbw - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Stromgren_u - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Stromgren_v - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Stromgren_y - Static variable in class org.aavso.tools.vstar.data.SeriesType
- SUB - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- subList(int, int) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- subTitle - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- SUFFIXES - Static variable in class org.aavso.tools.vstar.plugin.ob.sink.impl.CommonTextFormatSinkPluginBase
- sumSqResiduals - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- symbol() - Method in class org.aavso.tools.vstar.vela.VeLaParser.BindingContext
- symbol() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FactorContext
- symbol() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- symbol() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- symbol() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- SYMBOL - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- SymbolContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.SymbolContext
- symbols() - Static method in class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
-
Return the symbols associated with currently loaded observations.
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.aavso.tools.vstar.vela.VeLaErrorListener
- SyntheticObservationListPane<T extends AbstractSyntheticObservationTableModel> - Class in org.aavso.tools.vstar.ui.pane.list
-
This class is a component that renders synthetic observations, e.g.
- SyntheticObservationListPane(T, String) - Constructor for class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
-
Constructor.
T
- TAB_DELIM - Static variable in class org.aavso.tools.vstar.input.text.ObservationSourceAnalyser
- TabbedDataPane - Class in org.aavso.tools.vstar.ui
-
A panel for rendering data lists, plots and other observation-related views.
- TabbedDataPane() - Constructor for class org.aavso.tools.vstar.ui.TabbedDataPane
-
Constructor.
- table - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- tablit() - Method in class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
- TAU - Enum constant in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- test() - Method in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- test() - Method in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- test() - Method in interface org.aavso.tools.vstar.plugin.IPlugin
-
Method to be invoked in order to test this plug-in
- test() - Method in class org.aavso.tools.vstar.plugin.model.impl.ApacheCommonsPolynomialFitCreatorPlugin
- test() - Method in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- test() - Method in class org.aavso.tools.vstar.plugin.ob.sink.impl.SimpleFormatObservationSinkPlugin
- test() - Method in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- test() - Method in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- test() - Method in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- test() - Method in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- test() - Method in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.CustomFilterPluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.GeneralToolPluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.ModelCreatorPluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.ObservationSinkPluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.ObservationToolPluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.ObservationTransformerPluginBase
- testMode - Variable in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisPluginBase
- testValue - Variable in class org.aavso.tools.vstar.data.filter.AbstractObservationFieldMatcher
- TextArea - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name and value of a text area along with a GUI textArea and methods to operate upon it.
- TextArea(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextArea
-
Construct a writable field with no initial value that cannot be empty.
- TextArea(String, int, int) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextArea
-
Construct a writable field with no initial value that cannot be empty.
- TextArea(String, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextArea
-
Construct a writable field with no initial value that cannot be empty.
- TextArea(String, String, int, int) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextArea
-
Construct a writable field with no initial value that cannot be empty.
- TextArea(String, String, int, int, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextArea
-
Constructor.
- TextAreaTabs - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the names and values of a collection of text areas.
- TextAreaTabs(List<String>, List<String>, int, int, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextAreaTabs
-
Constructor.
- TextDialog - Class in org.aavso.tools.vstar.ui.dialog
-
This class implements a dialog to obtain one or more string values from text boxes.
- TextDialog(String, boolean, boolean, ITextComponent<String>...) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Constructor.
- TextDialog(String, List<ITextComponent<String>>) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Constructor.
- TextDialog(String, List<ITextComponent<String>>, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Constructor
If there are only two fields, a split pane is used to contain the fields. - TextDialog(String, List<ITextComponent<String>>, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Constructor
If there are only two fields, a split pane is used to contain the fields. - TextDialog(String, ITextComponent<String>...) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextDialog
-
Constructor.
- textField - Variable in class org.aavso.tools.vstar.ui.dialog.NumberFieldBase
- TextField - Class in org.aavso.tools.vstar.ui.dialog
-
This class encapsulates the name and value of a text field along with a GUI textField and methods to operate upon it.
- TextField(String) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Construct a writable field with no initial value that cannot be empty.
- TextField(String, String) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Construct a read-only field with an initial value; it doesn't matter whether or not it can be empty, so we permit this in order to prevent field validation from failing, and e.g.
- TextField(String, String, boolean, boolean) - Constructor for class org.aavso.tools.vstar.ui.dialog.TextField
-
Constructor.
- TextFormatObservationReader - Class in org.aavso.tools.vstar.input.text
-
This class reads a variable star data file format containing lines of text or comma separated fields, and yields a collection of observations for one star.
- TextFormatObservationReader(LineNumberReader, ObservationSourceAnalyser, String) - Constructor for class org.aavso.tools.vstar.input.text.TextFormatObservationReader
-
Constructor We pass the number of lines to be read to the base class to ensure a large enough observation list capacity in the case where we an read out-of-order dataset.
- TextFormatObservationSourcePlugin - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
This intrinsic plug-in reads a variable star data file format containing lines of text or comma separated fields, and yields a collection of observations for one star.
- TextFormatObservationSourcePlugin() - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.TextFormatObservationSourcePlugin
- THEN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- THEN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- THEN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.IfExpressionContext
- third - Variable in class org.aavso.tools.vstar.util.Triple
- timeComparator - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- timeCoordSource - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- timeCoordSource - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- timeDivisionsField - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- timeElementEntity - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- timeElementsInBin - Variable in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- timeElementsInBinSettingPane - Variable in class org.aavso.tools.vstar.ui.dialog.PlotControlDialog
- TimeElementsInBinSettingPane - Class in org.aavso.tools.vstar.ui.pane.plot
-
This component permits the time-elements-in-bin value to be changed which in turn can be used to modify the means series in an observations and means plot.
- TimeElementsInBinSettingPane(String, ObservationAndMeanPlotPane, ITimeElementEntity) - Constructor for class org.aavso.tools.vstar.ui.pane.plot.TimeElementsInBinSettingPane
-
Constructor.
- title - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- tlolim - Variable in class org.aavso.tools.vstar.util.TSBase
- tmark - Variable in class org.aavso.tools.vstar.util.TSBase
- toAAVSOFormatString(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in delimiter-separator (TSV, CSV, ...) AAVSO download format.
- toAAVSOFormatString(String, boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in delimiter-separator (TSV, CSV, ...) AAVSO download format.
- toArray() - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- toArray(T[]) - Method in class org.aavso.tools.vstar.util.notification.NotifyingArrayList
- toDegrees() - Method in class org.aavso.tools.vstar.util.coords.DecInfo
- toDegrees() - Method in class org.aavso.tools.vstar.util.coords.RAInfo
- toDMS() - Method in class org.aavso.tools.vstar.util.coords.DecInfo
-
Converts Declination in degrees to degrees, minutes, seconds.
- toDOT() - Method in class org.aavso.tools.vstar.vela.AST
-
Return the "..." of a DOT "digraph { ...
- toExcelString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- toExtremumString(String, GoalType, UnivariateRealFunction, int[]) - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Return a string representation of the extreme magnitude (numerical opposite of magnitude) generated by the function.
- toFullDOT() - Method in class org.aavso.tools.vstar.vela.AST
-
Return a DOT "digraph { ...
- toggleCrossHairState() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- toggleErrorBarState() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- toggleJoinMeansState() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- toggleRangeAxisInversionState() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- toggleSeriesOrderInversionState() - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
- toHMS() - Method in class org.aavso.tools.vstar.util.coords.RAInfo
-
Converts RA in degrees to hours, minutes, seconds.
- toHumanReadableString() - Method in class org.aavso.tools.vstar.vela.Operand
- token() - Method in enum class org.aavso.tools.vstar.vela.Operation
- tokenNames - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
-
Deprecated.Use
VeLaLexer.VOCABULARYinstead. - tokenNames - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
-
Deprecated.Use
VeLaParser.VOCABULARYinstead. - Tolerance - Class in org.aavso.tools.vstar.util
- Tolerance() - Constructor for class org.aavso.tools.vstar.util.Tolerance
- toMaximaString() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Return a string representation of the maximum magnitude (numerical minimum) generated by the function.
- toMinimaString() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
-
Return a string representation of the minimum magnitude (numerical maximum) generated by the function.
- toObject(Class<?>) - Method in class org.aavso.tools.vstar.vela.Operand
-
Return a Java object corresponding to this Operand instance.
- ToolBar - Class in org.aavso.tools.vstar.ui
-
The application's toolbar.
- ToolBar(MenuBar) - Constructor for class org.aavso.tools.vstar.ui.ToolBar
-
Creates the application's toolbar.
- TOP_HIT_SERIES - Static variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysis2DChartPane
- toParsableString() - Method in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Return a machine-readable (parsable) string for this operator.
- topPane - Variable in class org.aavso.tools.vstar.ui.dialog.series.AbstractSeriesVisibilityDialog
- toProsaicString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- toRString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- toRString() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- toSimpleFormatString(String) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in TSV format of the following fields (bracketed fields are optional): [Phase,]JD,MAGNITUDE,[UNCERTAINTY],[OBSERVER_CODE],[VALFLAG]
- toSimpleFormatString(String, boolean) - Method in class org.aavso.tools.vstar.data.ValidObservation
-
Returns a line in TSV format of the following fields (bracketed fields are optional): [Phase,][JD,]MAGNITUDE,[UNCERTAINTY],[OBSERVER_CODE],[VALFLAG]
- toString() - Method in class org.aavso.tools.vstar.data.CommentCodes
- toString() - Method in enum class org.aavso.tools.vstar.data.CommentType
- toString() - Method in class org.aavso.tools.vstar.data.DateInfo
- toString() - Method in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Return a human-readable string for this operator.
- toString() - Method in class org.aavso.tools.vstar.data.InvalidObservation
- toString() - Method in class org.aavso.tools.vstar.data.Magnitude
- toString() - Method in enum class org.aavso.tools.vstar.data.MTypeType
- toString() - Method in class org.aavso.tools.vstar.data.Property
- toString() - Method in class org.aavso.tools.vstar.data.SeriesType
-
We override toString() to return description rather than enum name.
- toString() - Method in class org.aavso.tools.vstar.data.validation.ExclusiveRangePredicate
- toString() - Method in class org.aavso.tools.vstar.data.validation.InclusiveRangePredicate
- toString() - Method in enum class org.aavso.tools.vstar.data.ValidationType
-
Human readable validation type.
- toString() - Method in class org.aavso.tools.vstar.data.ValidObservation
- toString() - Method in class org.aavso.tools.vstar.ui.mediator.message.PhaseChangeMessage
- toString() - Method in enum class org.aavso.tools.vstar.ui.mediator.message.UndoableActionType
- toString() - Method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
- toString() - Method in enum class org.aavso.tools.vstar.ui.resources.LoginType
- toString() - Method in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- toString() - Method in class org.aavso.tools.vstar.util.coords.DecInfo
- toString() - Method in class org.aavso.tools.vstar.util.coords.RAInfo
- toString() - Method in class org.aavso.tools.vstar.util.discrepant.DiscrepantReport
- toString() - Method in class org.aavso.tools.vstar.util.model.Harmonic
- toString() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- toString() - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- toString() - Method in class org.aavso.tools.vstar.util.model.TSPolynomialFitter
- toString() - Method in class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
- toString() - Method in class org.aavso.tools.vstar.util.period.dcdft.PeriodAnalysisDataPoint
- toString() - Method in class org.aavso.tools.vstar.util.period.PeriodAnalysisCoordinateType
- toString() - Method in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- toString() - Method in class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
- toString() - Method in class org.aavso.tools.vstar.vela.AST
-
Return an SEXPR representation of the AST.
- toString() - Method in class org.aavso.tools.vstar.vela.FunctionExecutor
- toString() - Method in class org.aavso.tools.vstar.vela.Operand
- toString() - Method in class org.aavso.tools.vstar.vela.VeLaEnvironment
- toUncertaintyString() - Method in class org.aavso.tools.vstar.util.model.PeriodAnalysisDerivedMultiPeriodicModel
- toValue(double) - Method in class org.aavso.tools.vstar.util.model.PeriodFitParameters
- toVeLaString() - Method in class org.aavso.tools.vstar.util.model.AbstractModel
- TransformedFieldMatcher - Class in org.aavso.tools.vstar.data.filter
-
A "transformed" field matcher.
- TransformedFieldMatcher() - Constructor for class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
- TransformedFieldMatcher(Boolean, ObservationMatcherOp) - Constructor for class org.aavso.tools.vstar.data.filter.TransformedFieldMatcher
- TransformedValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates the 'transformed' field.
- TransformedValidator() - Constructor for class org.aavso.tools.vstar.data.validation.TransformedValidator
-
Constructor
- tresolv - Variable in class org.aavso.tools.vstar.util.TSBase
- Tri_Color_Blue - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Tri_Color_Green - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Tri_Color_Red - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Triple<T,
U, V> - Class in org.aavso.tools.vstar.util -
A generic triple.
- Triple(T, U, V) - Constructor for class org.aavso.tools.vstar.util.Triple
- TSBase - Class in org.aavso.tools.vstar.util
-
This is the base class for all AAVSO TS-based algorithms translated from the ts1201.f Fortran code.
- TSBase(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.TSBase
-
Constructor.
- TSDcDft - Class in org.aavso.tools.vstar.util.period.dcdft
-
This class computes a Date Compensated Discrete Fourier Transform over an observation list.
- TSDcDft(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Constructor
- TSDcDft(List<ValidObservation>, double, double, double) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Constructor As per last constructor except that we override the parameter values and request a frequency range analysis type.
- TSDcDft(List<ValidObservation>, DcDftAnalysisType) - Constructor for class org.aavso.tools.vstar.util.period.dcdft.TSDcDft
-
Constructor The analysis type is specified.
- TSPolynomialFitter - Class in org.aavso.tools.vstar.util.model
-
This is a Java translation of the Fortran polymast subroutine from the AAVSO's ts1201.f by Matthew Templeton, which in turn was based upon BASIC code by Grant Foster.
- TSPolynomialFitter(List<ValidObservation>) - Constructor for class org.aavso.tools.vstar.util.model.TSPolynomialFitter
-
Constructor
- tuplim - Variable in class org.aavso.tools.vstar.util.TSBase
- tuplimit - Variable in class org.aavso.tools.vstar.util.TSBase
- tvec - Variable in class org.aavso.tools.vstar.util.TSBase
- type() - Method in class org.aavso.tools.vstar.vela.VeLaParser.AnonFundefContext
- type() - Method in class org.aavso.tools.vstar.vela.VeLaParser.FormalParameterContext
- type() - Method in class org.aavso.tools.vstar.vela.VeLaParser.NamedFundefContext
- type() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- Type - Enum Class in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language An enumeration of operand types.
- TypeContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.TypeContext
U
- UFOS - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- UIType - Enum Class in org.aavso.tools.vstar.ui
-
What type of UI is being instantiated?
- unaryExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- unaryExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- unaryExpression(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.MultiplicativeExpressionContext
- UnaryExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.UnaryExpressionContext
- uncertaintyValueValidator - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- UncertaintyValueValidator - Class in org.aavso.tools.vstar.data.validation
-
This class specialises magnitude value validator to handle optional uncertainty values.
- UncertaintyValueValidator(RangePredicate) - Constructor for class org.aavso.tools.vstar.data.validation.UncertaintyValueValidator
- UNCONVENTIONAL - Enum constant in enum class org.aavso.tools.vstar.data.CommentType
- UNDO - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.UndoableActionType
- UNDO - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- UndoableActionManager - Class in org.aavso.tools.vstar.ui.undo
-
This class manages actions on behalf of other components.
- UndoableActionManager() - Constructor for class org.aavso.tools.vstar.ui.undo.UndoableActionManager
-
Constructor.
- UndoableActionTask - Class in org.aavso.tools.vstar.ui.task
-
A concurrent task in which a potentially long-running observation task is executed.
- UndoableActionTask(IUndoableAction, UndoableActionType) - Constructor for class org.aavso.tools.vstar.ui.task.UndoableActionTask
-
Constructor
- UndoableActionType - Enum Class in org.aavso.tools.vstar.ui.mediator.message
-
An enum representing the kind of undoable action: do, undo, redo.
- UndoActionMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
Undo/redo action message.
- UndoActionMessage(Object, IUndoableAction, UndoableActionType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.UndoActionMessage
- Unfiltered_with_R_Zeropoint - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Unfiltered_with_V_Zeropoint - Static variable in class org.aavso.tools.vstar.data.SeriesType
- Unknown - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- Unknown - Static variable in class org.aavso.tools.vstar.data.SeriesType
- UNKNOWN - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- UNKNOWN - Enum constant in enum class org.aavso.tools.vstar.data.ValidObservation.JDflavour
- UnknownAUIDError - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown when information about a star's AUID is unavailable, e.g.
- UnknownAUIDError() - Constructor for exception org.aavso.tools.vstar.exception.UnknownAUIDError
-
Constructor.
- UnknownAUIDError(String) - Constructor for exception org.aavso.tools.vstar.exception.UnknownAUIDError
-
Constructor.
- UnknownStarError - Exception in org.aavso.tools.vstar.exception
-
This exception can be thrown when information about a star is unavailable, e.g.
- UnknownStarError() - Constructor for exception org.aavso.tools.vstar.exception.UnknownStarError
-
Constructor.
- UnknownStarError(String) - Constructor for exception org.aavso.tools.vstar.exception.UnknownStarError
-
Constructor.
- Unspecified - Static variable in class org.aavso.tools.vstar.data.SeriesType
- UNVALIDATED - Enum constant in enum class org.aavso.tools.vstar.data.ValidationType
- UP - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.PanType
- update() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.ChartPropertiesSelectionPane
-
Updates the chart properties.
- update() - Method in interface org.aavso.tools.vstar.ui.dialog.prefs.IPreferenceComponent
-
Update preferences based upon the current state of the component.
- update() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.LocaleSelectionPane
-
Updates the locale.
- update() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.NumericPrecisionSelectionPane
-
Updates the decimal places preferences with any changed values.
- update() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.PluginSettingsPane
-
Updates the global values.
- update() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesColorSelectionPane
-
Updates the global series colors.
- update() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.SeriesSizeSelectionPane
-
Updates the global series sizes.
- update() - Method in class org.aavso.tools.vstar.ui.dialog.prefs.StarGroupManagementPane
- update() - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Inform the views that the dataset has changed.
- update() - Method in class org.aavso.tools.vstar.util.property.ApplicationProperties
-
Update the application properties and store them.
- update(ModelSelectionMessage) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractModelObservationTableModel
- update(NewStarMessage) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseParameterDialog
-
Update from new star message.
- update(BinningResult) - Method in class org.aavso.tools.vstar.ui.model.list.AbstractMeanObservationTableModel
-
Listen for updates to the mean data observation list, e.g.
- update(T) - Method in interface org.aavso.tools.vstar.util.notification.Listener
-
The method that is called back by the notifier whose activities this listener is interested in.
- UPDATE - Enum constant in enum class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager.Operation
- updateAnovaInfo(BinningResult) - Method in class org.aavso.tools.vstar.ui.mediator.DocumentManager
-
Update the anova information from a binning result.
- updateAnovaSubtitle(BinningResult) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- updateChartProperties() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Updates properties for charts (light curve, phase plot)
- updateChartProperties() - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Updates properties of the chart
- updateFilteredSeries(List<ValidObservation>) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
- updateModelSeries(List<ValidObservation>, List<ValidObservation>, IModel) - Method in class org.aavso.tools.vstar.ui.model.plot.ObservationAndMeanPlotModel
-
Update the model's fit and residual observation collections.
- updatePlotsAndTables() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Fire data model change events.
This method should be called after observation plot or table model changes. - updateSelectionFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
-
Given an observation, update the last observation and x,y selections.
- updateSelectionFromObservation(ValidObservation) - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- updateSeriesColorMap(Map<SeriesType, Color>) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Updates the series to color mapping according to the pairs in the supplied map.
- updateSeriesSizeMap(Map<SeriesType, Integer>) - Static method in class org.aavso.tools.vstar.data.SeriesType
-
Updates the series to size mapping according to the pairs in the supplied map.
- upper - Variable in class org.aavso.tools.vstar.data.validation.RangePredicate
- URL - Enum constant in enum class org.aavso.tools.vstar.plugin.InputType
- URLAuthenticator - Class in org.aavso.tools.vstar.util.plugin
-
A URL based authenticator.
- URLAuthenticator(String, String) - Constructor for class org.aavso.tools.vstar.util.plugin.URLAuthenticator
- urlStrs - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- useLineNumbers - Variable in class org.aavso.tools.vstar.ui.model.list.AAVSOFormatRawDataColumnInfoSource
- useObservation(ObservationSelectionMessage) - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFilterPane
-
Tell this filter pane to set its field value now, or when a filter has been selected, using the specified observation.
- UserDefinedFunctionExecutor - Class in org.aavso.tools.vstar.vela
-
This class executes user defined functions.
- UserDefinedFunctionExecutor(VeLaInterpreter, List<String>, List<Type>, Optional<Type>, Optional<AST>, Optional<String>) - Constructor for class org.aavso.tools.vstar.vela.UserDefinedFunctionExecutor
-
Construct an anonymous function definition
- UserDefinedFunctionExecutor(VeLaInterpreter, Optional<String>, List<String>, List<Type>, Optional<Type>, Optional<AST>, Optional<String>) - Constructor for class org.aavso.tools.vstar.vela.UserDefinedFunctionExecutor
-
Construct a named function definition
- userName - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- UT - Enum constant in enum class org.aavso.tools.vstar.input.database.DatabaseType
- UTF8FilteringInputStream - Class in org.aavso.tools.vstar.plugin.ob.src.impl
-
This class filters another input stream, returning any bytes whose ordinal value is less than 0x20 (space) except for tab (0x9), CR (0xd), LF (0xa) as 0x20.
- UTF8FilteringInputStream(InputStream) - Constructor for class org.aavso.tools.vstar.plugin.ob.src.impl.UTF8FilteringInputStream
V
- valflagValidator - Variable in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
- ValflagValidator - Class in org.aavso.tools.vstar.data.validation
-
This class validates a valflag.
- ValflagValidator(String) - Constructor for class org.aavso.tools.vstar.data.validation.ValflagValidator
-
Constructor.
- validate() - Method in class org.aavso.tools.vstar.data.validation.AAVSODownloadFormatValidator
-
Validate an observation line and either return a ValidObservation instance, or throw an exception indicating the error.
- validate() - Method in class org.aavso.tools.vstar.data.validation.CommonTextFormatValidator
-
Validate an observation line and either return a ValidObservation instance, or throw an exception indicating the error.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.AbstractStringValidator
-
Validate the supplied string, throwing an exception on failure.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.CKMagValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.CommentCodeValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.CompStarValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.JulianDayValidator
-
Validate the specified string as a Julian Day.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.MagnitudeFieldValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.MagnitudeValueValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.MTypeValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.ObservationTypeValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.ObserverCodeValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.OptionalityFieldValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.RealValueValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.RegexValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.SimpleTextFormatValidator
-
Validate an observation line and either return a ValidObservation instance, or throw an exception indicating the error.
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.TransformedValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.UncertaintyValueValidator
- validate(String) - Method in class org.aavso.tools.vstar.data.validation.ValflagValidator
- ValidationType - Enum Class in org.aavso.tools.vstar.data
-
This enum represents "validation flag" found in all data sources.
- ValidObservation - Class in org.aavso.tools.vstar.data
-
This class corresponds to a single valid variable star observation.
- ValidObservation() - Constructor for class org.aavso.tools.vstar.data.ValidObservation
-
Constructor.
- ValidObservation.JDflavour - Enum Class in org.aavso.tools.vstar.data
- validObservationCategoryMap - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
A mapping from observation category (e.g.
- validObservations - Variable in class org.aavso.tools.vstar.input.AbstractObservationRetriever
-
The list of valid observations retrieved.
- ValidObservationTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
A table model for valid observations.
- ValidObservationTableModel(Map<SeriesType, List<ValidObservation>>, List<ValidObservation>, ITableColumnInfoSource) - Constructor for class org.aavso.tools.vstar.ui.model.list.ValidObservationTableModel
-
Constructor
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.filter.ObservationFiltersDialog
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.model.HarmonicInfoDialog
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.model.ModelDialog
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
-
We send a period analysis selection message when the table selection value has "settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisTopHitsTablePane
-
We send a period analysis selection message when the table selection value has "settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.refinement.PeriodGatheringPane
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
We send a period analysis selection message when the table selection value has "settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.PhaseDialog
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManagementDialog
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.pane.list.ObservationListPane
-
We send an observation selection message when the value or values have "settled".
- valueChanged(ListSelectionEvent) - Method in class org.aavso.tools.vstar.ui.pane.list.SyntheticObservationListPane
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.CommentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.MagnitudeModifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.MTypeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.ObsType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.Property.propType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.ValidationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.data.ValidObservation.JDflavour
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.input.database.DatabaseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.plugin.InputType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.AnalysisType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.PanType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.UndoableActionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.ZoomType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.resources.LoginType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.ui.UIType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.util.coords.EpochType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.util.notification.ListChangeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.util.period.dcdft.DcDftAnalysisType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.vela.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.aavso.tools.vstar.vela.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.aavso.tools.vstar.data.CommentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.data.filter.ObservationMatcherOp
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.data.filter.SeriesTypeFieldMatcher.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.data.MagnitudeModifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.data.MTypeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.data.ObsType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.data.Property.propType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class org.aavso.tools.vstar.data.SeriesType
- values() - Static method in enum class org.aavso.tools.vstar.data.ValidationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.data.ValidObservation.JDflavour
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.input.database.DatabaseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.plugin.InputType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.dialog.plugin.manager.PluginManager.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.mediator.AnalysisType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.PanType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.ProgressType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.UndoableActionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.mediator.message.ZoomType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.mediator.NewStarType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.mediator.ViewModeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.resources.LoginType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.ui.UIType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.util.coords.EpochType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.util.notification.ListChangeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.util.period.dcdft.DcDftAnalysisType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.vela.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.aavso.tools.vstar.vela.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VELA - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- vela2Java(Type) - Static method in enum class org.aavso.tools.vstar.vela.Type
- VeLaBaseListener - Class in org.aavso.tools.vstar.vela
-
This class provides an empty implementation of
VeLaListener, which can be extended to create a listener which only needs to handle a subset of the available methods. - VeLaBaseListener() - Constructor for class org.aavso.tools.vstar.vela.VeLaBaseListener
- VeLaBaseVisitor<T> - Class in org.aavso.tools.vstar.vela
-
This class provides an empty implementation of
VeLaVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. - VeLaBaseVisitor() - Constructor for class org.aavso.tools.vstar.vela.VeLaBaseVisitor
- VeLaDialog - Class in org.aavso.tools.vstar.ui.vela
-
A dialog in which to run VeLa code.
- VeLaDialog() - Constructor for class org.aavso.tools.vstar.ui.vela.VeLaDialog
- VeLaDialog(String) - Constructor for class org.aavso.tools.vstar.ui.vela.VeLaDialog
- VeLaDialog(String, String) - Constructor for class org.aavso.tools.vstar.ui.vela.VeLaDialog
- VeLaEnvironment<T> - Class in org.aavso.tools.vstar.vela
-
A generic symbol binding and lookup environment implementation, the base class for all VeLa environments.
- VeLaEnvironment() - Constructor for class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Construct an environment with an empty name and constant set.
- VeLaEnvironment(Map<String, T>, Set<String>) - Constructor for class org.aavso.tools.vstar.vela.VeLaEnvironment
-
Construct an environment with a specified empty name and constant set.
- VeLaErrorListener - Class in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language interpreter Capture errors
- VeLaErrorListener() - Constructor for class org.aavso.tools.vstar.vela.VeLaErrorListener
- VeLaEvalError - Exception in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language interpreter This class propagates VeLa expression evaluation error information.
- VeLaEvalError(String) - Constructor for exception org.aavso.tools.vstar.vela.VeLaEvalError
-
Construct a VeLa expression evaluation exception.
- VeLaFilterPlugin - Class in org.aavso.tools.vstar.plugin.filter.impl
-
This filter plug-in allows for the creation of complex VeLa expressions for the purpose of filtering observations.
- VeLaFilterPlugin() - Constructor for class org.aavso.tools.vstar.plugin.filter.impl.VeLaFilterPlugin
- velaFilterStr - Variable in class org.aavso.tools.vstar.plugin.ObservationSourcePluginBase
- VeLaInterpreter - Class in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language interpreter
- VeLaInterpreter() - Constructor for class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Construct a VeLa interpreter with verbose mode set to false, adding the VeLa API, and no source directories.
- VeLaInterpreter(boolean) - Constructor for class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Construct a VeLa interpreter with verbose mode as specified, adding the VeLa API, and no source directories.
- VeLaInterpreter(boolean, boolean, List<File>) - Constructor for class org.aavso.tools.vstar.vela.VeLaInterpreter
-
Construct a VeLa interpreter with an initial scope and intrinsic functions.
- VeLaLexer - Class in org.aavso.tools.vstar.vela
- VeLaLexer(CharStream) - Constructor for class org.aavso.tools.vstar.vela.VeLaLexer
- VeLaListener - Interface in org.aavso.tools.vstar.vela
-
This interface defines a complete listener for a parse tree produced by
VeLaParser. - VeLaListSearchPane<S extends TableModel> - Class in org.aavso.tools.vstar.ui.pane.list
-
A VeLa list search pane component.
- VeLaListSearchPane(ValidObservationTableModel, TableRowSorter<S>) - Constructor for class org.aavso.tools.vstar.ui.pane.list.VeLaListSearchPane
- VeLaObservationFilterDialog - Class in org.aavso.tools.vstar.plugin.filter.impl
-
This dialog permits the user to specify a VeLa expression for the purpose of filtering observations.
- VeLaObservationFilterDialog() - Constructor for class org.aavso.tools.vstar.plugin.filter.impl.VeLaObservationFilterDialog
-
Constructor
- VeLaParseError - Exception in org.aavso.tools.vstar.vela
-
VeLa: VStar expression Language interpreter This class propagates parse error information.
- VeLaParseError(String, int, int) - Constructor for exception org.aavso.tools.vstar.vela.VeLaParseError
-
Construct a VeLa parse exception.
- VeLaParser - Class in org.aavso.tools.vstar.vela
- VeLaParser(TokenStream) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser
- VeLaParser.AdditiveExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.AnonFundefContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.BindingContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.BlockContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.BoolContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.BooleanExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.ConjunctiveExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.ConsequentContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.ExclusiveOrExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.ExponentiationExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.ExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.FactorContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.FormalParameterContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.FuncallContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.IfExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.IntegerContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.ListContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.LogicalNegationExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.MultiplicativeExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.NamedFundefContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.RealContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.RelationalExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.SelectionExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.SequenceContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.ShiftExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.StringContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.SymbolContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.TypeContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.UnaryExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.WhenExpressionContext - Class in org.aavso.tools.vstar.vela
- VeLaParser.WhileLoopContext - Class in org.aavso.tools.vstar.vela
- VeLaScope - Class in org.aavso.tools.vstar.vela
-
This class represents a VeLa scope assumed to exist within a stack of scopes, with a global scope at the bottom and function scopes thereafter.
- VeLaScope() - Constructor for class org.aavso.tools.vstar.vela.VeLaScope
- VeLaScriptDriver - Class in org.aavso.tools.vstar.vela
-
This class allows a VeLa program to be run from the command-line or for its LISP or DOT AST to be sent to standard output.
- VeLaScriptDriver() - Constructor for class org.aavso.tools.vstar.vela.VeLaScriptDriver
- veLaToResultASTPair(String) - Method in class org.aavso.tools.vstar.vela.VeLaInterpreter
-
VeLa program interpreter entry point.
- VeLaValidObservationEnvironment - Class in org.aavso.tools.vstar.vela
-
A VeLa environment that is backed by a ValidObservation instance.
- VeLaValidObservationEnvironment(ValidObservation) - Constructor for class org.aavso.tools.vstar.vela.VeLaValidObservationEnvironment
- VeLaVisitor<T> - Interface in org.aavso.tools.vstar.vela
-
This interface defines a complete generic visitor for a parse tree produced by
VeLaParser. - view - Variable in class org.aavso.tools.vstar.plugin.ob.src.impl.AIDWebServiceObservationSourcePluginBase
- ViewModeType - Enum Class in org.aavso.tools.vstar.ui.mediator
-
View mode type enum and methods for transforming enum values into other values of interest.
- VISDIG - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- visibilityButton - Variable in class org.aavso.tools.vstar.ui.pane.plot.AbstractObservationPlotPane
- VisibleSeriesRowFilter - Class in org.aavso.tools.vstar.ui.pane.list
-
This class filters observations by whether or not they are visible in the plot, information obtained from the model.
- VisibleSeriesRowFilter(ValidObservationTableModel, Set<SeriesType>, AnalysisType) - Constructor for class org.aavso.tools.vstar.ui.pane.list.VisibleSeriesRowFilter
-
Constructor
- visitAdditiveExpression(VeLaParser.AdditiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitAdditiveExpression(VeLaParser.AdditiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.additiveExpression(). - visitAdditiveExpression(VeLaParser.AdditiveExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.additiveExpression(). - visitAnonFundef(VeLaParser.AnonFundefContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitAnonFundef(VeLaParser.AnonFundefContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.anonFundef(). - visitAnonFundef(VeLaParser.AnonFundefContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.anonFundef(). - visitBinding(VeLaParser.BindingContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitBinding(VeLaParser.BindingContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.binding(). - visitBinding(VeLaParser.BindingContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.binding(). - visitBlock(VeLaParser.BlockContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitBlock(VeLaParser.BlockContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.block(). - visitBlock(VeLaParser.BlockContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.block(). - visitBool(VeLaParser.BoolContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitBool(VeLaParser.BoolContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.bool(). - visitBool(VeLaParser.BoolContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.bool(). - visitBooleanExpression(VeLaParser.BooleanExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitBooleanExpression(VeLaParser.BooleanExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.booleanExpression(). - visitBooleanExpression(VeLaParser.BooleanExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.booleanExpression(). - visitConjunctiveExpression(VeLaParser.ConjunctiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitConjunctiveExpression(VeLaParser.ConjunctiveExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.conjunctiveExpression(). - visitConjunctiveExpression(VeLaParser.ConjunctiveExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.conjunctiveExpression(). - visitConsequent(VeLaParser.ConsequentContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.consequent(). - visitConsequent(VeLaParser.ConsequentContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.consequent(). - visitErrorNode(ErrorNode) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
- visitExclusiveOrExpression(VeLaParser.ExclusiveOrExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitExclusiveOrExpression(VeLaParser.ExclusiveOrExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.exclusiveOrExpression(). - visitExclusiveOrExpression(VeLaParser.ExclusiveOrExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.exclusiveOrExpression(). - visitExponentiationExpression(VeLaParser.ExponentiationExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitExponentiationExpression(VeLaParser.ExponentiationExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.exponentiationExpression(). - visitExponentiationExpression(VeLaParser.ExponentiationExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.exponentiationExpression(). - visitExpression(VeLaParser.ExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.expression(). - visitExpression(VeLaParser.ExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.expression(). - visitFactor(VeLaParser.FactorContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitFactor(VeLaParser.FactorContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.factor(). - visitFactor(VeLaParser.FactorContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.factor(). - visitFormalParameter(VeLaParser.FormalParameterContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitFormalParameter(VeLaParser.FormalParameterContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.formalParameter(). - visitFormalParameter(VeLaParser.FormalParameterContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.formalParameter(). - visitFuncall(VeLaParser.FuncallContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitFuncall(VeLaParser.FuncallContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.funcall(). - visitFuncall(VeLaParser.FuncallContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.funcall(). - visitIfExpression(VeLaParser.IfExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitIfExpression(VeLaParser.IfExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.ifExpression(). - visitIfExpression(VeLaParser.IfExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.ifExpression(). - visitInteger(VeLaParser.IntegerContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitInteger(VeLaParser.IntegerContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.integer(). - visitInteger(VeLaParser.IntegerContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.integer(). - visitList(VeLaParser.ListContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitList(VeLaParser.ListContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.list(). - visitList(VeLaParser.ListContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.list(). - visitLogicalNegationExpression(VeLaParser.LogicalNegationExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitLogicalNegationExpression(VeLaParser.LogicalNegationExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.logicalNegationExpression(). - visitLogicalNegationExpression(VeLaParser.LogicalNegationExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.logicalNegationExpression(). - visitMultiplicativeExpression(VeLaParser.MultiplicativeExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitMultiplicativeExpression(VeLaParser.MultiplicativeExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.multiplicativeExpression(). - visitMultiplicativeExpression(VeLaParser.MultiplicativeExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.multiplicativeExpression(). - visitNamedFundef(VeLaParser.NamedFundefContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitNamedFundef(VeLaParser.NamedFundefContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.namedFundef(). - visitNamedFundef(VeLaParser.NamedFundefContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.namedFundef(). - visitReal(VeLaParser.RealContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitReal(VeLaParser.RealContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.real(). - visitReal(VeLaParser.RealContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.real(). - visitRelationalExpression(VeLaParser.RelationalExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitRelationalExpression(VeLaParser.RelationalExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.relationalExpression(). - visitRelationalExpression(VeLaParser.RelationalExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.relationalExpression(). - visitSelectionExpression(VeLaParser.SelectionExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.selectionExpression(). - visitSelectionExpression(VeLaParser.SelectionExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.selectionExpression(). - visitSequence(VeLaParser.SequenceContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitSequence(VeLaParser.SequenceContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.sequence(). - visitSequence(VeLaParser.SequenceContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.sequence(). - visitShiftExpression(VeLaParser.ShiftExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitShiftExpression(VeLaParser.ShiftExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.shiftExpression(). - visitShiftExpression(VeLaParser.ShiftExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.shiftExpression(). - visitString(VeLaParser.StringContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitString(VeLaParser.StringContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.string(). - visitString(VeLaParser.StringContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.string(). - visitSymbol(VeLaParser.SymbolContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitSymbol(VeLaParser.SymbolContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.symbol(). - visitSymbol(VeLaParser.SymbolContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.symbol(). - visitTerminal(TerminalNode) - Method in class org.aavso.tools.vstar.vela.VeLaBaseListener
- visitType(VeLaParser.TypeContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitType(VeLaParser.TypeContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.type(). - visitType(VeLaParser.TypeContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.type(). - visitUnaryExpression(VeLaParser.UnaryExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitUnaryExpression(VeLaParser.UnaryExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.unaryExpression(). - visitUnaryExpression(VeLaParser.UnaryExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.unaryExpression(). - visitWhenExpression(VeLaParser.WhenExpressionContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitWhenExpression(VeLaParser.WhenExpressionContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.whenExpression(). - visitWhenExpression(VeLaParser.WhenExpressionContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.whenExpression(). - visitWhileLoop(VeLaParser.WhileLoopContext) - Method in class org.aavso.tools.vstar.vela.ExpressionVisitor
- visitWhileLoop(VeLaParser.WhileLoopContext) - Method in class org.aavso.tools.vstar.vela.VeLaBaseVisitor
-
Visit a parse tree produced by
VeLaParser.whileLoop(). - visitWhileLoop(VeLaParser.WhileLoopContext) - Method in interface org.aavso.tools.vstar.vela.VeLaVisitor
-
Visit a parse tree produced by
VeLaParser.whileLoop(). - Visual - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- Visual - Static variable in class org.aavso.tools.vstar.data.SeriesType
- VOCABULARY - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- VOCABULARY - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- VStar - Class in org.aavso.tools.vstar.ui
-
The VStar GUI.
- VStar() - Constructor for class org.aavso.tools.vstar.ui.VStar
- VSTAR_ONLINE - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- VSTAR_PLUGIN_LIBS_DIR_NAME - Static variable in class org.aavso.tools.vstar.ui.resources.PluginLoader
- VSTAR_PLUGINS_DIR_NAME - Static variable in class org.aavso.tools.vstar.ui.resources.PluginLoader
- VStarPlotDataRenderer - Class in org.aavso.tools.vstar.ui.pane.plot
-
This is VStar's plot data-point renderer.
- VStarPlotDataRenderer() - Constructor for class org.aavso.tools.vstar.ui.pane.plot.VStarPlotDataRenderer
- VStarScriptingAPI - Class in org.aavso.tools.vstar.scripting
-
This is VStar's scripting Application Programming Interface.
- VSX - Enum constant in enum class org.aavso.tools.vstar.input.database.DatabaseType
- VSXWebServiceMemberInfo - Class in org.aavso.tools.vstar.auth
-
Deprecated.see Auth0JSONAutheticationSource
- VSXWebServiceMemberInfo() - Constructor for class org.aavso.tools.vstar.auth.VSXWebServiceMemberInfo
-
Deprecated.
- VSXWebServiceStarInfoSource - Class in org.aavso.tools.vstar.input.database
-
This class obtains star name and AUID information from the VSX web service.
- VSXWebServiceStarInfoSource() - Constructor for class org.aavso.tools.vstar.input.database.VSXWebServiceStarInfoSource
- VSXWebServiceZapperLogger - Class in org.aavso.tools.vstar.util.discrepant
-
A discrepant reporter that writes to the Zapper log using the VSX web service.
- VSXWebServiceZapperLogger() - Constructor for class org.aavso.tools.vstar.util.discrepant.VSXWebServiceZapperLogger
-
Constructor
W
- W28 - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- W30 - Enum constant in enum class org.aavso.tools.vstar.plugin.ob.src.impl.AAVSOPhotometrySource
- waitForJobCompletion() - Method in class org.aavso.tools.vstar.ui.mediator.Mediator
-
Block, waiting for a job to complete.
- wantAllData() - Method in class org.aavso.tools.vstar.ui.dialog.StarSelectorDialog
- wantHarmonicsButton - Variable in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- wantModelButton - Variable in class org.aavso.tools.vstar.ui.dialog.period.PeriodAnalysisDataTablePane
- wantPhasePlotButton - Variable in class org.aavso.tools.vstar.plugin.period.PeriodAnalysisDialogBase
- wasInterrupted() - Method in class org.aavso.tools.vstar.input.AbstractObservationRetriever
- wasLastSelectionStdPhase() - Method in class org.aavso.tools.vstar.ui.pane.plot.PhaseAndMeanPlotPane
- WEDGE_PHOTOMETER - Enum constant in enum class org.aavso.tools.vstar.data.ObsType
- WeightedWaveletZTransform - Class in org.aavso.tools.vstar.util.period.wwz
-
This is a Java translation of the Fortran version of Grant Foster's WWZ algorithm.
- WeightedWaveletZTransform(List<ValidObservation>, double) - Constructor for class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
Construct a WWZ algorithm object with a default decay value.
- WeightedWaveletZTransform(List<ValidObservation>, double, double) - Constructor for class org.aavso.tools.vstar.util.period.wwz.WeightedWaveletZTransform
-
Constructor
- WeightedWaveletZTransformPluginBase - Class in org.aavso.tools.vstar.plugin.period.impl
-
Weighted Wavelet Z Transform plugin abstract base class.
- WeightedWaveletZTransformPluginBase() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
-
Constructor
- WeightedWaveletZTransformResultDialog - Class in org.aavso.tools.vstar.ui.dialog.period.wwz
-
This dialog class is used to visualise WWZ algorithm results.
- WeightedWaveletZTransformResultDialog(String, String, WeightedWaveletZTransform, WWZCoordinateType) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.wwz.WeightedWaveletZTransformResultDialog
-
Constructor.
- WeightedWaveletZTransformWithFrequencyRangePlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
Weighted Wavelet Z Transform (frequency range) plugin.
- WeightedWaveletZTransformWithFrequencyRangePlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithFrequencyRangePlugin
-
Constructor
- WeightedWaveletZTransformWithPeriodRangePlugin - Class in org.aavso.tools.vstar.plugin.period.impl
-
Weighted Wavelet Z Transform (period range) plugin.
- WeightedWaveletZTransformWithPeriodRangePlugin() - Constructor for class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformWithPeriodRangePlugin
-
Constructor
- WHEN - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- WHEN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- WHEN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- WHEN() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- whenExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SelectionExpressionContext
- whenExpression() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- WhenExpressionContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.WhenExpressionContext
- WHILE - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- WHILE - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- WHILE - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- WHILE() - Method in class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- whileLoop() - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- whileLoop() - Method in class org.aavso.tools.vstar.vela.VeLaParser
- whileLoop(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.SequenceContext
- WhileLoopContext(ParserRuleContext, int) - Constructor for class org.aavso.tools.vstar.vela.VeLaParser.WhileLoopContext
- WIDTH - Static variable in class org.aavso.tools.vstar.ui.MainFrame
- writeStringToFile(Component, String, Charset) - Method in class org.aavso.tools.vstar.ui.dialog.SaveChooser
-
Invoke Save Dialog (chooser) and write @content to the selected file.
- writeStringToFile(String, String, Charset) - Method in class org.aavso.tools.vstar.ui.dialog.SaveChooser
-
Write a String to file
- WS - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- WS - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- wvec - Variable in class org.aavso.tools.vstar.util.TSBase
- wwt - Variable in class org.aavso.tools.vstar.plugin.period.impl.WeightedWaveletZTransformPluginBase
- WWZ - Enum constant in enum class org.aavso.tools.vstar.util.period.wwz.WWZCoordinateType
- WWZ2DPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class represents a line plot model for two coordinates of Weighted Wavelet Z-Transform statistics, e.g.
- WWZ2DPlotModel(List<WWZStatistic>, WWZCoordinateType, WWZCoordinateType) - Constructor for class org.aavso.tools.vstar.ui.model.plot.WWZ2DPlotModel
-
Constructor
- WWZ3DPlotModel - Class in org.aavso.tools.vstar.ui.model.plot
-
This class represents a plot model for three coordinates of Weighted Wavelet Z-Transform statistics, e.g.
- WWZ3DPlotModel(List<WWZStatistic>, WWZCoordinateType, WWZCoordinateType, WWZCoordinateType) - Constructor for class org.aavso.tools.vstar.ui.model.plot.WWZ3DPlotModel
-
Constructor
- WWZCoordinateType - Enum Class in org.aavso.tools.vstar.util.period.wwz
-
Period analysis coordinate type.
- WWZDataTableModel - Class in org.aavso.tools.vstar.ui.model.list
-
This class represents a model for a WWZ time-frequency series table.
- WWZDataTableModel(List<WWZStatistic>, WeightedWaveletZTransform) - Constructor for class org.aavso.tools.vstar.ui.model.list.WWZDataTableModel
-
Period analysis data model constructor.
- WWZDataTablePane - Class in org.aavso.tools.vstar.ui.dialog.period.wwz
-
This class represents a WWZ data table pane.
- WWZDataTablePane(WWZDataTableModel) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZDataTablePane
-
Constructor
- wwzFrequency(String, double, double, double, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform WWZ time-frequency analysis with period range.
- WWZMultiperiodicModel - Class in org.aavso.tools.vstar.util.model
-
This class represents a WWZ derived multi-period fit model.
- WWZMultiperiodicModel(WeightedWaveletZTransform, List<Double>) - Constructor for class org.aavso.tools.vstar.util.model.WWZMultiperiodicModel
-
Constructor
- wwzPeriod(String, double, double, double, double, double) - Method in class org.aavso.tools.vstar.scripting.VStarScriptingAPI
-
Perform WWZ time-frequency analysis with period range.
- WWZPlotPane - Class in org.aavso.tools.vstar.ui.dialog.period.wwz
-
This is a pane that contains a WWZ plot chart.
- WWZPlotPane(JFreeChart, WWZ2DPlotModel, double, double) - Constructor for class org.aavso.tools.vstar.ui.dialog.period.wwz.WWZPlotPane
-
Constructor
- WWZStatistic - Class in org.aavso.tools.vstar.util.period.wwz
-
A single Weighted Wavelet Transform datapoint.
- WWZStatistic(double, double, double, double, double, double) - Constructor for class org.aavso.tools.vstar.util.period.wwz.WWZStatistic
-
Constructor.
X
- XOR - Enum constant in enum class org.aavso.tools.vstar.vela.Operation
- XOR - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- XOR - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- XOR() - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- XOR(int) - Method in class org.aavso.tools.vstar.vela.VeLaParser.ExclusiveOrExpressionContext
- xvec - Variable in class org.aavso.tools.vstar.util.TSBase
Y
- Yellow - Static variable in class org.aavso.tools.vstar.data.SeriesType
- YMD - Class in org.aavso.tools.vstar.util.date
-
A structure containing year, month, day values.
- YMD(int, int, double) - Constructor for class org.aavso.tools.vstar.util.date.YMD
-
Constructor
Z
- zeroPoint - Variable in class org.aavso.tools.vstar.util.AbstractExtremaFinder
- zeroPoint - Variable in class org.aavso.tools.vstar.util.model.AbstractModel
- ZOOM_IN - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ZoomType
- ZOOM_IN - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- ZOOM_OUT - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ZoomType
- ZOOM_OUT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- ZOOM_TO_FIT - Enum constant in enum class org.aavso.tools.vstar.ui.mediator.message.ZoomType
- ZOOM_TO_FIT - Static variable in class org.aavso.tools.vstar.ui.MenuBar
- ZoomRequestMessage - Class in org.aavso.tools.vstar.ui.mediator.message
-
This message should be sent when a zoom (in or out) action is required by some or all listeners.
- ZoomRequestMessage(Object, ZoomType) - Constructor for class org.aavso.tools.vstar.ui.mediator.message.ZoomRequestMessage
-
Constructor.
- ZoomType - Enum Class in org.aavso.tools.vstar.ui.mediator.message
-
The type of zoom.
_
- _ATN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- _ATN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- _decisionToDFA - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- _decisionToDFA - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- _serializedATN - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- _serializedATN - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
- _sharedContextCache - Static variable in class org.aavso.tools.vstar.vela.VeLaLexer
- _sharedContextCache - Static variable in class org.aavso.tools.vstar.vela.VeLaParser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form