edu.ucla.belief.approx
Class EdgeDeletionInferenceEngine.DateFormatFilename

Object
  extended by EdgeDeletionInferenceEngine.DateFormatFilename
Enclosing class:
EdgeDeletionInferenceEngine

public static class EdgeDeletionInferenceEngine.DateFormatFilename
extends Object


Method Summary
 String format(Date date)
           
 Appendable format(Date date, Appendable app)
           
static EdgeDeletionInferenceEngine.DateFormatFilename getInstance()
           
static String now()
           
static String timestamp()
           
 String timestamp(Date date)
           
 Appendable timestamp(Date date, Appendable app)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EdgeDeletionInferenceEngine.DateFormatFilename getInstance()

now

public static String now()

format

public String format(Date date)

format

public Appendable format(Date date,
                         Appendable app)
                  throws IOException
Throws:
IOException

timestamp

public static String timestamp()

timestamp

public String timestamp(Date date)

timestamp

public Appendable timestamp(Date date,
                            Appendable app)
                     throws IOException
Throws:
IOException


Copyright 2010 UCLA Automated Reasoning Group