Uses of Class
edu.upc.dama.dex.core.Export.NodeExport

Packages that use Export.NodeExport
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
 

Uses of Export.NodeExport in edu.upc.dama.dex.core
 

Methods in edu.upc.dama.dex.core that return Export.NodeExport
 Export.NodeExport Export.getNode(long node)
          Gets the node export definition.
 Export.NodeExport Export.getNodeType(int type)
          Gets the node export definition of the type.
Export#getNode(long) has more priority than this function.
Only if Export#getNode(long) return null the Export.NodeExport of this function is used.