public abstract class StageElement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StageElement.FindTriples
A FindTriples runs match-and-next over all the triples returned
by its finder.
|
static class |
StageElement.PutBindings
A PutBindings is created with a domain sink and, whenever it is run,
puts a copy of the current domain down the sink.
|
static class |
StageElement.RunValuatorSet
A RunValuatorSet is created with a ValuatorSet and a next StageElement;
whenever it is run, it evaluates the ValuatorSet and only if that
answers true does it run the next StageElement.
|
Constructor and Description |
---|
StageElement() |
public abstract void run(Domain current)
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP