Class BoundedSplitJoinOnly<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
- java.lang.Object
-
- org.processmining.hybridminer.models.hybridpetrinet.candidateplacestrategy.BoundedSplitJoinOnly<N>
-
- All Implemented Interfaces:
CandidatePlaceSelectionStrategy<N>
public class BoundedSplitJoinOnly<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> extends java.lang.Object implements CandidatePlaceSelectionStrategy<N>
Created by demas on 21/06/17.
-
-
Constructor Summary
Constructors Constructor Description BoundedSplitJoinOnly(int inputOutputSum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCandidate(PartialPlaceEvaluation<N> ppe)
-
-
-
Method Detail
-
isCandidate
public boolean isCandidate(PartialPlaceEvaluation<N> ppe)
- Specified by:
isCandidatein interfaceCandidatePlaceSelectionStrategy<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
-
-