|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.uniba.euromath.document.schema.impl.tools.ShortInsertlistsUnifier
public final class ShortInsertlistsUnifier
Unifies all short insertlists into one. Short insertlist is an insertlist, that have length 1.
| Constructor Summary | |
|---|---|
ShortInsertlistsUnifier(RulePool pool)
Constructs instance of object. |
|
| Method Summary | |
|---|---|
void |
add(InsertListInternal il)
Registers given insertlist to unification process. |
InsertListImpl |
getUnified()
Returns unified insertlist. |
InsertListInternal |
getUnifiedInt()
Returns unified insertlist as an internal insertlist. |
boolean |
isEmpty()
Checks, whether getUnified() function will return null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShortInsertlistsUnifier(RulePool pool)
pool - all created rules will be placed in this pool. May be
null if getUnified() function shall not be
called.| Method Detail |
|---|
public void add(InsertListInternal il)
il - short insertlist.public InsertListImpl getUnified()
null.
IllegalStateException - when given expression accepts infinite
localnames.public InsertListInternal getUnifiedInt()
null.public boolean isEmpty()
getUnified() function will return null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||