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 Object


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

Method Detail

getName

public String getName()

findTimeCoordByRuntime

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

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

findGrid

public FmrcDefinition.Grid findGrid(String name)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.