public class FuzzyFPDNodeLogIdentifier extends java.lang.Object implements IFPDNodeLogIdentifier
Modifier and Type | Field and Description |
---|---|
int |
stateSpaceLimit |
Constructor and Description |
---|
FuzzyFPDNodeLogIdentifier(int stateSpaceNumberLimit) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FPDNode> |
identifyFPDNodes(java.util.Queue<java.util.Set<FPDNode>> queueOfNodeMappings,
FPD fpd)
method to identify FPD nodes based on available mappings, FPD, and number
of state space with default state space number limit
|
java.util.List<FPDNode> |
identifyFPDNodes(java.util.Queue<java.util.Set<FPDNode>> queueOfNodeMappings,
FPD fpd,
int stateSpaceNumberLimit)
complete method to identify FPD nodes based on available mappings, FPD,
and number of state space
|
public FuzzyFPDNodeLogIdentifier(int stateSpaceNumberLimit)
public java.util.List<FPDNode> identifyFPDNodes(java.util.Queue<java.util.Set<FPDNode>> queueOfNodeMappings, FPD fpd)
identifyFPDNodes
in interface IFPDNodeLogIdentifier
public java.util.List<FPDNode> identifyFPDNodes(java.util.Queue<java.util.Set<FPDNode>> queueOfNodeMappings, FPD fpd, int stateSpaceNumberLimit)
queueOfNodeMappings
- fpd
- stateSpaceNumberLimit
-