Click or drag to resize

domainConceptGraph Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Lexion conceptual hierarchy construction
Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphWrapNodedomainConceptEntry
      imbNLP.Data.extended.domaindomainConceptGraph

Namespace:  imbNLP.Data.extended.domain
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public class domainConceptGraph : graphWrapNode<domainConceptEntry>, 
	IEnumerable<graphWrapNode<domainConceptEntry>>, IEnumerable

The domainConceptGraph type exposes the following members.

Constructors
  NameDescription
Public methoddomainConceptGraph
Initializes a new instance of the domainConceptGraph class
Top
Properties
  NameDescription
Protected propertychildren (Inherited from graphWrapNodedomainConceptEntry.)
Public propertyforTreeview (Inherited from graphWrapNodedomainConceptEntry.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyisNullNode (Inherited from graphWrapNodedomainConceptEntry.)
Public propertyitem (Inherited from graphWrapNodedomainConceptEntry.)
Public propertyItem (Inherited from graphWrapNodedomainConceptEntry.)
Public propertylevel (Inherited from graphNodeBase.)
Protected propertymychildren (Inherited from graphWrapNodedomainConceptEntry.)
Public propertyname (Inherited from graphWrapNodedomainConceptEntry.)
Public propertyparent (Inherited from graphWrapNodedomainConceptEntry.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Overrides graphNodeBase.pathSeparator.)
Public propertyroot (Inherited from graphNodeBase.)
Public propertytoConnect
Top
Methods
  NameDescription
Public methodAdd(String) (Inherited from graphWrapNodedomainConceptEntry.)
Public methodAdd(IGraphNode) (Inherited from graphWrapNodedomainConceptEntry.)
Public methodAdd(UTP) (Inherited from graphWrapNodedomainConceptEntry.)
Public methodAdd(String, UTP) (Inherited from graphWrapNodedomainConceptEntry.)
Public methodbuildConceptualMesh
Builds the conceptual mesh.
Public methodconnectToHooks
Connects to the hooks
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.)
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 graphWrapNodedomainConceptEntry.)
Public methodgetFirst (Inherited from graphNodeBase.)
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(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Public methodSetItem (Inherited from graphWrapNodedomainConceptEntry.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToStringPathList (Inherited from graphWrapNodedomainConceptEntry.)
Top
See Also

Reference

[!:imbSCI.Data.collection.graph.graphWrapNode<imbNLP.Data.extended.domain.domainConceptEntry>]
[!:System.Collections.Generic.IEnumerable<imbSCI.Data.collection.graph.graphWrapNode<imbNLP.Data.extended.domain.domainConceptEntry>>]