infosapient.resolution
Class FzyImplicationMINMAX
java.lang.Object
|
+--infosapient.system.ObservableImpl
|
+--infosapient.system.FzySystemComponent
|
+--infosapient.resolution.FzyImplicationMethod
|
+--infosapient.resolution.FzyImplicationMINMAX
- public class FzyImplicationMINMAX
- extends FzyImplicationMethod
- See Also:
- Serialized Form
Fields inherited from class infosapient.resolution.FzyImplicationMethod |
currInx,
currVECMAX,
found,
FS_VECMAX,
fsDomain,
fSet,
fsMembership,
ix,
jx,
localDomain,
localMembership,
nbrOfVals,
PREFIX,
serialVersionUID,
setAdded,
solSet,
SOLSET_VECMAX,
solSetDomain,
solSetMembership |
Method Summary |
void |
applyImplicationMethod(FzySet fs,
FzySolutionSet sSet)
|
protected void |
fsSetOverlaps()
This condition means that the fzySet to be added completely overlaps the new set. |
java.lang.String |
getName()
|
protected void |
leftOverlap()
This condition means that the new set is shifted to the LEFT
of the existing set, but partially overlap to some extent. |
protected void |
rightOverlap()
This condition means that the added set will be added to the
RIGHT but still partially overlap the existing set. |
protected void |
solutionSetOverlaps()
This condition means that the solution set completely overlaps the new
set. |
Methods inherited from class infosapient.system.FzySystemComponent |
addPropertyChangeListener,
addVetoableChangeListener,
equals,
getID,
getPropertyChangeSupport,
getVetoableChangeSupport,
hashCode,
removePropertyChangeListener,
removeVetoableChangeListener,
setID,
setName |
Methods inherited from class java.lang.Object |
,
clone,
finalize,
getClass,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
serialVersionUID
static final long serialVersionUID
FzyImplicationMINMAX
public FzyImplicationMINMAX()
applyImplicationMethod
public void applyImplicationMethod(FzySet fs,
FzySolutionSet sSet)
throws FzySystemException
- Overrides:
- applyImplicationMethod in class FzyImplicationMethod
fsSetOverlaps
protected void fsSetOverlaps()
- This condition means that the fzySet to be added completely overlaps the new set.
getName
public java.lang.String getName()
- Overrides:
- getName in class FzySystemComponent
leftOverlap
protected void leftOverlap()
- This condition means that the new set is shifted to the LEFT
of the existing set, but partially overlap to some extent.
rightOverlap
protected void rightOverlap()
- This condition means that the added set will be added to the
RIGHT but still partially overlap the existing set.
solutionSetOverlaps
protected void solutionSetOverlaps()
- This condition means that the solution set completely overlaps the new
set.
Copyright (c) 2001, Workplace Performance Tools, All Rights Reserved