Class IOContext

java.lang.Object
de.grogra.ext.exchangegraph.IOContext

public class IOContext extends Object
The IOContext contains informations about import and export the exchange graph format.

If the same context is used for import and export you can use the same data, eg. give the same GroIMP nodes the same XEG node id, see node map. This is used for example in the OpenAlea plugin.

Author:
Uwe Mannl
  • Field Details

    • importNodeTypes

      public static HashMap<String,String> importNodeTypes
      Mapping of standard XEG node types to GroIMP node types.
    • exportNodeTypes

      public static HashMap<String,String> exportNodeTypes
      Mapping of GroIMP node types to standard XEG node types.
    • xegNodeTypes

      public static HashMap<Class,Class> xegNodeTypes
      Mapping of GroIMP node types to XEG helper classes for import and export.
  • Constructor Details

    • IOContext

      public IOContext()
  • Method Details