|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDecisionPoint
A decision point is a location where a route decision is made because there are two or more possible exits. An object which implements this interface can be used for split-count routing
| Method Summary | |
|---|---|
void |
addSplit(ISplit split)
Add a split to the array held at this location |
String |
name()
The name of this route decision location |
IDecisionOption[] |
options()
An array of objects defining the number of options. |
ISplit[] |
splits()
An array of splits, size 1 or more, each split in this array has the number of options given by options(). |
void |
splits(ISplit[] splits)
Change the array of splits (after editing) |
| Method Detail |
|---|
String name()
IDecisionOption[] options()
ISplit[] splits()
void splits(ISplit[] splits)
void addSplit(ISplit split)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||