|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.lvg.Trie.RuleResult
public class RuleResult
This class creates an object for the result after applying a rule. It includes input term, output result, and rule.
History:
| Constructor Summary | |
|---|---|
RuleResult(java.lang.String inTerm,
java.lang.String outTerm,
java.lang.String ruleStr)
Create an object for representing the result after applying a rule, using input term, output term, and the string format of a rule. |
|
| Method Summary | |
|---|---|
java.lang.String |
GetInCategory()
Get the input category from the current rule result. |
java.lang.String |
GetInInflection()
Get the input inflection from the current rule result. |
java.lang.String |
GetInTerm()
Get the input term of the current rule result. |
java.lang.String |
GetOutCategory()
Get the output category from the current rule result. |
java.lang.String |
GetOutCategoryAndInflection()
Get the output category and inflection from the current rule result. |
java.lang.String |
GetOutInflection()
Get the output inflection from the current rule result. |
java.lang.String |
GetOutTerm()
Get the output term (result) of the current rule result. |
java.lang.String |
GetRuleString()
Get the string format of rule used in the current rule result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleResult(java.lang.String inTerm,
java.lang.String outTerm,
java.lang.String ruleStr)
| Method Detail |
|---|
public java.lang.String GetInTerm()
public java.lang.String GetOutTerm()
public java.lang.String GetRuleString()
public java.lang.String GetInCategory()
public java.lang.String GetOutCategory()
public java.lang.String GetInInflection()
public java.lang.String GetOutInflection()
public java.lang.String GetOutCategoryAndInflection()
|
Lvg Java 2006p Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||