![]() | IEdgeModel Interface |
Namespace: de.unika.ipd.grGen.libGr
public interface IEdgeModel : IGraphElementTypeModel, ITypeModel
The IEdgeModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttributeTypes |
Enumerates all attribute types of this model.
(Inherited from ITypeModel.) |
![]() | IsNodeModel |
Specifies whether this type model is model for nodes (= true) or for edges (= false).
(Inherited from IGraphElementTypeModel.) |
![]() | RootType |
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#).
|
![]() | Types |
An array of all types in this type model.
|
![]() | TypeTypes |
An array of C# types of model types.
(Inherited from ITypeModel.) |
Name | Description | |
---|---|---|
![]() | GetType |
Returns the edge type with the given type name or null, if no type with this name exists.
|