Class BoundedInputANDOutput<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
- java.lang.Object
-
- org.processmining.hybridminer.models.hybridpetrinet.candidateplacestrategy.BoundedInputANDOutput<N>
-
- All Implemented Interfaces:
CandidatePlaceSelectionStrategy<N>
public class BoundedInputANDOutput<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> extends java.lang.Object implements CandidatePlaceSelectionStrategy<N>
-
-
Constructor Summary
Constructors Constructor Description BoundedInputANDOutput(int maxOutputNum, int maxInputNum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxInputNum()intgetMaxOutputNum()booleanisCandidate(PartialPlaceEvaluation<N> ppe)
-
-
-
Method Detail
-
getMaxOutputNum
public int getMaxOutputNum()
-
getMaxInputNum
public int getMaxInputNum()
-
isCandidate
public boolean isCandidate(PartialPlaceEvaluation<N> ppe)
- Specified by:
isCandidatein interfaceCandidatePlaceSelectionStrategy<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
-
-