C# 클래스 ProcessM.NET.ConformanceChecking.Alignments.AlignmentOnNets

상속: IAlignment
파일 보기 프로젝트 열기: lasaris/ProcessM.NET

공개 메소드들

메소드 설명
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