|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdanbikel.parser.SubcatBagFactory
public class SubcatBagFactory
A factory for creating SubcatBag
objects.
SubcatBag
,
Subcats
,
Settings.subcatFactoryClass
,
Serialized FormConstructor Summary | |
---|---|
SubcatBagFactory()
Constructs a new SubcatBagFactory . |
Method Summary | |
---|---|
Subcat |
get()
Returns an empty SubcatBag . |
Subcat |
get(SexpList list)
Returns a SubcatBag initialized with the requirements
contained in the specified list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubcatBagFactory()
SubcatBagFactory
.
Method Detail |
---|
public Subcat get()
SubcatBag
.
get
in interface SubcatFactory
public Subcat get(SexpList list)
SubcatBag
initialized with the requirements
contained in the specified list.
get
in interface SubcatFactory
list
- a list of Symbol
objects to be added
as requirements to a new SubcatBag
instance
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |