public class BoundedInputANDOutput<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> extends java.lang.Object implements CandidatePlaceSelectionStrategy<N>
Constructor and Description |
---|
BoundedInputANDOutput(int maxOutputNum,
int maxInputNum) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxInputNum() |
int |
getMaxOutputNum() |
boolean |
isCandidate(PartialPlaceEvaluation<N> ppe) |
public BoundedInputANDOutput(int maxOutputNum, int maxInputNum)
public int getMaxOutputNum()
public int getMaxInputNum()
public boolean isCandidate(PartialPlaceEvaluation<N> ppe)
isCandidate
in interface CandidatePlaceSelectionStrategy<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>