C# Class QUT.Gplex.Automaton.PartitionBlock

显示文件 Open project: spark-shading-language/spark Class Usage Examples

Private Methods

Method Description
AddNode ( LinkedListNode node ) : void

Add the given node to the linked list

AddState ( DFSA dSt ) : void

Add a new node to the list, with value given by the dSt

MoveMember ( DFSA dSt, PartitionBlock blk ) : void

Move the node with value dSt from this partition to blk.

PartitionBlock ( int symbolCardinality ) : System