public abstract class DictionaryInfo extends Object implements Cloneable
Constructor and Description |
---|
DictionaryInfo() |
DictionaryInfo(String name) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addParameters(StringBuilder buffer)
Add any parameters to string representation.
|
DictionaryInfo |
clone() |
boolean |
equals(Object other) |
String |
getName()
Get the name for this dictionary.
|
int |
hashCode() |
boolean |
isCaseSensitive()
Get if dictionary term matches should be sensitive to case.
|
boolean |
isCompiled()
Get if all outstanding changes to the dictionary are represented in the compiled dictionary.
|
boolean |
isPublished()
Get if all outstanding changes to the dictionary are represented in the published dictionary.
|
boolean |
isPunctuationSensitive()
Get if dictionary term matches should be sensitive to punctuation.
|
void |
setCaseSensitive(boolean value)
Set if dictionary term matches should be sensitive to case.
|
void |
setCompiled(boolean value)
Set if all outstanding changes to the dictionary are represented in the compiled dictionary.
|
void |
setName(String value)
Set the name for this dictionary.
|
void |
setPublished(boolean value)
Set if all outstanding changes to the dictionary are represented in the published dictionary.
|
void |
setPunctuationSensitive(boolean value)
Set if dictionary term matches should be sensitive to punctuation.
|
String |
toString() |
public DictionaryInfo()
public DictionaryInfo(String name)
public String getName()
public void setName(String value)
public boolean isCompiled()
public void setCompiled(boolean value)
public boolean isPublished()
public void setPublished(boolean value)
public boolean isCaseSensitive()
public void setCaseSensitive(boolean value)
public boolean isPunctuationSensitive()
public void setPunctuationSensitive(boolean value)
protected abstract void addParameters(StringBuilder buffer)
public DictionaryInfo clone()
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.