|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISet | |
net.groboclown.xml.xdstates.v1 | A framework which allows for the generation of permutations of data from an XML file. |
net.groboclown.xml.xdstates.v1.impl |
Uses of ISet in net.groboclown.xml.xdstates.v1 |
Methods in net.groboclown.xml.xdstates.v1 that return ISet | |
ISet |
ISet.getParent()
|
ISet |
ISet.copy(ISet newParent)
|
ISet |
Factory.createSet(IAttribute[] attr,
IItem[] items)
|
ISet |
Factory.createSet(List attr,
List items)
|
Methods in net.groboclown.xml.xdstates.v1 with parameters of type ISet | |
ISet |
ISet.copy(ISet newParent)
|
Uses of ISet in net.groboclown.xml.xdstates.v1.impl |
Classes in net.groboclown.xml.xdstates.v1.impl that implement ISet | |
protected static class |
MacroBuilder.MacroSet
|
protected static class |
MacroBuilder.MNodeSet
|
class |
SetX
An interface that contains all the data associated with a Set in the tree. |
protected static class |
XmlStatesBuilder.XmlStatesSet
|
Fields in net.groboclown.xml.xdstates.v1.impl declared as ISet | |
private ISet |
SetX.parent
|
private ISet |
SetStore.SetCollection.set
|
Methods in net.groboclown.xml.xdstates.v1.impl that return ISet | |
protected ISet |
MacroPrototypeBuilder.copySet(ISet parent,
ISet source,
IItem[] children)
|
ISet |
SetX.getParent()
|
ISet |
SetX.copy(ISet newParent)
|
ISet |
MacroBuilder.MNodeSet.copy(ISet newParent)
This implementation creates a new ISet based on the given attribute. |
Methods in net.groboclown.xml.xdstates.v1.impl with parameters of type ISet | |
protected ISet |
MacroPrototypeBuilder.copySet(ISet parent,
ISet source,
IItem[] children)
|
protected IItem[] |
MacroPrototypeBuilder.copyChildren(ISet parent,
IItem[] setList,
IItem[] children)
|
void |
SetX.setParent(ISet parent)
|
ISet |
SetX.copy(ISet newParent)
|
void |
XmlStatesBuilder.XmlStatesSet.setParent(ISet parent)
|
ISet |
MacroBuilder.MNodeSet.copy(ISet newParent)
This implementation creates a new ISet based on the given attribute. |
Constructors in net.groboclown.xml.xdstates.v1.impl with parameters of type ISet | |
SetStore.SetCollection(ISet set)
|
|
DataListX(IDataList orig,
ISet set,
IItem[] items)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |