Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
jgloss.dictionary.attribute |
Dictionary attribute classes.
|
jgloss.dictionary.filebased |
Modifier and Type | Method and Description |
---|---|
<T extends AttributeValue> |
KanjiDic.getAttributeValues(Attribute<T> att) |
<T extends AttributeValue> |
Dictionary.getAttributeValues(Attribute<T> att)
Return the set of known attribute values for an attribute.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute<T extends AttributeValue>
Attributes which encapsulate extended informations for dictionary entries.
|
static class |
AttributeMapper.Mapping<T extends AttributeValue>
Mapping of an attribute to its value.
|
class |
Attributes<T extends AttributeValue>
Collection of standard attributes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryAttributeValue
Interface for values of category attributes.
|
interface |
Priority
Priority of a dictionary entry.
|
interface |
ReferenceAttributeValue
Reference to other dictionary entries.
|
Modifier and Type | Class and Description |
---|---|
class |
Abbreviation
Word with an optional language code.
|
class |
Category
Attribute values for category attribute.
|
class |
Gairaigo
Language code with optional word.
|
class |
InformationAttributeValue |
class |
PartOfSpeech
Attribute values for part of speech attribute.
|
class |
SearchReference
Reference other dictionary entries by storing search parameters and
performing the search if the entries are requested.
|
class |
Usage
Attribute values for usage attribute.
|
class |
WithoutValue
Used for attributes which don't have values.
|
class |
Word
Word and code of originating language.
|
Modifier and Type | Field and Description |
---|---|
protected T |
Attributes.exampleAttributeValue |
Modifier and Type | Field and Description |
---|---|
protected Map<Attribute<?>,Set<AttributeValue>> |
AttributeMapper.allAttributes |
protected Map<Attribute<?>,List<? extends AttributeValue>> |
DefaultAttributeSet.attributes |
Modifier and Type | Method and Description |
---|---|
<T extends AttributeValue> |
DefaultAttributeSet.addAttribute(Attribute<T> key,
T value) |
<T extends AttributeValue> |
DefaultAttributeSet.addAttribute(AttributeMapper.Mapping<T> mapping) |
<T extends AttributeValue> |
AttributeSet.getAttribute(Attribute<T> key,
boolean resolveInherited)
Returns the attribute values for a given attribute.
|
<T extends AttributeValue> |
DefaultAttributeSet.getAttribute(Attribute<T> key,
boolean resolveInherited) |
Modifier and Type | Method and Description |
---|---|
Map<Attribute<?>,Set<AttributeValue>> |
AttributeMapper.getAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeSet.contains(Attribute<?> key,
AttributeValue value,
boolean resolveInherited)
Test if the attribute is set and has the specified value.
|
boolean |
DefaultAttributeSet.contains(Attribute<?> key,
AttributeValue value,
boolean resolveInherited) |
StringBuilder |
AttributeValueFormatter.format(Attribute<?> att,
AttributeValue val,
StringBuilder buf)
Format an attribute and its value as a string.
|
StringBuilder |
AttributeNameFormatter.format(Attribute<?> att,
AttributeValue val,
StringBuilder buf) |
StringBuilder |
InformationAttributeFormatter.format(Attribute<?> att,
AttributeValue val,
StringBuilder buf) |
StringBuilder |
WordFormatter.format(Attribute<?> att,
AttributeValue val,
StringBuilder buf) |
StringBuilder |
ReferenceAttributeFormatter.format(Attribute<?> att,
AttributeValue val,
StringBuilder buf) |
StringBuilder |
DefaultAttributeFormatter.format(Attribute<?> att,
AttributeValue val,
StringBuilder out) |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
AttributeFormatter.format(Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder buf)
Format an attribute and its list of values as a string.
|
StringBuilder |
AttributeNameFormatter.format(AttributeValueFormatter formatter,
Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder buf) |
StringBuilder |
ValueListFormatter.format(AttributeValueFormatter valueFormatter,
Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder buf)
Format an attribute and its list of values as a string.
|
StringBuilder |
DefaultAttributeFormatter.format(AttributeValueFormatter valueFormatter,
Attribute<?> att,
List<? extends AttributeValue> val,
StringBuilder out) |
Modifier and Type | Field and Description |
---|---|
protected Map<Attribute<?>,Set<AttributeValue>> |
FileBasedDictionary.supportedAttributes
Set of attributes supported by this dictionary implementation.
|
Modifier and Type | Method and Description |
---|---|
<T extends AttributeValue> |
FileBasedDictionary.getAttributeValues(Attribute<T> att) |
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.