|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectER.ER
ER.ConcatenacionER
public class ConcatenacionER
Clase para la implementacion de la operacion de concatenacion en expresiones regulares
Field Summary | |
---|---|
(package private) ER |
erA
Primera expresion regular concatenada |
(package private) ER |
erB
Segunda expresion regular concatenada |
Constructor Summary | |
---|---|
ConcatenacionER(ER erA,
ER erB)
|
Method Summary | |
---|---|
protected AF |
toAF(Int freeId)
Devuelve el automata finito asociado a la expresion regular concatenacion. |
java.lang.String |
toString()
Devuelve la representacion de la expresion regular en formato string |
Methods inherited from class ER.ER |
---|
loadER, loadER, nextQ, saveER, saveER, toAF |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
ER erA
ER erB
Constructor Detail |
---|
public ConcatenacionER(ER erA, ER erB)
erA
- Primera expresion regular a concatenarerB
- Segunda expresion regular a concatenarMethod Detail |
---|
public java.lang.String toString()
toString
in class ER
Object.toString()
protected AF toAF(Int freeId) throws AF_Exception, G_Exception
toAF
in class ER
freeId
- Primer identificador de estado libre.
AF_Exception
G_Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |