|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibas.pinco.azioni.ActionFactory
public class ActionFactory
Method Summary | |
---|---|
Azione |
getAzione(java.lang.String nomeAzione)
|
AzioneFinale |
getAzioneFinale(java.lang.String nomeAzione)
|
AzioneIniziale |
getAzioneIniziale(java.lang.String nomeAzione)
|
static ActionFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ActionFactory getInstance()
public Azione getAzione(java.lang.String nomeAzione) throws PincoException
PincoException
public AzioneIniziale getAzioneIniziale(java.lang.String nomeAzione) throws PincoException
PincoException
public AzioneFinale getAzioneFinale(java.lang.String nomeAzione) throws PincoException
PincoException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |