![]() | LGSPNodeWithUniqueId Methods |
The LGSPNodeWithUniqueId type exposes the following members.
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.
(Inherited from LGSPNode.) |
![]() | 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.
(Inherited from LGSPNode.) |
![]() | Clone |
Creates a shallow clone of this node.
All attributes will be transfered to the new node.
The node will not be associated to a graph, yet.
So it will not have any incident edges nor any assigned variables.
(Inherited from LGSPNode.) |
![]() | Copy |
Creates a deep copy of this node (i.e. (transient) class objects will be replicated).
All attributes will be transfered to the new node.
The node will not be associated to a graph, yet.
So it will not have any incident edges nor any assigned variables.
(Inherited from LGSPNode.) |
![]() | GetAttribute |
Returns the graph element attribute with the given attribute name.
If the graph element type doesn't have an attribute with this name, a NullReferenceException is thrown.
(Inherited from LGSPNode.) |
![]() | GetCompatibleIncident |
Returns an IEnumerable<IEdge> over all incident edges with the same type or a subtype of the given type
(Inherited from LGSPNode.) |
![]() | GetCompatibleIncoming |
Returns an IEnumerable<IEdge> over all incoming edges with the same type or a subtype of the given type
(Inherited from LGSPNode.) |
![]() | GetCompatibleOutgoing |
Returns an IEnumerable<IEdge> over all outgoing edges with the same type or a subtype of the given type
(Inherited from LGSPNode.) |
![]() | GetExactIncident |
Returns an IEnumerable<IEdge> over all incident edges with exactly the given type
(Inherited from LGSPNode.) |
![]() | GetExactIncoming |
Returns an IEnumerable<IEdge> over all incoming edges with exactly the given type
(Inherited from LGSPNode.) |
![]() | GetExactOutgoing |
Returns an IEnumerable<IEdge> over all outgoing edges with exactly the given type
(Inherited from LGSPNode.) |
![]() | GetUniqueId |
Gets the unique id of the node.
Only available if unique ids for nodes and edges were declared in the model
(or implicitely switched on by parallelization or the declaration of some index).
|
![]() | InstanceOf |
Returns true, if the typed object is compatible to the given type.
(Inherited from LGSPNode.) |
![]() | 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.
(Inherited from LGSPNode.) |
![]() | MoveInHeadAfter |
Moves the head of the incoming list after the given edge.
Part of the "list trick".
(Inherited from LGSPNode.) |
![]() | MoveOutHeadAfter |
Moves the head of the outgoing list after the given edge.
Part of the "list trick".
(Inherited from LGSPNode.) |
![]() | Recycle |
Recycles this node. This may pool the node or just ignore it.
(Inherited from LGSPNode.) |
![]() | ResetAllAttributes |
Resets all graph element attributes to their initial values.
(Inherited from LGSPNode.) |
![]() | SetAttribute |
Sets the graph element attribute with the given attribute name to the given value.
If the graph element type doesn't have an attribute with this name, a NullReferenceException is thrown.
(Inherited from LGSPNode.) |
![]() | ToString |
Returns the name of the type of this node.
(Inherited from LGSPNode.) |