com.rubecula.util
Interface PresentationFactoryInterface

All Known Implementing Classes:
PresentationFactory

public interface PresentationFactoryInterface

Factory interface to create new presentations from strings (the preferred method of creating new objects in the jquantity world).

Since:
V_0_1
Version:
$Revision: 1.3 $
Author:
Robin Hillyard

Method Summary
 Presentation createPresentation(java.lang.String string)
          Method to create a new Presentation from this Factory.
 

Method Detail

createPresentation

public Presentation createPresentation(java.lang.String string)
                                throws PresentationException
Method to create a new Presentation from this Factory.

Parameters:
string - the string from which the presentation will be formed.
Returns:
the newly minted presentation.
Throws:
PresentationException - problem parsing the string given.