MATHVisualSimulator
A BPMN2 simulator for MATH
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | Properties
Simulator.BPGateway Class Reference

Inherits Simulator.BPNode.

List of all members.

Public Types

enum  GatewayType {
  UNKNOWN = 0x0, AND, COMPLEX, EVENT,
  XOR, OR
}

Public Member Functions

LinkedList< BPFlowgetInputFlows ()
LinkedList< BPFlowgetOutputFlows ()
 BPGateway (Simulator sim, XmlNode x)
Dictionary< BPFlow, string > getComplexExpressions ()
string getComplexExpression (BPFlow f)
void setComplexExpression (BPFlow f, string s)
override XmlElement getSemanticXml (XmlDocument doc)
 Create a BPMN semantic node from this BPNode.
override void enter (Runner rr)
 Enter a token into this node.
override void exit (Runner rr)
 Exit a token from this node.
override bool validate ()
 Check this node to see whether it makes sense semantically.
override void parseSimulationParameters (XmlNode x)
 Parse simulation parameters for this node.

Public Attributes

GatewayType type_v

Static Public Attributes

static string[] gatewayTypeNames

Properties

GatewayType type [get, set]
new string name [get, set]
string[] complexExpressionsList [get]

Member Function Documentation

override void Simulator.BPGateway.enter ( Runner  rr) [virtual]

Enter a token into this node.

Parameters:
rrThe token

Reimplemented from Simulator.BPNode.

override void Simulator.BPGateway.exit ( Runner  rr) [virtual]

Exit a token from this node.

Parameters:
rrThe token

Reimplemented from Simulator.BPNode.

override XmlElement Simulator.BPGateway.getSemanticXml ( XmlDocument  doc) [virtual]

Create a BPMN semantic node from this BPNode.

Parameters:
docAn XML Document object that will own the new BPMN node
Returns:
The created XML node

Reimplemented from Simulator.BPNode.

override void Simulator.BPGateway.parseSimulationParameters ( XmlNode  x) [virtual]

Parse simulation parameters for this node.

Parameters:
xThe parameter to parse

Reimplemented from Simulator.BPNode.

override bool Simulator.BPGateway.validate ( ) [virtual]

Check this node to see whether it makes sense semantically.

Returns:

Reimplemented from Simulator.BPNode.


Member Data Documentation

string [] Simulator.BPGateway.gatewayTypeNames [static]
Initial value:
 {
                                               "Unknown",
                                               "And",
                                               "Complex",
                                               "Event-Based",
                                               "Exclusive",
                                               "Or",
                                           }

The documentation for this class was generated from the following file: