Click or drag to resize

imbSCI.Data.collection.graph Namespace

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Directed tree-graph data-structures

Classes
  ClassDescription
Public classgraphTItem
Universal wrapped-graph-tree structure - the class of the root element in a graph-tree structure
Public classgraphAnalysisPair
Analytical entry, describing relation ship between version of the same node, in two different graphs
Public classgraphAnalysisPairCollection
Collection of analysis pairs
Public classgraphChangeAnalysis
Utility class used to detect difference or change between two directed graphs A and B
Public classgraphDataPackageTItem
Public classgraphMultiRootT
Invisible (not part of the node path) root node for multiple, separate, graph trees.
Public classgraphNode
Public classgraphNodeBase
Base class for custom graphNode implementation
Public classgraphNodeCustom
Graph structure to inherit for custom graph node type
Public classgraphNodeSet
Set of IGraphNode instances, used temporarly in process of common-root graph construction
Public classgraphNodeSetCollection
Public classgraphTools
Public classgraphWrapNodeTItem
Graph structure that wrapps custom object specified by {TItem}
Interfaces
Enumerations
  EnumerationDescription
Public enumerationgraphAxisEnum
Axes of multidimensional graph (planned feature)
Public enumerationgraphChangeType
Kind of graph structural change, that was observed during analysis
Public enumerationgraphOperationFlag
Options for graph operations
Remarks

Universal graph-tree data-structures (single-parent), simple graphNode and custom type wrapper graphWrapNodeTItem

  • graphAnalysis - Utility class for comparison between two graphs
  • graphMultiRoot - Hidden root node(not seen in path) supporting multiple roots/trees/graphs
See Also