public class RuleSet extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static RuleSet |
createRuleSet(Document def) |
static RuleSet |
createRuleSet(Iterator<Document> docs) |
static RuleSet |
emptyRuleSet() |
AnonymousWordList |
getKeyAnon() |
ControlledVocabularyWordList |
getKeyControlledVocabulary() |
ControlledVocabularyWordList |
getKeyLookup() |
AnonymousWordList |
getRuleAnon() |
ControlledVocabularyWordList |
getRuleControlledVocabulary() |
ControlledVocabularyWordList |
getRuleLookup() |
List<Document> |
toDocuments(String purpose,
boolean custom) |
static RuleSet |
updateRuleSet(RuleSet rules,
Iterator<Document> docs) |
public ControlledVocabularyWordList getKeyControlledVocabulary()
public ControlledVocabularyWordList getRuleControlledVocabulary()
public ControlledVocabularyWordList getKeyLookup()
public ControlledVocabularyWordList getRuleLookup()
public AnonymousWordList getKeyAnon()
public AnonymousWordList getRuleAnon()
public static RuleSet emptyRuleSet()
Copyright © 2021. All rights reserved.