![]() | LGSPTransientObject Class |
Namespace: de.unika.ipd.grGen.lgsp
public abstract class LGSPTransientObject : ITransientObject, IBaseObject, IAttributeBearer, ITyped, IDeepEqualityComparer, ICallable
The LGSPTransientObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | LGSPTransientObject |
Instantiates an LGSPTransientObject object.
|
Name | Description | |
---|---|---|
![]() | Item |
Indexer that gives access to the attributes of the transient class object.
|
![]() | Type |
The TransientObjectType of the object.
|
Name | Description | |
---|---|---|
![]() | ApplyFunctionMethod |
Executes the function method given by its name.
Throws an exception if the method does not exists or the parameters are of wrong types.
|
![]() | ApplyProcedureMethod |
Executes the procedure method given by its name.
Throws an exception if the method does not exists or the parameters are of wrong types.
|
![]() | Clone |
Creates a shallow clone of this transient object.
All attributes will be transferred to the new object.
|
![]() | Copy |
Creates a deep copy of this transient object (i.e. (transient) class objects will be replicated).
All attributes will be transferred to the new object.
|
![]() | GetAttribute |
Returns the attribute with the given attribute name.
If the transient class type doesn't have an attribute with this name, a NullReferenceException is thrown.
|
![]() | InstanceOf |
Returns true, if the typed object is compatible to the given type.
|
![]() | IsDeeplyEqual |
Returns whether this and that are deeply equal,
which means the scalar attributes are equal, the container attributes are memberwise deeply equal, and object attributes are deeply equal.
(If types are unequal the result is false.)
Visited objects are/have to be stored in the visited objects dictionary in order to detect shortcuts and cycles.
|
![]() | ResetAllAttributes |
Resets all transient class object attributes to their initial values.
|
![]() | SetAttribute |
Sets the attribute with the given attribute name to the given value.
If the transient class type doesn't have an attribute with this name, a NullReferenceException is thrown.
|
![]() | ToString |
Returns the name of the type of this class.
(Overrides ObjectToString.) |