Click or drag to resize

IObjectModel Interface

A type model for objects (internal non graph-element values), i.e. classes.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public interface IObjectModel : IBaseObjectTypeModel, 
	ITypeModel

The IObjectModel type exposes the following members.

Properties
 NameDescription
Public propertyAttributeTypes Enumerates all attribute types of this model.
(Inherited from ITypeModel)
Public propertyIsTransientModel Specifies whether this type model is model for internal transient objects (= true) or for internal non-transient objects (= false).
(Inherited from IBaseObjectTypeModel)
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 object type with the given type name or null, if no type with this name exists.
Top
See Also