Package org.modeshape.graph.io

Utilities for inputing and outputing larger amounts of data.

See:
          Description


Interface Summary
Destination Interface used internally as the destination for the requests.
 

Class Summary
GraphBatchDestination A Destination that makes the changes to a graph via a Graph.Batch.
GraphImporter An importer of graph content.
 

Package org.modeshape.graph.io Description

Utilities for inputing and outputing larger amounts of data.

The Destination interface defines an interface that abstracts away where the graph content is to be placed, and the GraphBatchDestination is a usable Destination implementation for sending content to a Graph instance.

Meanwhile, GraphImporter can be used to import XML into a Graph instance.



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.