Click or drag to resize

INodeModel Interface

A type model for nodes, i.e. node classes.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface INodeModel : IGraphElementTypeModel, 
	ITypeModel

The INodeModel type exposes the following members.

Properties
  NameDescription
Public propertyAttributeTypes
Enumerates all attribute types of this model.
(Inherited from ITypeModel.)
Public propertyIsNodeModel
Specifies whether this type model is model for nodes (= true) or for edges (= false).
(Inherited from IGraphElementTypeModel.)
Public propertyRootType
The root type of this type model. All other types of this model inherit from the root type (in the GrGen model, not in C#).
Public propertyTypes
An array of all types in this type model.
Public propertyTypeTypes
An array of C# types of model types.
(Inherited from ITypeModel.)
Top
Methods
  NameDescription
Public methodGetType
Returns the node type with the given type name or null, if no type with this name exists.
Top
See Also