Search this API

y.io.graphml
Interface GraphMLHandler.InputHandlerQueryPredicate

Enclosing class:
GraphMLHandler

public static interface GraphMLHandler.InputHandlerQueryPredicate

Predicate interface used for querying the validity of a GraphML key definition

 

Method Summary
 boolean isValid(QueryInputHandlersEvent args)
          Check whether the key definition in args is valid.
 

Method Detail

isValid

boolean isValid(QueryInputHandlersEvent args)
Check whether the key definition in args is valid.

Parameters:
args - Event argument data.
Returns:
true if an InputHandler should be added for the current event.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.