A B C D E F G H I J K L M N O P Q R S T U V W

G

G_Exception - Exception in Gramaticas
Excepcion asociada a los metodos y clases del paquete Gramaticas.
G_Exception() - Constructor for exception Gramaticas.G_Exception
 
G_Exception(String) - Constructor for exception Gramaticas.G_Exception
 
generate_AFD_minimo(int, boolean[], Hashtable, Estado[], AF) - Method in class AF.AF
Construye el automata minimo resultante: ultima parte del proceso de minimizacion
generateDrawingInstructions(LabelledTree, FontMetrics) - Method in class TreeDraw.TreeDrawer
Generates drawing instructions allowing to draw a tree in an environment with a given FontMetrics.
generateParseException() - Static method in class ER.parserER
 
generateParseException() - Static method in class Gramaticas.parserTreeCYK
 
get(int) - Method in class Gramaticas.Cadena
Devuelve el terminal de una posicion dada de la cadena
get_ai() - Method in class Gramaticas.ReglaCYK3
Devuelve la coordenada XX' de la parte izquierda
get_aj() - Method in class Gramaticas.ReglaCYK3
Devuelve la coordenada YY' de la parte izquierda
get_bi() - Method in class Gramaticas.ReglaCYK3
Devuelve la coordenada XX' del primer simbolo de la parte derecha
get_bj() - Method in class Gramaticas.ReglaCYK3
Devuelve la coordenada YY' del primer simbolo de la parte derecha
get_ci() - Method in class Gramaticas.ReglaCYK3
Devuelve la coordenada XX' del segundo simbolo de la parte derecha
get_cj() - Method in class Gramaticas.ReglaCYK3
Devuelve la coordenada YY' del segundo simbolo de la parte derecha
get_componentes() - Method in class AF.Estado
Metodo inverso de Estado.Estado(Collection).
get_drcha() - Method in class Gramaticas.ReglaGIC
Devuelve el ArrayList de objetos Simbolo que implementa la parte izquierda de la regla.
get_equivalentes(int, boolean[], Hashtable, Estado[]) - Method in class AF.AF
Devuelve los conjuntos de estados equivalentes (clases de equivalencia) en base a la matriz de distinguibilidad del algoritmo de minimizacion.
get_estado_diferente(Collection) - Static method in class AF.Estado
Crea un nuevo estado distinto a los actualmente almacenados en la coleccion de entrada.
get_id() - Method in class AF.Estado
Devuelve el identificador del Estado
get_id() - Method in class Gramaticas.Simbolo
Devuelve el identificador del Simbolo
get_izqda() - Method in class Gramaticas.ReglaGIC
Devuelve el No_terminal que implementa la parte izquierda de la regla.
get_parseTree(No_terminal, int, int) - Method in class Gramaticas.TablaParseCYK3
Devuelve la lista de arboles de analisis (en formato string parentizado) con raiz en el no terminal indicado, siendo este la parte izqda de una de las reglas de la celda con las coordenadas indicadas
get_qdestino() - Method in class AF.Arco
Devuelve el estado destino del arco/transicion
get_qorigen() - Method in class AF.Arco
Devuelve el estado origen del arco/transicion
get_tabla_transiciones() - Method in class AF.AFabstracto
Obtiene la tabla de transiciones del automata.
get_terminal() - Method in class AF.Arco
Devuelve el terminal de entrada asociado al Arco
get_xy(int, int, int) - Method in class AF.AF
Dada una posicion de la matriz de distinguibilidad del algoritmo de minimizacion, calcula el indice correspondiente en el array que lo implementa.
getAlfabeto() - Method in class AF.AFabstracto
Devuelve el alfabeto del automata
getArcos() - Method in class AF.AFabstracto
Devuelve el conjunto de arcos/transiciones del automata
getArcosPpo(Estado) - Method in class AF.AFabstracto
Devuelve el conjunto de arcos/transiciones del automata que salen de un estado dado
getArcosPpoTerminal(Estado, Terminal) - Method in class AF.AFabstracto
Devuelve el conjunto de arcos/transiciones del automata que salen de un estado dado y estan etiquetados con un terminal dado
getAxioma() - Method in class Gramaticas.GIC
Devuelve el axioma o simbolo inicial de la gramatica.
getBeginColumn() - Static method in class ER.SimpleCharStream
 
getBeginColumn() - Static method in class Gramaticas.SimpleCharStream
 
getBeginLine() - Static method in class ER.SimpleCharStream
 
getBeginLine() - Static method in class Gramaticas.SimpleCharStream
 
getCelda(int, int) - Method in class Gramaticas.TablaCYK
Devuelve el contenido de la tabla en las coordenadas dadas.
getCenter() - Method in class TreeDraw.TreeDrawingInstructions
 
getChild(int) - Method in class Gramaticas.ArbolCYK
 
getChild(int) - Method in class TreeDraw.LabelledTreeImpl
Returns the i'th child (subtree) of this tree (node).
getChild(int) - Method in interface TreeDraw.Tree
Returns the i'th subtree of the tree's root.
getChild(int) - Method in class TreeDraw.TreeDrawingInstructions
Returns the ith child of this instructions node.
getChildOffset() - Method in class TreeDraw.TreeDrawingInstructions
 
getColumn() - Static method in class ER.SimpleCharStream
Deprecated.  
getColumn() - Static method in class Gramaticas.SimpleCharStream
Deprecated.  
getEndColumn() - Static method in class ER.SimpleCharStream
 
getEndColumn() - Static method in class Gramaticas.SimpleCharStream
 
getEndLine() - Static method in class ER.SimpleCharStream
 
getEndLine() - Static method in class Gramaticas.SimpleCharStream
 
getEstados() - Method in class AF.AFabstracto
Devuelve el conjunto de estados del automata
getFinales() - Method in class AF.AFabstracto
Devuelve el conjunto de estados finales del automata
GetImage() - Static method in class ER.SimpleCharStream
 
GetImage() - Static method in class Gramaticas.SimpleCharStream
 
getInicial() - Method in class AF.AFabstracto
Devuelve el estado inicial del automata
getLabel() - Method in class Gramaticas.ArbolCYK
 
getLabel() - Method in interface TreeDraw.LabelledTree
Returns the tree's root's label.
getLabel() - Method in class TreeDraw.LabelledTreeImpl
Returns this tree node's label.
getLabel() - Method in class TreeDraw.TreeDrawingInstructions
Returns this instructions node's tree's root node's label.
getLine() - Static method in class ER.SimpleCharStream
Deprecated.  
getLine() - Static method in class Gramaticas.SimpleCharStream
Deprecated.  
getLineSeparation() - Method in class TreeDraw.TreeDrawer
 
getMessage() - Method in exception ER.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error ER.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception Gramaticas.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error Gramaticas.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinHorizSpace() - Method in class TreeDraw.TreeDrawer
 
getNextToken() - Static method in class ER.parserER
 
getNextToken() - Static method in class ER.parserERTokenManager
 
getNextToken() - Static method in class Gramaticas.parserTreeCYK
 
getNextToken() - Static method in class Gramaticas.parserTreeCYKTokenManager
 
getNoTerminales() - Method in class Gramaticas.GIC
Devuelve el conjunto de no terminales de la gramatica.
getOffset() - Method in class TreeDraw.TreeDrawingInstructions
 
getReglas() - Method in class Gramaticas.GIC
Devuelve el conjunto de reglas o producciones de la gramatica.
GetSuffix(int) - Static method in class ER.SimpleCharStream
 
GetSuffix(int) - Static method in class Gramaticas.SimpleCharStream
 
getTabSize(int) - Static method in class ER.SimpleCharStream
 
getTabSize(int) - Static method in class Gramaticas.SimpleCharStream
 
getTam() - Method in class Gramaticas.TablaCYK
Devuelve la longitud de la cadena a analizar
getTerminal(int) - Method in class Gramaticas.TablaCYK
Devuelve el i-esimo terminal de la cadena a analizar.
getTerminales() - Method in class Gramaticas.GIC
Devuelve el conjunto de terminales de la gramatica.
getToken(int) - Static method in class ER.parserER
 
getToken(int) - Static method in class Gramaticas.parserTreeCYK
 
getTree() - Method in class TreeDraw.TreeDrawingInstructions
Returns the labelled tree to draw.
getVal() - Method in class mylib.Int
Devuelve el valor encapsulado
getVerbose() - Static method in class mylib.Exec
Will Exec print status messages?
getVertSpace() - Method in class TreeDraw.TreeDrawer
 
getWidth() - Method in class TreeDraw.TreeDrawingInstructions
 
GIC - Class in Gramaticas
Clase que implementa una Gramatica Independiente del Contexto (GIC).
GIC(String) - Constructor for class Gramaticas.GIC
Las gramaticas se pueden construir a partir de una especificacion en modo texto como esta:

S A B; a b c; S; S -> a A; A -> a b c A | b B; B -> b c B | $;


Describiremos la sintaxis a seguir.
gram - Variable in class Gramaticas.TablaCYK
Gramatica a emplear en el analisis
GramaticaAbstracta - Class in Gramaticas
Clase abstracta para la implementacion interna de gramaticas.
GramaticaAbstracta() - Constructor for class Gramaticas.GramaticaAbstracta
 
Gramaticas - package Gramaticas
 

A B C D E F G H I J K L M N O P Q R S T U V W