ucar.nc2.dt.fmrc
Class FmrcDefinition.RunSeq

java.lang.Object
  extended by ucar.nc2.dt.fmrc.FmrcDefinition.RunSeq
Enclosing class:
FmrcDefinition

public class FmrcDefinition.RunSeq
extends java.lang.Object


Method Summary
 ForecastModelRunInventory.TimeCoord findTimeCoordByRuntime(java.util.Date runTime)
          Find the TimeCoord the should be used for this runTime
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

findTimeCoordByRuntime

public ForecastModelRunInventory.TimeCoord findTimeCoordByRuntime(java.util.Date runTime)
Find the TimeCoord the should be used for this runTime

Parameters:
runTime - run date
Returns:
TimeCoord, or null if no match.