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

P

paint(Graphics2D) - Method in class edu.nrao.sss.model.source.experiment.SourceMap
Paints this map on the given graphics context.
paintComponent(Graphics) - Method in class edu.nrao.sss.model.source.experiment.SourceMapComponent
 
Parameter - Class in edu.nrao.sss.model.parameter
A Parameter consists of an Entity, an optional Band, a Name, the Value of the parameter, the name of the person who last updated it, the version of the parameter (a date), and the date it is to take effect.
Parameter() - Constructor for class edu.nrao.sss.model.parameter.Parameter
 
Parameter(Parameter) - Constructor for class edu.nrao.sss.model.parameter.Parameter
 
Parameter(String, String, String, String, String) - Constructor for class edu.nrao.sss.model.parameter.Parameter
 
ParameterFilter - Class in edu.nrao.sss.model.parameter
A filter that operates on parameters.
ParameterFilter() - Constructor for class edu.nrao.sss.model.parameter.ParameterFilter
Creates a new wide-open filter that allows all parameters to pass.
PARAMETERNAME_FIELD - Static variable in class edu.nrao.sss.model.parameter.Parameter
 
ParameterProvider - Interface in edu.nrao.sss.model.parameter
A provider of astronomical parameters.
ParameterRule - Enum in edu.nrao.sss.model.parameter
An enumeration of the Parameter constraints.
ParameterRules - Class in edu.nrao.sss.model.parameter
Wraps the ParameterRule enum in a hash for quick lookups on Entity and Parameter Name.
ParameterValidation - Class in edu.nrao.sss.model.parameter
 
ParameterValidation(AbstractValidator<Parameter>, ValidationPurpose) - Constructor for class edu.nrao.sss.model.parameter.ParameterValidation
 
ParameterValidation.ErrorType - Enum in edu.nrao.sss.model.parameter
 
ParameterValidator - Class in edu.nrao.sss.model.parameter
 
ParameterValidator() - Constructor for class edu.nrao.sss.model.parameter.ParameterValidator
Creates a new instance.
parse(String) - Static method in class edu.nrao.sss.model.source.VlaHistoricalCalibratorData
Creates a new historical record by parsing the given text.
passesTest() - Method in class edu.nrao.sss.model.parameter.BatchUpdateFileValidation
 
passesTest() - Method in class edu.nrao.sss.model.parameter.BatchUpdateLineValidation
 
passesTest() - Method in class edu.nrao.sss.model.parameter.ParameterValidation
 
passwordEquals(String) - Method in class edu.nrao.sss.model.user.User
Deprecated.  
pattern - Static variable in class edu.nrao.sss.model.parameter.BatchUpdateLine
 
PDB_ADMIN - Static variable in class edu.nrao.sss.model.user.UserGroup
 
PdBISourceCatalogReader - Class in edu.nrao.sss.model.source.parser
 
PdBISourceCatalogReader() - Constructor for class edu.nrao.sss.model.source.parser.PdBISourceCatalogReader
Creates a new instance.
phase - Variable in class edu.nrao.sss.model.project.scheduling.constraint.ConstraintApi
 
Phone - Class in edu.nrao.sss.model.user
 
Phone() - Constructor for class edu.nrao.sss.model.user.Phone
 
Phone(Phone) - Constructor for class edu.nrao.sss.model.user.Phone
 
PointBrightness - Class in edu.nrao.sss.model.source
A source brightness of type BrightnessDistribution.POINT.
PointingPosition - Class in edu.nrao.sss.model.project.scan
A position used by a PointingScan.
PointingPosition() - Constructor for class edu.nrao.sss.model.project.scan.PointingPosition
Creates a new instance.
PointingPositionValidator - Class in edu.nrao.sss.model.project.scan
A validator of pointing positions.
PointingPositionValidator() - Constructor for class edu.nrao.sss.model.project.scan.PointingPositionValidator
Creates a new instance.
PointingScan - Class in edu.nrao.sss.model.project.scan
A scan that holds a list of pointing positions.
PointingScanValidator - Class in edu.nrao.sss.model.project.scan
A validator of pointing scans.
PointingScanValidator() - Constructor for class edu.nrao.sss.model.project.scan.PointingScanValidator
Creates a new instance.
PositionType - Enum in edu.nrao.sss.model.project.scan
An indicator for interpreting a position as either absolute or relative.
Priority - Class in edu.nrao.sss.model.project.scheduling.priority
A measure of importance of a particular type that can be assigned a weight.
Priority() - Constructor for class edu.nrao.sss.model.project.scheduling.priority.Priority
 
Priority(PriorityType, double) - Constructor for class edu.nrao.sss.model.project.scheduling.priority.Priority
 
Priority(Priority) - Constructor for class edu.nrao.sss.model.project.scheduling.priority.Priority
 
PriorityFactory - Class in edu.nrao.sss.model.project.scheduling.priority
 
PriorityMeasure - Class in edu.nrao.sss.model.project.scheduling.priority
Returns a single measure for the priority of a ScheduleBlock or a set of scheduling priorities.
PriorityMeasure() - Constructor for class edu.nrao.sss.model.project.scheduling.priority.PriorityMeasure
 
PriorityMeasure(PriorityMeasure) - Constructor for class edu.nrao.sss.model.project.scheduling.priority.PriorityMeasure
 
PriorityMeasureSum - Class in edu.nrao.sss.model.project.scheduling.priority
 
PriorityMeasureSum() - Constructor for class edu.nrao.sss.model.project.scheduling.priority.PriorityMeasureSum
 
PriorityMeasureSum(PriorityMeasureSum) - Constructor for class edu.nrao.sss.model.project.scheduling.priority.PriorityMeasureSum
 
PriorityMeasureType - Enum in edu.nrao.sss.model.project.scheduling.priority
Methods for combining priorities to obtain a single number representing the overall priority.
PriorityType - Enum in edu.nrao.sss.model.project.scheduling.priority
An enumeration of priority types.
priorityWeights - Variable in class edu.nrao.sss.model.project.scheduling.priority.PriorityMeasure
 
ProcessingType - Enum in edu.nrao.sss.model.resource.vla
Data processing that can be done by the correlator.
productGroups - Variable in class edu.nrao.sss.model.resource.CorrelatorSubbandAbs
 
ProfessionalStatus - Enum in edu.nrao.sss.model.proposal
Placeholder for time when we integrate proposal work. An enumeration of professional status types.
ProgBlock - Interface in edu.nrao.sss.model.project.scheduling
Represents a specific telescope configuration for the purposes of scheduling.
ProgramBlock - Class in edu.nrao.sss.model.project
A set of observations that share a common telescope configuration.
ProgramBlock() - Constructor for class edu.nrao.sss.model.project.ProgramBlock
Creates a new instance.
ProgramBlockFilter - Class in edu.nrao.sss.model.project
A filter that operates on program blocks.
ProgramBlockFilter() - Constructor for class edu.nrao.sss.model.project.ProgramBlockFilter
Creates a new wide-open filter that allows all program blocks to pass.
ProgramBlockProvider - Interface in edu.nrao.sss.model.project
A provider of program blocks.
ProgramBlockValidator - Class in edu.nrao.sss.model.project
A validator of program blocks.
ProgramBlockValidator() - Constructor for class edu.nrao.sss.model.project.ProgramBlockValidator
Creates a new instance.
Project - Class in edu.nrao.sss.model.project
A scientifically independent subset of the observations set forth in a Proposal.
Project() - Constructor for class edu.nrao.sss.model.project.Project
Creates a new instance.
ProjectBuilder - Class in edu.nrao.sss.model.project
Helper for test classes; builds projects and their components.
ProjectBuilder() - Constructor for class edu.nrao.sss.model.project.ProjectBuilder
 
ProjectProvider - Interface in edu.nrao.sss.model.project
A provider of projects.
ProjectType - Enum in edu.nrao.sss.model.project
An enumeration of project types.
ProjectValidator - Class in edu.nrao.sss.model.project
A validator of projects.
ProjectValidator() - Constructor for class edu.nrao.sss.model.project.ProjectValidator
Creates a new instance.
Proposal - Class in edu.nrao.sss.model.proposal
Placeholder for time when we integrate proposal work. A request for time to perform one or more projects on one or more telescopes.
Proposal() - Constructor for class edu.nrao.sss.model.proposal.Proposal
Creates a new instance.
ProposalProvider - Interface in edu.nrao.sss.model.proposal
A provider of proposals.
ProposalStatus - Enum in edu.nrao.sss.model.proposal
Placeholder for time when we integrate proposal work. An enumeration of proposal statuses.
ProposalType - Enum in edu.nrao.sss.model.proposal
Placeholder for time when we integrate proposal work. An enumeration of proposal types.
proxiedRangeIsReversed() - Method in interface edu.nrao.sss.model.resource.CorrelatorBaseband
Returns true if the high and low frequencies in the proxied range are mapped to the low and high frequencies, respectively, of this baseband.
proxiedRangeIsReversed() - Method in class edu.nrao.sss.model.resource.evla.WidarBasebandPair
 
proxiedRangeIsReversed() - Method in class edu.nrao.sss.model.resource.evla.WidarBasebandSinglet
 
proxiedRangeIsReversed() - Method in class edu.nrao.sss.model.resource.vla.VlaBasebandPair
 
PstSourceCatalogReader - Class in edu.nrao.sss.model.source.parser
A parser of source catalog text files in the format used by the GBT / VLA Proposal Submission Tool (PST).
PstSourceCatalogReader() - Constructor for class edu.nrao.sss.model.source.parser.PstSourceCatalogReader
Creates a new instance.
PstSourceCatalogWriter - Class in edu.nrao.sss.model.source.parser
A writer of source catalog text files in the format used by the GBT / VLA Proposal Submission Tool (PST).
PstSourceCatalogWriter() - Constructor for class edu.nrao.sss.model.source.parser.PstSourceCatalogWriter
 
PulsarSpecification - Class in edu.nrao.sss.model.resource
A resource specification for pulsar observations.
PulsarSpecification() - Constructor for class edu.nrao.sss.model.resource.PulsarSpecification
Creates a new instance.
put(Date, Source) - Method in class edu.nrao.sss.model.source.SourceLookupTable
 
putAll(Map<Date, Source>) - Method in class edu.nrao.sss.model.source.SourceLookupTable
 
putError(int, String) - Method in class edu.nrao.sss.model.source.parser.AbstractSourceCatalogReader
Adds a new parsing error to our list.
putError(String) - Method in class edu.nrao.sss.model.source.parser.AbstractSourceCatalogWriter
Adds a new error to our list.
putError(int, String) - Method in class edu.nrao.sss.model.source.parser.AbstractSourceCatalogWriter
Adds a new error to our list.

A B C D E F G H I J L M N O P R S T U V W X
Copyright © 2009. All Rights Reserved.