Click or drag to resize

pipelineSubjectGraphConverter Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Custom implementation of graphNodeCustom to DGML converter
Inheritance Hierarchy
SystemObject
  graphToGraphConverterBasepipelineTaskSubjectContentToken, DirectedGraph, pipelineTaskSubjectContentToken, GraphElement
    DirectedGraphConverterBasepipelineTaskSubjectContentToken, pipelineTaskSubjectContentToken
      graphToDirectedGraphConverterBasepipelineTaskSubjectContentToken
        imbWBI.Core.WebClassifier.pipelineMCRepo.reportpipelineSubjectGraphConverter

Namespace:  imbWBI.Core.WebClassifier.pipelineMCRepo.report
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class pipelineSubjectGraphConverter : graphToDirectedGraphConverterBase<pipelineTaskSubjectContentToken>

The pipelineSubjectGraphConverter type exposes the following members.

Constructors
  NameDescription
Public methodpipelineSubjectGraphConverter
Initializes a new instance of the pipelineSubjectGraphConverter class
Top
Properties
  NameDescription
Public propertysetup (Inherited from DirectedGraphConverterBasepipelineTaskSubjectContentToken, pipelineTaskSubjectContentToken.)
Top
Methods
  NameDescription
Public methodConvert(DirectedGraph, Int32, IEnumerableGraphElement) (Inherited from graphToDirectedGraphConverterBasepipelineTaskSubjectContentToken.)
Public methodConvert(UTP, Int32, IEnumerableUTP) (Inherited from graphToDirectedGraphConverterBasepipelineTaskSubjectContentToken.)
Protected methodDeploy (Inherited from DirectedGraphConverterBasepipelineTaskSubjectContentToken, pipelineTaskSubjectContentToken.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCategoryID (Overrides DirectedGraphConverterBase.GetCategoryID(UTP).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLink (Inherited from DirectedGraphConverterBasepipelineTaskSubjectContentToken, pipelineTaskSubjectContentToken.)
Public methodGetLinkLabel (Inherited from graphToGraphConverterBasepipelineTaskSubjectContentToken, DirectedGraph, pipelineTaskSubjectContentToken, GraphElement.)
Public methodGetLinkWeight (Overrides graphToGraphConverterBase.GetLinkWeight(UTP, UTP).)
Public methodGetNodeID (Inherited from graphToDirectedGraphConverterBasepipelineTaskSubjectContentToken.)
Public methodGetNodeLabel (Overrides DirectedGraphConverterBase.GetNodeLabel(UTP).)
Public methodGetNodeName (Inherited from graphToGraphConverterBasepipelineTaskSubjectContentToken, DirectedGraph, pipelineTaskSubjectContentToken, GraphElement.)
Public methodGetNodeWeight (Overrides graphToGraphConverterBase.GetNodeWeight(UTP).)
Public methodGetStylingCase (Inherited from graphToDirectedGraphConverterBasepipelineTaskSubjectContentToken.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeID (Overrides DirectedGraphConverterBase.GetTypeID(UTP).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetLinkCustomization (Inherited from graphToDirectedGraphConverterBasepipelineTaskSubjectContentToken.)
Public methodSetNodeCustomization (Overrides graphToDirectedGraphConverterBase.SetNodeCustomization(UTP, Node, DirectedGraphStylingCase).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

[!:imbSCI.Graph.Converters.graphToDirectedGraphConverterBase<imbSCI.Data.collection.graph.IGraphNode>]