|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassycle.dependency.DependencyProcessor
public class DependencyProcessor
Processor of Statements
as defined in a
dependency definition file.
Constructor Summary | |
---|---|
DependencyProcessor(java.lang.String dependencyDefinition,
classycle.dependency.DependencyProperties properties,
ResultRenderer renderer)
Creates a new instance for the specified dependency definition. |
Method Summary | |
---|---|
Result |
executeNextStatement(AtomicVertex[] graph)
Executes the next unprocessed statement and returns its result. |
boolean |
hasMoreStatements()
Returns true if there are still unprocessed statements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependencyProcessor(java.lang.String dependencyDefinition, classycle.dependency.DependencyProperties properties, ResultRenderer renderer)
Statements
.
dependencyDefinition
- Dependency definition as read from a
.ddf file.properties
- Contains predefined properties and will also
be populated by definition in dependencyDefinition
.renderer
- Renderer for processing results.
java.lang.IllegalArgumentException
- if dependencyDefinition
is invalid.Method Detail |
---|
public boolean hasMoreStatements()
public Result executeNextStatement(AtomicVertex[] graph)
graph
- The graph to be checked by the statement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |