|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Arg | |
opennlp.grok.expression |
Uses of Arg in opennlp.grok.expression |
Classes in opennlp.grok.expression that implement Arg | |
class |
BasicArg
A basic argument that contains a slash and a category. |
class |
Dollar
A variable representing a stack of arguments |
class |
NullArg
An null argument. |
class |
SetArg
A category which contains an unordered set of categories. |
Fields in opennlp.grok.expression declared as Arg | |
protected Arg[] |
ArgStack._list
|
Methods in opennlp.grok.expression that return Arg | |
Arg |
SetArg.copy()
|
Arg |
SetArg.copyWithout(int pos)
|
Arg |
NullArg.copy()
|
Arg |
Dollar.copy()
|
Arg |
ComplexCat.getArg(int pos)
|
Arg |
ComplexCat.getOuterArg()
|
Arg |
BasicArg.copy()
|
Arg |
ArgStack.get(int i)
|
Arg |
ArgStack.getLast()
|
Arg |
Arg.copy()
|
Methods in opennlp.grok.expression with parameters of type Arg | |
void |
ComplexCat.add(Arg a)
|
void |
ComplexCat.set(int index,
Arg c)
|
void |
ComplexCat.setOuterArgument(Arg c)
|
void |
ArgStack.addAt(Arg c,
int index)
|
void |
ArgStack.add(Arg c)
|
void |
ArgStack.addFront(Arg c)
|
void |
ArgStack.set(int i,
Arg c)
|
void |
ArgStack.setLast(Arg c)
|
protected static int |
ArgStack.insert(Arg[] a,
Arg[] b,
int pos)
|
protected static int |
ArgStack.insert(Arg[] a,
Arg[] b,
int pos)
|
Constructors in opennlp.grok.expression with parameters of type Arg | |
SetArg(Arg[] args)
|
|
ComplexCat(TargetCat target,
Arg arg)
Constructor with target and single arg. |
|
ArgStack(Arg c)
|
|
ArgStack(Arg[] list)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |