|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Transform.ArcFilter
Provides a method to accept or reject an arc.
Note that arc filters are usually stateless. Thus, their declaration
should comprise a static singleton (e.g., Transform.NO_LOOPS
).
Method Summary | |
---|---|
boolean |
accept(int i,
int j)
Tells if the arc (i,j) has to be accepted or not. |
Method Detail |
---|
boolean accept(int i, int j)
(i,j)
has to be accepted or not.
i
- the source of the arc.j
- the destination of the arc.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |