|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicNcContainer | |
---|---|
sk.uniba.euromath.document.schema.impl.bca | Implementation of the BCA set. |
Uses of BasicNcContainer in sk.uniba.euromath.document.schema.impl.bca |
---|
Fields in sk.uniba.euromath.document.schema.impl.bca declared as BasicNcContainer | |
---|---|
static BasicNcContainer |
BasicNcContainer.BASIC_NC_ALL
Contains singleton instance of nameclass, that accepts anything. |
Methods in sk.uniba.euromath.document.schema.impl.bca that return BasicNcContainer | |
---|---|
static BasicNcContainer |
BasicNcContainer.getInstance(com.sun.msv.grammar.NameClass nameclass)
Creates new container. |
BasicNcContainer |
BasicNcContainer.intersection(BasicNcContainer nc)
Computes intersection of our nameclass and given nameclass. |
Methods in sk.uniba.euromath.document.schema.impl.bca that return types with arguments of type BasicNcContainer | |
---|---|
Set<BasicNcContainer> |
NCSet.getSameNcs(NCSet set)
Returns set of nameclasses, that are both in this set and given set. |
Iterator<BasicNcContainer> |
NCSet.iterator()
Returns iterator, that iterates over BasicNcContainer
objects. |
Methods in sk.uniba.euromath.document.schema.impl.bca with parameters of type BasicNcContainer | |
---|---|
boolean |
NCSet.contains(BasicNcContainer nameclass)
Returns true if qname set, generated by given nameclass, is subset of qname set generated by this set. |
void |
NCSet.intersect(BasicNcContainer nc)
Computes intersection of this set and given nameclass. |
BasicNcContainer |
BasicNcContainer.intersection(BasicNcContainer nc)
Computes intersection of our nameclass and given nameclass. |
boolean |
BasicNcContainer.isSubsetOf(BasicNcContainer nc)
Checks, whether this nameclass is subset of given basic nameclass. |
void |
NCSet.union(BasicNcContainer nc)
Computes union of this set and given nameclass. |
Constructors in sk.uniba.euromath.document.schema.impl.bca with parameters of type BasicNcContainer | |
---|---|
NBCASet(BasicNcContainer nc)
Constructs NBCA set, that contains same set of items as given nameclass. |
|
NCSet(BasicNcContainer nc)
Creates set, that accepts same set as nc do. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |