|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IValueModule | |
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.modules |
Uses of IValueModule in net.groboclown.xml.xdstates.v1 |
Methods in net.groboclown.xml.xdstates.v1 that return IValueModule | |
IValueModule |
IValueModule.copy()
|
Methods in net.groboclown.xml.xdstates.v1 with parameters of type IValueModule | |
void |
IAttributeModule.registerValueModule(IValueModule module)
Register the given value module with this module. |
Uses of IValueModule in net.groboclown.xml.xdstates.v1.modules |
Subinterfaces of IValueModule in net.groboclown.xml.xdstates.v1.modules | |
interface |
IPermuteValueModule
A module that is associated with a value in a particular Attribute, and also supplies a hasAnotherState method. |
Classes in net.groboclown.xml.xdstates.v1.modules that implement IValueModule | |
class |
AbstractVSelect
A generic value module that selects a subset of items from the underlying collection. |
class |
AbstractVSort
A generic value module that performs a sort using Comparators. |
class |
VSelectEach
A generic value module that selects a subset of items from the underlying collection. |
class |
VSortAscending
A module that is associated with a value in a particular Attribute. |
Methods in net.groboclown.xml.xdstates.v1.modules that return IValueModule | |
protected IValueModule |
ADefault.findOkModule(String value)
Find the first module that returns true from checkValue( String ) . |
IValueModule |
AbstractVSelect.copy()
|
abstract IValueModule |
AbstractVSort.copy()
|
IValueModule |
VSortAscending.copy()
|
Methods in net.groboclown.xml.xdstates.v1.modules with parameters of type IValueModule | |
void |
ACount.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
ADefault.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
AFireIfPropertyEquals.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
AEcho.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
ASetProperty.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
AIfPropertyEquals.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
AJoin.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
AEmpty.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
AGetProperty.registerValueModule(IValueModule module)
Register the given value module with this module. |
void |
ASetPropertyValue.registerValueModule(IValueModule module)
Register the given value module with this module. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |