|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTD | |
---|---|
edu.buffalo.nsf.xmlcqa.data.dtd | Package containing regular expressions and DTD. |
edu.buffalo.nsf.xmlcqa.graph | |
edu.buffalo.nsf.xmlcqa.test | |
edu.buffalo.nsf.xmlcqa.test.cqa |
Uses of DTD in edu.buffalo.nsf.xmlcqa.data.dtd |
---|
Methods in edu.buffalo.nsf.xmlcqa.data.dtd that return DTD | |
DTD |
DTD.init()
A method initializing the given object. |
Methods in edu.buffalo.nsf.xmlcqa.data.dtd with parameters of type DTD | |
abstract int[][] |
NDFA.getMinCostDelta(DTD d)
Returns an array containing costs of cheapest paths between every pari of states. |
abstract int[][][] |
NDFA.getFstIndTrDelta(DTD d)
Returns a two dimensional array containing vectors of suffixes of the cheapest paths between each pair of vertices. |
abstract Tag[][][] |
NDFA.getFstTagTrDelta(DTD d)
Returns a two dimentional array containing vectors of suffizes of labels of the cheapest paths between each pair of vertices. |
int[][] |
RegExpr.getMinCostDelta(DTD d)
|
int[][][] |
RegExpr.getFstIndTrDelta(DTD d)
|
Tag[][][] |
RegExpr.getFstTagTrDelta(DTD d)
|
static int |
ValidationAutomaton.validate(TokenStream ts,
DTD d)
Calculates the number of errors in ts w.r.t. |
Uses of DTD in edu.buffalo.nsf.xmlcqa.graph |
---|
Fields in edu.buffalo.nsf.xmlcqa.graph declared as DTD | |
DTD |
Edge.dtd
|
Methods in edu.buffalo.nsf.xmlcqa.graph with parameters of type DTD | |
java.util.Collection |
CQA.compute(TokenStream ts,
Query q,
DTD d)
|
protected Vertex[] |
CQA.startState(NodeCollector parent,
Tag t,
DTD d)
|
protected void |
CQA.closure(Vertex[] a,
DTD dtd,
Tag[][][] ftd,
int[][][] fid,
int[][] mcd,
boolean[][] epsilonDelta)
|
protected void |
CQA.consume(NDFA def,
DTD dtd,
Tag t,
NodeCollector child,
Vertex[] curr,
Vertex[] next,
int r,
int d)
|
protected CQA.Result |
CQA.compute(TokenStream ts,
DTD dtd,
NodeCollector parent)
|
static int |
RestaurationAutomaton.dist(TokenStream ts,
DTD d)
|
protected static int[] |
RestaurationAutomaton.startState(NDFA def,
DTD d)
|
protected static void |
RestaurationAutomaton.consume(NDFA def,
DTD dtd,
Tag t,
int[] curr,
int[] next,
int r,
int d)
|
void |
Vertex.addIncomingIns(Vertex from,
DTD dtd,
Tag t)
|
void |
Vertex.addIncomingIns(Vertex[] from,
DTD dtd,
int[] is,
Tag[] tags)
|
Constructors in edu.buffalo.nsf.xmlcqa.graph with parameters of type DTD | |
Edge(Vertex from,
Tag t,
DTD dtd,
Vertex to,
Edge nextIn)
|
Uses of DTD in edu.buffalo.nsf.xmlcqa.test |
---|
Fields in edu.buffalo.nsf.xmlcqa.test declared as DTD | |
static DTD[] |
DTDs.dtd
|
static DTD |
Test.dtd
|
Uses of DTD in edu.buffalo.nsf.xmlcqa.test.cqa |
---|
Fields in edu.buffalo.nsf.xmlcqa.test.cqa declared as DTD | |
static DTD |
TestUtil.simpleDTD
|
static DTD |
TestUtil.textDTD
|
Methods in edu.buffalo.nsf.xmlcqa.test.cqa that return DTD | |
DTD |
TestUtil.generateSimpleDTD(int size)
|
DTD |
TestUtil.generateTextDTD(int size)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |