C# Класс QUT.Gplex.Automaton.PartitionBlock

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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