public static class EntityI.NonPersistentEdgeFilter extends java.lang.Object implements GraphEdgeFilterI
| Constructor and Description |
|---|
NonPersistentEdgeFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fits(GraphEdgeI edge)
Checks if the given graph edge meets the filter's criteria.
|
public boolean fits(GraphEdgeI edge) throws java.lang.ClassCastException
GraphEdgeFilterIfits in interface GraphEdgeFilterIedge - The GraphEdgeI instance to check.
Implementations should define behavior for null inputs,
though typically callers should avoid passing null.true if the edge meets the criteria (i.e., "fits"),
false otherwise.java.lang.ClassCastExceptionCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.