Click or drag to resize

termGraph Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.term.termGraph"]

Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphWrapNodetermSparkArm
      imbNLP.Data.semanticLexicon.termtermGraph

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public class termGraph : graphWrapNode<termSparkArm>

The termGraph type exposes the following members.

Constructors
  NameDescription
Public methodtermGraph(String)
Initializes a new instance of the termGraph class
Public methodtermGraph(ILexiconItem)
Initializes a new instance of the termGraph class
Top
Properties
  NameDescription
Protected propertychildren (Inherited from graphWrapNodetermSparkArm.)
Public propertyforTreeview (Inherited from graphWrapNodetermSparkArm.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyisNullNode (Inherited from graphWrapNodetermSparkArm.)
Public propertyitem (Inherited from graphWrapNodetermSparkArm.)
Public propertyItem (Inherited from graphWrapNodetermSparkArm.)
Public propertylemma
Public propertylevel (Inherited from graphNodeBase.)
Public propertylexItem
Protected propertymychildren (Inherited from graphWrapNodetermSparkArm.)
Public propertyname (Inherited from graphWrapNodetermSparkArm.)
Public propertyparent (Inherited from graphWrapNodetermSparkArm.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Inherited from graphNodeBase.)
Public propertyroot (Inherited from graphNodeBase.)
Public propertytermNotFoundInLexicon
Word was not found in the lexicon
Top
Methods
  NameDescription
Public methodAdd(String) (Inherited from graphWrapNodetermSparkArm.)
Public methodAdd(IGraphNode) (Inherited from graphWrapNodetermSparkArm.)
Public methodAdd(UTP) (Inherited from graphWrapNodetermSparkArm.)
Public methodAdd(String, UTP) (Inherited from graphWrapNodetermSparkArm.)
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodexpand
Expands the specified steps.
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 methodgetChildNames (Inherited from graphNodeBase.)
Public methodGetEnumerator (Inherited from graphWrapNodetermSparkArm.)
Public methodgetFirst (Inherited from graphNodeBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodgetLeafs
Public methodgetSpark
Gets the spark from graph
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Public methodSetItem (Inherited from graphWrapNodetermSparkArm.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToStringPathList (Inherited from graphWrapNodetermSparkArm.)
Top
Fields
  NameDescription
Public fieldStatic memberexpandReachLimit
Top
See Also