Click or drag to resize

LGSPTransientObject Class

Class implementing transient objects in the libGr search plan backend (values of internal non-node/edge classes)
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspLGSPTransientObject

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract class LGSPTransientObject : ITransientObject, 
	IBaseObject, IAttributeBearer, ITyped, IDeepEqualityComparer, ICallable

The LGSPTransientObject type exposes the following members.

Constructors
  NameDescription
Protected methodLGSPTransientObject
Instantiates an LGSPTransientObject object.
Top
Properties
  NameDescription
Public propertyItem
Indexer that gives access to the attributes of the transient class object.
Public propertyType
The TransientObjectType of the object.
Top
Methods
  NameDescription
Public methodApplyFunctionMethod
Executes the function method given by its name. Throws an exception if the method does not exists or the parameters are of wrong types.
Public methodApplyProcedureMethod
Executes the procedure method given by its name. Throws an exception if the method does not exists or the parameters are of wrong types.
Public methodClone
Creates a shallow clone of this transient object. All attributes will be transferred to the new object.
Public methodCopy
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.
Public methodGetAttribute
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.
Public methodInstanceOf
Returns true, if the typed object is compatible to the given type.
Public methodIsDeeplyEqual
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.
Public methodResetAllAttributes
Resets all transient class object attributes to their initial values.
Public methodSetAttribute
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.
Public methodToString
Returns the name of the type of this class.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldlgspType
The transient object type (class) of the object/value.
Top
See Also