|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdanbikel.parser.constraints.UnlexTreeConstraintSetFactory
public class UnlexTreeConstraintSetFactory
Factory to produce UnlexTreeConstraintSet
objects.
Constructor Summary | |
---|---|
UnlexTreeConstraintSetFactory()
Returns a new factory for UnlexTreeConstraintSet objects. |
Method Summary | |
---|---|
ConstraintSet |
get()
Returns an empty UnlexTreeConstraintSet object. |
ConstraintSet |
get(Object tree)
Returns an UnlexTreeConstraintSet constructed with 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 UnlexTreeConstraintSetFactory()
UnlexTreeConstraintSet
objects.
Method Detail |
---|
public ConstraintSet get()
UnlexTreeConstraintSet
object.
get
in interface ConstraintSetFactory
UnlexTreeConstraintSet
objectpublic ConstraintSet get(Object tree)
UnlexTreeConstraintSet
constructed with the specified
syntactic tree.
get
in interface ConstraintSetFactory
tree
- the syntactic tree from which to construct a set
of constraints
UnlexTreeConstraintSet
constructed with the specified
syntactic tree
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |