Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ReqActionGraphHelper class is a helper class that builds and uses a graph of connected action messages.
Syntax
class ReqActionGraphHelper
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
addEdge | Adds a new edge to the edge collection. |
![]() |
addNode | Adds a node to the collection. |
![]() |
addTextStyle | Adds a new text style to a container. |
![]() |
applyToSingleNode | Prompts for options and applies the action for a single requirement transaction. |
![]() |
buildGraphFromReqTrans | Builds the internal node and edge collections of a graph that are based on a requirement transaction as a starting point. |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
clear | Clears all nodes and edges of a graph. |
![]() |
constructReqActionApply | Constructs an instance of the class that is used to apply actions. |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getEdges | Gets the edges of a graph. |
![]() |
getEdgeStyles | Gets the edge styles that are used in a graph. |
![]() |
getNodeIdForReqTransRecId | Converts a requirement transaction ID into a node ID. |
![]() |
getNodes | Gets the nodes that are used in a graph. |
![]() |
getNodeStyles | Gets the node styles that are used in a graph. |
![]() |
getReqTransRecIdForNodeId | Converts a node ID to a requirement transaction ID. |
![]() |
getTextStyles | Gets the text styles that are used in a graph. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initTextStyles | Builds the standard text styles. |
![]() |
new | Initializes a new instance of the ReqActionGraphHelper class. |
![]() |
nodeStyleId | Retrieves the style ID that is based on the requirement transaction. |
![]() |
nodeTxtContainer | Creates a text container for a node. |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
reqTransRecIdToTmpRecId | Converts a requirement transaction ID into a temporary requirement transaction ID. |
![]() |
reqTransTmp | Gets a record that contains the temporary requirement transaction records for all the nodes in the graph. |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
tmpRecIdToReqTransRecId | Converts a temporary requirement transaction ID into a requirement transaction ID. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::actionTypeImage | Gets the image that represents an action type. |
![]() ![]() |
::colorStrFromKnownColor | Converts a KnownColor enumeration value to a color string that can be passed to the Graph component. |
![]() ![]() |
::construct | Initializes a new instance of the ReqActionGraphHelper class. |
Top
Remarks
All output data structures are formatted to fit the WPFGraph graphical component.
Inheritance Hierarchy
Object Class
ReqActionGraphHelper Class