|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gishur.core.Filter | +--gishur.graph.core.AdjacentFilter
A Filter
, that may be used to filter adjacent
GraphElements
.
Constructor Summary | |
AdjacentFilter(GraphElement e)
Constructs an AdjacentFilter with the adjacent element
given. |
Method Summary | |
boolean |
check(java.lang.Object obj)
Performs the filtering operation. |
Methods inherited from class gishur.core.Filter |
addFilter, nextFilter, removeFilter, valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdjacentFilter(GraphElement e)
AdjacentFilter
with the adjacent element
given.e
- the element to test adjacence withMethod Detail |
public boolean check(java.lang.Object obj)
obj
is a
GraphElement
, its adjacence to the base GraphElement
will be tested.check
in class Filter
obj
- the object to checktrue
if obj
is an adjacent
GraphElement
to the base GraphElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |