Search this API

Package y.io.graphml

Provides common types that are used by GraphMLIOHandler.

See:
          Description

Interface Summary
GraphMLHandler.InputHandlerQueryPredicate Predicate interface used for querying the validity of a GraphML key definition
GraphMLXmlConstants Class that provides constants for core GraphML elements and attributes.
Lookup The basic lookup interface that allows for retrieving implementations for different aspects of the current instance.
NameMapper Provides methods for translating between encoded and decoded names.
NamespaceConstants Class that provides constants for common namespace declarations and schema locations.
Port Tagging interface for methods that export graphml ports.
 

Class Summary
Base64 Static helper class that converts byte arrays from and to BASE64 encoded strings.
DictionaryLookup A simple mutable Lookup implementation that is backed by a Map.
Future A helper holder class that can contain a Future.getValue().
GraphMLHandler Class for reading/writing graphs from/to GraphML format.
GraphMLHandler.BoolDataAcceptorInputHandler Simple implementation of AbstractDataAcceptorInputHandler that can read boolean values.
GraphMLHandler.BooleanDataProviderOutputHandler Simple implementation of AbstractDataProviderOutputHandler that can write boolean values.
GraphMLHandler.DoubleDataAcceptorInputHandler Simple implementation of AbstractDataAcceptorInputHandler that can read double values.
GraphMLHandler.DoubleDataProviderOutputHandler Simple implementation of AbstractDataProviderOutputHandler that can write double values.
GraphMLHandler.FloatDataAcceptorInputHandler Simple implementation of AbstractDataAcceptorInputHandler that can read float values.
GraphMLHandler.FloatDataProviderOutputHandler Simple implementation of AbstractDataProviderOutputHandler that can write float values.
GraphMLHandler.IntDataAcceptorInputHandler Simple implementation of AbstractDataAcceptorInputHandler that can read int values.
GraphMLHandler.IntDataProviderOutputHandler Simple implementation of AbstractDataProviderOutputHandler that can write int values.
GraphMLHandler.LongDataAcceptorInputHandler Simple implementation of AbstractDataAcceptorInputHandler that can read long values.
GraphMLHandler.LongDataProviderOutputHandler Simple implementation of AbstractDataProviderOutputHandler that can write long values.
GraphMLHandler.StringDataAcceptorInputHandler Simple implementation of AbstractDataAcceptorInputHandler that can read string values.
GraphMLHandler.StringDataProviderOutputHandler Simple implementation of AbstractDataProviderOutputHandler that can write string values.
KeyScope Enumeration for the possible scopes of a graphml attribute.
KeyType Enumeration for the allowed data types of a graphml attribute.
 

Package y.io.graphml Description

Provides common types that are used by GraphMLIOHandler.
The classes and interfaces of this package can also be used independent of the viewer distribution, using GraphMLHandler as main support class.

Related Documentation

See the yFiles Developer's Guide section on GraphML for a detailed description of this graph exchange file format.

 

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