Click or drag to resize

ITransientObjectModel Interface

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

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

The ITransientObjectModel 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 transient object type with the given type name or null, if no type with this name exists.
Top
See Also