|
JIVE Platform Release 0.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ContourModel.Importer
A builder interface for a contour model. Since a contour model represents a specific state of execution, this interface can be used to initialize the contour model to a non-null state.
The builder's provideChildren(Contour)
method will be called
until all root contours' children have been found (in all depths),
but there is no guarantee of depth-first vs. breadth-first ordering
of the calls.
Method Summary | |
---|---|
List<Contour> |
provideChildren(Contour parent)
Provide the list of children for a contour. |
List<Contour> |
provideRoots()
Provide the root contours for this importer |
Method Detail |
---|
List<Contour> provideRoots()
List<Contour> provideChildren(Contour parent)
parent
- the parent whose children are sought
|
JIVE Platform Release 0.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |