Interface | Description |
---|---|
HlddVisitor |
This class represents the
HlddModel visitor interface. |
Class | Description |
---|---|
Hldd |
This class represents a High-Level Decision Diagram (HLDD) of a variable assignment function.
|
HlddConditionNode |
This class represents the non-terminal condition node of a HLDD.
|
HlddEdge |
This class represents the edge node of a HLDD.
|
HlddEmptyVisitor |
An empty visitor for High-level decision diagram model.
|
HlddModel |
This class represents a HlddModel which consists of HlddModules, HlddProcesses and Hldds.
|
HlddModelUtils |
Utility methods for high level decision diagram (HLDD) model and it's components.
|
HlddModule |
This class represents a module of a HLDD model.
|
HlddNode |
This class represents a node of a high-level decision diagram (HLDD).
|
HlddProcess |
This class represents a process of a HLDD model.
|
HlddTerminalNode |
This class represents the terminal node of a HLDD.
|
HlddWalker |
Hldd model walker.
|
Enum | Description |
---|---|
HlddNode.NodeType |
Type of a node.
|