Uses of Interface
org.apache.incubator.uima.regex.RuleDocument.Rule

Packages that use RuleDocument.Rule
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of RuleDocument.Rule in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return RuleDocument.Rule
 RuleDocument.Rule RulesDocument.Rules.addNewRule()
          Appends and returns a new empty value (as xml) as the last "rule" element
 RuleDocument.Rule RuleDocument.addNewRule()
          Appends and returns a new empty "rule" element
 RuleDocument.Rule RuleDocument.getRule()
          Gets the "rule" element
 RuleDocument.Rule[] RulesDocument.Rules.getRuleArray()
          Gets array of all "rule" elements
 RuleDocument.Rule RulesDocument.Rules.getRuleArray(int i)
          Gets ith "rule" element
 RuleDocument.Rule RulesDocument.Rules.insertNewRule(int i)
          Inserts and returns a new empty value (as xml) as the ith "rule" element
static RuleDocument.Rule RuleDocument.Rule.Factory.newInstance()
           
static RuleDocument.Rule RuleDocument.Rule.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type RuleDocument.Rule
 void RuleDocument.setRule(RuleDocument.Rule rule)
          Sets the "rule" element
 void RulesDocument.Rules.setRuleArray(int i, RuleDocument.Rule rule)
          Sets ith "rule" element
 void RulesDocument.Rules.setRuleArray(RuleDocument.Rule[] ruleArray)
          Sets array of all "rule" element
 

Uses of RuleDocument.Rule in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement RuleDocument.Rule
static class RuleDocumentImpl.RuleImpl
          An XML rule(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return RuleDocument.Rule
 RuleDocument.Rule RulesDocumentImpl.RulesImpl.addNewRule()
          Appends and returns a new empty value (as xml) as the last "rule" element
 RuleDocument.Rule RuleDocumentImpl.addNewRule()
          Appends and returns a new empty "rule" element
 RuleDocument.Rule RuleDocumentImpl.getRule()
          Gets the "rule" element
 RuleDocument.Rule[] RulesDocumentImpl.RulesImpl.getRuleArray()
          Gets array of all "rule" elements
 RuleDocument.Rule RulesDocumentImpl.RulesImpl.getRuleArray(int i)
          Gets ith "rule" element
 RuleDocument.Rule RulesDocumentImpl.RulesImpl.insertNewRule(int i)
          Inserts and returns a new empty value (as xml) as the ith "rule" element
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type RuleDocument.Rule
 void RuleDocumentImpl.setRule(RuleDocument.Rule rule)
          Sets the "rule" element
 void RulesDocumentImpl.RulesImpl.setRuleArray(int i, RuleDocument.Rule rule)
          Sets ith "rule" element
 void RulesDocumentImpl.RulesImpl.setRuleArray(RuleDocument.Rule[] ruleArray)
          Sets array of all "rule" element WARNING: This method is not atomicaly synchronized.
 



Copyright © 2011. All Rights Reserved.