Uses of Interface
sk.uniba.euromath.gene.exportgraph.IGraphEdgeSelector

Packages that use IGraphEdgeSelector
sk.uniba.euromath.gene.exportgraph Classes that allows you to build export graphs. 
 

Uses of IGraphEdgeSelector in sk.uniba.euromath.gene.exportgraph
 

Methods in sk.uniba.euromath.gene.exportgraph that return IGraphEdgeSelector
static IGraphEdgeSelector GraphEdgeSelectors.getFirstOptionSelector()
          Returns selector that always selects first node (always returns zero).
 

Methods in sk.uniba.euromath.gene.exportgraph with parameters of type IGraphEdgeSelector
 TransformGraph ExportGraphBuilder.toTransformationInfo(ExportGraph graph, ExportHelper helper, String coordinatorId, IGraphEdgeSelector selector)
          For each graph node in given graph produces a transformation info.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, CoordinatorInfo coordinatorInfo, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, EnumSet<ResultEnum> provides, INamespaceAcceptor requires, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, EnumSet<ResultEnum> provides, Map<String,EnumSet<SourceEnum>> requires, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 TransformationInfo ExportGraphBuilder.toTransformationInfo(GraphNode node, ExportHelper c, String coordinatorId, IGraphEdgeSelector selector)
          Produces the transformation info instance.
 



Copyright 2003-2003-2006 null. All Rights Reserved.