Click or drag to resize

DataSetDomainGraphConverter Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.Project.Dataset.DataSetDomainGraphConverter"]

Inheritance Hierarchy
SystemObject
  graphToGraphConverterBaseWebDomainCategory, DirectedGraph, WebDomainCategory, GraphElement
    DirectedGraphConverterBaseWebDomainCategory, WebDomainCategory
      graphToDirectedGraphConverterBaseWebDomainCategory
        imbNLP.Project.DatasetDataSetDomainGraphConverter

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public class DataSetDomainGraphConverter : graphToDirectedGraphConverterBase<WebDomainCategory>

The DataSetDomainGraphConverter type exposes the following members.

Constructors
  NameDescription
Public methodDataSetDomainGraphConverter
Initializes a new instance of the DataSetDomainGraphConverter class
Top
Properties
  NameDescription
Public propertysetup (Inherited from DirectedGraphConverterBaseWebDomainCategory, WebDomainCategory.)
Top
Methods
  NameDescription
Public methodConvert(DirectedGraph, Int32, IEnumerableGraphElement) (Inherited from graphToDirectedGraphConverterBaseWebDomainCategory.)
Public methodConvert(UTP, Int32, IEnumerableUTP) (Inherited from graphToDirectedGraphConverterBaseWebDomainCategory.)
Protected methodDeploy (Inherited from DirectedGraphConverterBaseWebDomainCategory, WebDomainCategory.)
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 DirectedGraphConverterBaseWebDomainCategory, WebDomainCategory.)
Public methodGetLinkLabel (Inherited from graphToGraphConverterBaseWebDomainCategory, DirectedGraph, WebDomainCategory, GraphElement.)
Public methodGetLinkWeight (Overrides graphToGraphConverterBase.GetLinkWeight(UTP, UTP).)
Public methodGetNodeID (Inherited from graphToDirectedGraphConverterBaseWebDomainCategory.)
Public methodGetNodeLabel (Inherited from DirectedGraphConverterBaseWebDomainCategory, WebDomainCategory.)
Public methodGetNodeName (Inherited from graphToGraphConverterBaseWebDomainCategory, DirectedGraph, WebDomainCategory, GraphElement.)
Public methodGetNodeWeight (Overrides graphToGraphConverterBase.GetNodeWeight(UTP).)
Public methodGetStylingCase (Inherited from graphToDirectedGraphConverterBaseWebDomainCategory.)
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 graphToDirectedGraphConverterBaseWebDomainCategory.)
Public methodSetNodeCustomization (Inherited from graphToDirectedGraphConverterBaseWebDomainCategory.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also