infosapient.system
Class FzyConsequent
java.lang.Object
|
+--infosapient.system.ObservableImpl
|
+--infosapient.system.FzySystemComponent
|
+--infosapient.system.FzyRuleComponent
|
+--infosapient.system.FzyConsequent
- public class FzyConsequent
- extends FzyRuleComponent
- implements TextOutput, XMLOutput
FzyConsequent models the "then" portion of a rule.
- Version:
- $Revision: 1.1.1.1 $
- See Also:
- Serialized Form
Methods inherited from class infosapient.system.FzyRuleComponent |
append,
append,
getRule,
getSolutionSet,
getText,
hasSolution,
setRule,
setSolutionSet,
setText,
toText,
update |
Methods inherited from class infosapient.system.FzySystemComponent |
addPropertyChangeListener,
addVetoableChangeListener,
equals,
getID,
getPropertyChangeSupport,
getVetoableChangeSupport,
hashCode,
printOn,
removePropertyChangeListener,
removeVetoableChangeListener,
setID,
setName |
Methods inherited from class java.lang.Object |
,
clone,
finalize,
getClass,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
goal
private FzyAttribClause goal
altGoal
private FzyAttribClause altGoal
FzyConsequent
public FzyConsequent()
FzyConsequent
public FzyConsequent(FzyRule rule)
getAltConseqGoal
public FzyAttribClause getAltConseqGoal()
getConsequentGoal
public FzyAttribClause getConsequentGoal()
getName
public java.lang.String getName()
- Overrides:
- getName in class FzySystemComponent
reset
public void reset()
- Description copied from class: FzyRuleComponent
- Implemented by my subclasses to reinitialize themselves after a
rule session has been performed by the rule engine.
- Overrides:
- reset in class FzyRuleComponent
setAltConseqGoal
public void setAltConseqGoal(FzyAttribClause aac)
setConsequentGoal
public void setConsequentGoal(FzyAttribClause aac)
toXML
public java.lang.StringBuffer toXML(int nTabs)
- Represent this rule's consequent as xml tags.
Creation date: (1/30/00 9:08:55 PM)
- Specified by:
- toXML in interface XMLOutput
- Returns:
- java.lang.StringBuffer
Copyright (c) 2001, Workplace Performance Tools, All Rights Reserved