Uses of Interface
de.xima.fc.interfaces.workflow.analysis.IFlowGraphEdgeDataBuilder
-
Packages that use IFlowGraphEdgeDataBuilder Package Description de.xima.fc.interfaces.workflow.analysis -
-
Uses of IFlowGraphEdgeDataBuilder in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return IFlowGraphEdgeDataBuilder Modifier and Type Method Description IFlowGraphEdgeDataBuilder
IFlowGraphEdgeDataBuilder. addOwner(NodeKey owner)
IFlowGraphEdgeDataBuilder
IFlowGraphEdgeDataBuilder. addType(long type)
Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type IFlowGraphEdgeDataBuilder Modifier and Type Method Description void
IFlowGraphEdgeDataConfigurator. configure(IFlowGraphEdgeDataBuilder builder)
Accepts a builder and should set the appropriate edge data.
-