Interface dnx.lr.InstanceMapper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface dnx.lr.InstanceMapper

public interface InstanceMapper
extends Object
Used when doing a mapping over the instances of a node.

Method Index

 o instanceMapperCallback(NodeInstance, Object)
Callback for an instance of a node.

Methods

 o instanceMapperCallback
  public abstract boolean instanceMapperCallback(NodeInstance instance,
                                                 Object mapData)
Callback for an instance of a node. (The node can be derived from the instance.) MAPDATA is the argument passed into the mapping function.

All Packages  Class Hierarchy  This Package  Previous  Next  Index