All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.VLATimeF

java.lang.Object
   |
   +----JObserve.VLA.VLATimeF

public final class VLATimeF
extends Object
VLA time related scan information class.

See Also:
LabeledLink, Linkage

Variable Index

 o BeginLST
Begin observation
 o Duration
Duration from stop to next stop
 o DwellTime
Actual data collection time on the source
 o MoveTime
Time to move to source position
 o myLastLink
Last link of Field linked list
 o scheduled
True if scan scheduled
 o SpecifiedTime
Specified time type
 o StartLST
Start LST of scan
 o StopLST
Stop LST for the observation

Method Index

 o ArbitrateTimes(int)
Force consistency of time types within a Scan Order of presidence is StopLST, Duration, DwellTime Sets SpecifiedTime and (time).Present members
 o copy(VLATimeF)
in place copy
 o FinishParse(VLAScan)
Any cleanup operations needed for parsing a Scan
 o IsScanScheduled(VLAScan)
Determine if scan is scheduled
 o UnscheduleScan(VLAScan)
Unschedule Scan

Variables

 o myLastLink
 public FieldLink myLastLink
Last link of Field linked list

 o SpecifiedTime
 public int SpecifiedTime
Specified time type

 o scheduled
 public boolean scheduled
True if scan scheduled

 o StartLST
 public StartLSTF StartLST
Start LST of scan

 o MoveTime
 public MoveTimeF MoveTime
Time to move to source position

 o BeginLST
 public BeginLSTF BeginLST
Begin observation

 o DwellTime
 public DwellTimeF DwellTime
Actual data collection time on the source

 o StopLST
 public StopLSTF StopLST
Stop LST for the observation

 o Duration
 public DurationF Duration
Duration from stop to next stop

Methods

 o copy
 public void copy(VLATimeF out)
in place copy

Parameters:
VLATimeF - the Object to copy to
 o UnscheduleScan
 public void UnscheduleScan(VLAScan theScan)
Unschedule Scan

Parameters:
VLAScan - The scan in question.
 o IsScanScheduled
 public boolean IsScanScheduled(VLAScan theScan)
Determine if scan is scheduled

Parameters:
VLAScan - The scan in question.
Returns:
boolean true if scan is scheduled
 o ArbitrateTimes
 public void ArbitrateTimes(int TheValue)
Force consistency of time types within a Scan Order of presidence is StopLST, Duration, DwellTime Sets SpecifiedTime and (time).Present members

Parameters:
inta - Field.Present value to use for the time .Present values
 o FinishParse
 public void FinishParse(VLAScan theScan)
Any cleanup operations needed for parsing a Scan

Parameters:
VLAScan - the Scan parsed

All Packages  Class Hierarchy  This Package  Previous  Next  Index