Packagecom.yworks.io.graphml.reader
Interfacepublic interface Precedence
Implementors CompatResourceInputHandler, CompatResourceOutputHandler, ReadNodeLayoutHandler, ReadPortLayoutHandler, SharedDataInputHandler, SharedDataOutputHandler

Interface that can be used to assign a invokation precedence to input handlers. For each scope input handlers will be invoked in the order of their precedence. Input handlers that have different precedences will effect multi-pass parsing on the input scope.

GraphML handlers for GraphML elements like graph, node and edge have default precedence GraphMLConstants.GRAPHML_PRECEDENCE. Input handlers with smaller precedence will be invoked before and input handlers with bigger precedence will be invoked after the standard GraphML elements are parsed.



Public Methods
 MethodDefined By
  
Returns the precedence value of this instance.
Precedence
Method Detail
getPrecedence()method
public function getPrecedence():int

Returns the precedence value of this instance.

Returns
int