Uses of Interface
net.groboclown.xml.xdstates.v1.IDataList

Packages that use IDataList
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   
net.groboclown.xml.xdstates.v1.modules   
 

Uses of IDataList in net.groboclown.xml.xdstates.v1
 

Methods in net.groboclown.xml.xdstates.v1 that return IDataList
 IDataList IAttributeModule.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList ISet.fire(IDataList list)
          The given list is the list as passed down from the parent.
 IDataList IValueModule.fire(String value, IDataList orig)
          Fire the module.
 IDataList Factory.createList(IDataList orig, IItem[] items)
           
 IDataList Factory.createList(IDataList orig, List lists)
          The list contains elements which are either IDataList parts, or IItem parts.
 

Methods in net.groboclown.xml.xdstates.v1 with parameters of type IDataList
 boolean IAttributeModule.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList IAttributeModule.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList ISet.fire(IDataList list)
          The given list is the list as passed down from the parent.
 boolean IValueModule.shouldFireTreeParse(String value, IDataList list)
          Used to determine the owning IAttributeModule's return value from the method with the same name.
 IDataList IValueModule.fire(String value, IDataList orig)
          Fire the module.
 IDataList Factory.createList(IDataList orig, IItem[] items)
           
 IDataList Factory.createList(IDataList orig, List lists)
          The list contains elements which are either IDataList parts, or IItem parts.
 String IAttribute.getValue(IDataList list)
           
 

Uses of IDataList in net.groboclown.xml.xdstates.v1.impl
 

Classes in net.groboclown.xml.xdstates.v1.impl that implement IDataList
 class DataListX
          Other than the properties, the data is read-only.
 

Methods in net.groboclown.xml.xdstates.v1.impl that return IDataList
 IDataList SetX.fire(IDataList list)
          Perform the firing on this node and all the sub nodes.
 IDataList SetStore.ISetCollection.simulateFire(IDataList list)
           
 IDataList SetStore.ISetCollection.fire(IDataList list)
           
 IDataList SetStore.ItemCollection.simulateFire(IDataList list)
           
 IDataList SetStore.ItemCollection.fire(IDataList list)
           
 IDataList SetStore.SetCollection.simulateFire(IDataList list)
           
 IDataList SetStore.SetCollection.fire(IDataList list)
           
 IDataList MacroBuilder.MNodeSet.fire(IDataList list)
          Perform the firing on this node and all the sub nodes.
 

Methods in net.groboclown.xml.xdstates.v1.impl with parameters of type IDataList
 String AttributeX.getValue(IDataList list)
           
 IDataList SetX.fire(IDataList list)
          Perform the firing on this node and all the sub nodes.
 ArrayList SetStore.fire(IDataList list)
          The heart of our logic.
 IDataList SetStore.ISetCollection.simulateFire(IDataList list)
           
 IDataList SetStore.ISetCollection.fire(IDataList list)
           
 IDataList SetStore.ItemCollection.simulateFire(IDataList list)
           
 IDataList SetStore.ItemCollection.fire(IDataList list)
           
 IDataList SetStore.SetCollection.simulateFire(IDataList list)
           
 IDataList SetStore.SetCollection.fire(IDataList list)
           
 IDataList MacroBuilder.MNodeSet.fire(IDataList list)
          Perform the firing on this node and all the sub nodes.
 

Constructors in net.groboclown.xml.xdstates.v1.impl with parameters of type IDataList
DataListX(IDataList orig, IItem[] items)
           
DataListX(IDataList orig, ISet set, IItem[] items)
           
 

Uses of IDataList in net.groboclown.xml.xdstates.v1.modules
 

Methods in net.groboclown.xml.xdstates.v1.modules that return IDataList
 IDataList ACount.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList ADefault.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList AFireIfPropertyEquals.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList AbstractVSelect.fire(String value, IDataList orig)
          Fire the module.
 IDataList AEcho.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList ASetProperty.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList AIfPropertyEquals.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList AJoin.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList AbstractVSort.fire(String value, IDataList orig)
          Fire the module.
 IDataList AEmpty.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList AGetProperty.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 IDataList ASetPropertyValue.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 

Methods in net.groboclown.xml.xdstates.v1.modules with parameters of type IDataList
 boolean ACount.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList ACount.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean ADefault.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList ADefault.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
static boolean PropertyTestUtil.isTestTrue(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean AFireIfPropertyEquals.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList AFireIfPropertyEquals.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean AbstractVSelect.shouldFireTreeParse(String value, IDataList list)
          Used to determine the owning IAttributeModule's return value from the method with the same name.
 IDataList AbstractVSelect.fire(String value, IDataList orig)
          Fire the module.
 boolean AEcho.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList AEcho.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean ASetProperty.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList ASetProperty.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean AIfPropertyEquals.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList AIfPropertyEquals.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean AJoin.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList AJoin.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean AbstractVSort.shouldFireTreeParse(String value, IDataList list)
          Used to determine the owning IAttributeModule's return value from the method with the same name.
 IDataList AbstractVSort.fire(String value, IDataList orig)
          Fire the module.
 boolean AEmpty.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList AEmpty.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean AGetProperty.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList AGetProperty.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 boolean ASetPropertyValue.shouldFireTreeParse(String value, IDataList list)
          Determines if the tree at the node in the list should be fired.
 IDataList ASetPropertyValue.fire(String value, IDataList list)
          Perform the specific permutation of the given data list.
 



Written under the LGPL