Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputHandler<TKey,TData>
An abstract convenience implementation of the
IInputHandler interface. |
class |
MapperInputHandler<TKey,TData>
An
IInputHandler implementation that uses an IMapper instance to associate the values with the keys. |
Modifier and Type | Method and Description |
---|---|
<TKey,TValue> |
IGenericInputHandlerFactory.createInputHandler(QueryInputHandlersEventArgs args)
Create an
IInputHandler instance based on the given args . |
Modifier and Type | Method and Description |
---|---|
Future<IInputHandler> |
GraphMLIOHandler.addInputHandlerFactory(Predicate<Element> keyDefinitionPredicate,
IGenericInputHandlerFactory factory)
|
IEnumerable<IInputHandler> |
QueryInputHandlersEventArgs.getHandlers()
The
IInputHandler s that have been registered on this event argument instance so far. |
List<IInputHandler> |
GraphMLParser.getInputHandlers(IParseContext context,
Element keyDefinition)
Dynamically retrieve all
IInputHandler instances that process a GraphML attribute with key definition
keyDefinition . |
Modifier and Type | Method and Description |
---|---|
void |
QueryInputHandlersEventArgs.addInputHandler(IInputHandler handler)
Register an
IInputHandler instance for the current KeyDefinition . |
Constructor and Description |
---|
QueryInputHandlersEventArgs(IParseContext context,
Element keyDefinition,
List<IInputHandler> handlers)
Create a new instance.
|