|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NCSet | |
---|---|
sk.uniba.euromath.document.schema.impl.bca | Implementation of the BCA set. |
Uses of NCSet in sk.uniba.euromath.document.schema.impl.bca |
---|
Methods in sk.uniba.euromath.document.schema.impl.bca with parameters of type NCSet | |
---|---|
Set<BasicNcContainer> |
NCSet.getSameNcs(NCSet set)
Returns set of nameclasses, that are both in this set and given set. |
void |
NCSet.intersect(NCSet ncSet)
Computes intersection of this set and given set. |
void |
NCSet.removeNcs(NCSet set)
Removes all rules, that are both in this set and given set. |
void |
NCSet.union(NCSet set)
Computes union of this set and given set. |
Constructors in sk.uniba.euromath.document.schema.impl.bca with parameters of type NCSet | |
---|---|
NCSet(NCSet ncSet)
Creates set, that accepts same set as ncSet do. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |