public class TdbTreeEntry
extends java.lang.Object
implements com.tietoenator.trip.jxp.internal.utils.DOMSink
Constructor and Description |
---|
TdbTreeEntry() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
childNames()
Retrieve the list of terms, by name, that are more specific than this term
|
java.util.List<TdbTreeEntry> |
children()
Retrieve the collection of more specific concepts of which this term is a generalization
|
java.lang.String |
getComment()
Retrieve any comment, or scope note, defined for this term
|
int |
getLevel()
Obsolete
|
java.lang.String |
getName()
Retrieve the name of the term
|
java.lang.String |
getNormalizedName()
Retrieve a normalized form of the term, this is useful when requiring a
canonical form for comparison purposes, i.e. case insensitive, punctuation
neutral, etc.
|
boolean |
hasChildren()
Check if the term has narrower (more specialized) terms
|
boolean |
hasParents()
Check if the term has broader (more general) terms
|
boolean |
hasRelations()
Check if the term has non-hierarchical relationships established, typically between
peers or siblings, although this is not enforced.
|
boolean |
hasSynonyms()
Check if this term has synonyms defined, i.e. terms that are not part of the
tree but are usable in place of this term
|
java.util.List<java.lang.String> |
parentNames()
Retrieve the list of terms, by name, that are more generic than this term
|
java.util.List<TdbTreeEntry> |
parents()
Retrieve the collection of more general concepts of which this term is a part.
|
java.util.List<java.lang.String> |
relationNames()
Retrieve the collection of related terms, by name
|
java.util.List<TdbTreeEntry> |
relations()
Retrieve the collection of related terms
|
java.util.List<java.lang.String> |
synonyms()
Retrieve the collection of terms, by name, defined as synonyms of this term
|
public int getLevel()
public java.lang.String getName()
public java.lang.String getNormalizedName()
public boolean hasParents()
public java.util.List<TdbTreeEntry> parents()
public java.util.List<java.lang.String> parentNames()
public boolean hasChildren()
public java.util.List<TdbTreeEntry> children()
public java.util.List<java.lang.String> childNames()
public boolean hasRelations()
public java.util.List<TdbTreeEntry> relations()
public java.util.List<java.lang.String> relationNames()
public boolean hasSynonyms()
public java.util.List<java.lang.String> synonyms()
public java.lang.String getComment()