C# Класс ProcessM.NET.ConformanceChecking.Alignments.AlignmentOnNets

Наследование: IAlignment
Показать файл Открыть проект

Открытые методы

Метод Описание
AlignmentOnNets ( PetriNet pNet1, PetriNet pNet2, int pNet1MoveCost = 1, int pNet2MoveCost = 1 ) : System

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

Метод Описание
ComputeFitness ( ) : void

Compute fitness of the trace and the Petri net

DistinguishPlacesAndTransitions ( PetriNet pNet ) : void
InitCosts ( int traceMoveCost, int modelMoveCost ) : void

Initialize Trace and Move cost

InitTransitionsAndOptimalCost ( PetriNet pNet1, PetriNet pNet2, int pNet1MoveCost, int pNet2MoveCost ) : void

Initialize Transitions and OptimalCost

Описание методов

AlignmentOnNets() публичный Метод

public AlignmentOnNets ( PetriNet pNet1, PetriNet pNet2, int pNet1MoveCost = 1, int pNet2MoveCost = 1 ) : System
pNet1 PetriNet Petri net
pNet2 PetriNet Petri net
pNet1MoveCost int Trace move cost
pNet2MoveCost int Model move cost
Результат System