Table of Contents

Interface IFlowGraphContainer

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Interface for contains FlowGraph data

public interface IFlowGraphContainer : ICeresGraphContainer
Inherited Members

Methods

GetFlowGraph()

Get a FlowGraph instance from this container

FlowGraph GetFlowGraph()

Returns

FlowGraph

Remarks

Instance is isolated from persistent data

GetFlowGraphData()

Get persistent FlowGraphData from this container

FlowGraphData GetFlowGraphData()

Returns

FlowGraphData