Click or drag to resize

tokenGraphNode Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Graph structure for processing the results of [!:extendedLanguage] queries
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraphNode
    imbNLP.PartOfSpeech.lexicUnit.tokenGraphstokenGraph

Namespace:  imbNLP.PartOfSpeech.lexicUnit.tokenGraphs
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public class tokenGraphNode : IEnumerable<tokenGraphNode>, 
	IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, 
	IEnumerable<IObjectWithPathAndChildren>

The tokenGraphNode type exposes the following members.

Constructors
  NameDescription
Public methodtokenGraphNode
Creating instance of a child token node
Top
Properties
Methods
  NameDescription
Public methodAdd(IEnumerableString, tokenGraphNodeType)
Public methodAdd(String, tokenGraphNodeType)
Add - generic method
Public methodAddKeyMatches
Adds the key matches.
Public methodAddKeyValueChildren
Adds children and their children -- where Key is child, and Value is grandchild
Public methodAddValueMatches
Public methodCount
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 methodgetChildTokens
Public methodgetFirst
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToStringPathList
Public methodToStringTreeview
Top
Fields
  NameDescription
Public fieldStatic memberSEPARATOR
Public fieldStatic memberSEPARATOR_CHILD
Top
See Also