|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdanbikel.parser.constraints.PartialLexTreeConstraintSetFactory
public class PartialLexTreeConstraintSetFactory
Factory to produce PartialLexTreeConstraintSet
objects.
Constructor Summary | |
---|---|
PartialLexTreeConstraintSetFactory()
Constructs a new factory for PartialLexTreeConstraintSet objects. |
Method Summary | |
---|---|
ConstraintSet |
get()
Returns a new, empty PartialLexTreeConstraintSet object. |
ConstraintSet |
get(Object tree)
Returns a new PartialLexTreeConstraintSet using the specified
syntactic tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartialLexTreeConstraintSetFactory()
PartialLexTreeConstraintSet
objects.
Method Detail |
---|
public ConstraintSet get()
PartialLexTreeConstraintSet
object.
get
in interface ConstraintSetFactory
PartialLexTreeConstraintSet
object.PartialLexTreeConstraintSet.PartialLexTreeConstraintSet()
public ConstraintSet get(Object tree)
PartialLexTreeConstraintSet
using the specified
syntactic tree.
get
in interface ConstraintSetFactory
tree
- the syntactic tree from which to construct a tree structure
of PartialLexTreeConstraint
objects contained in a
PartialLexTreeConstraintSet
PartialLexTreeConstraintSet
using the specified
syntactic tree.PartialLexTreeConstraintSet.PartialLexTreeConstraintSet(Sexp)
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |