|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.simbad.Sesame
Title:
Description:
Copyright: Copyright (c) 2003
Company:
Field Summary | |
private int |
currIdx
|
private SesameCommand |
currSesameCmd
|
private java.util.ArrayList |
relist
|
Constructor Summary | |
Sesame()
Constructor |
Method Summary | |
void |
add(SesameCommand scmd)
Adds a SesameCommand to the Sesame object |
SesameCommand |
getMatchedCommand()
Returns the SesameCommand object corresponding to the previously called nextMatch() method |
java.lang.String |
nextMatch(java.lang.String id)
Returns the next transformation that was possible |
void |
resetMatch()
Reset the sesame object with a new identifier to check |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ArrayList relist
private int currIdx
private SesameCommand currSesameCmd
Constructor Detail |
public Sesame()
Method Detail |
public void add(SesameCommand scmd)
scmd
- Sesame commandpublic void resetMatch()
public java.lang.String nextMatch(java.lang.String id)
public SesameCommand getMatchedCommand()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |