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
GraphEdgeFilterI
fits
in interface GraphEdgeFilterI
edge
- 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.ClassCastException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.