|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgStack | |
opennlp.grok.expression |
Uses of ArgStack in opennlp.grok.expression |
Methods in opennlp.grok.expression that return ArgStack | |
ArgStack |
ComplexCat.getArgStack()
|
ArgStack |
ComplexCat.getArgStack(int from)
|
ArgStack |
ArgStack.copy()
|
ArgStack |
ArgStack.copyWithout(int indexToRemove)
|
ArgStack |
ArgStack.subList(int from)
|
ArgStack |
ArgStack.subList(int from,
int upto)
|
ArgStack |
ArgStack.shallowCopy()
|
ArgStack |
ArgStack.fill(opennlp.common.unify.Substitution s)
|
ArgStack |
ArgStack.unify(ArgStack as,
opennlp.common.unify.Substitution sub)
|
ArgStack |
ArgStack.unifyPrefix(ArgStack as,
int upto,
opennlp.common.unify.Substitution sub)
|
Methods in opennlp.grok.expression with parameters of type ArgStack | |
void |
SetArg.add(ArgStack as)
|
void |
ComplexCat.add(ArgStack as)
|
void |
ComplexCat.addBeforeEnd(ArgStack as)
|
void |
ComplexCat.addFront(ArgStack as)
|
void |
ComplexCat.insertFront(ArgStack as)
|
void |
ComplexCat.insertEnd(ArgStack as)
|
void |
ArgStack.addAt(ArgStack cl,
int index)
|
void |
ArgStack.add(ArgStack cl)
|
void |
ArgStack.addFront(ArgStack cl)
|
void |
ArgStack.insertFront(ArgStack cl)
|
void |
ArgStack.insertEnd(ArgStack cl)
|
void |
ArgStack.insertAt(ArgStack cl,
int index)
|
int |
ArgStack.unifySuffix(ArgStack as,
opennlp.common.unify.Substitution sub)
|
ArgStack |
ArgStack.unify(ArgStack as,
opennlp.common.unify.Substitution sub)
|
ArgStack |
ArgStack.unifyPrefix(ArgStack as,
int upto,
opennlp.common.unify.Substitution sub)
|
Constructors in opennlp.grok.expression with parameters of type ArgStack | |
SetArg(ArgStack args)
|
|
ComplexCat(TargetCat target,
ArgStack args)
Constructor with target and arg stack. |
|
ComplexCat(TargetCat target,
ArgStack args,
opennlp.common.synsem.LF lf)
Constructor with target, arg stack and LF. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |