@Deprecated public class LexEvsTree extends java.lang.Object implements NodeAddedListener, java.io.Serializable
Constructor and Description |
---|
LexEvsTree()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LexEvsTreeNode |
findNodeInTree(java.lang.String code)
Deprecated.
Find node in tree.
|
java.util.List<java.lang.String> |
getAssociationNames()
Deprecated.
Gets the association names.
|
java.util.Map<java.lang.String,LexEvsTreeNode> |
getCodeMap()
Deprecated.
Gets the code map.
|
java.lang.String |
getCodingScheme()
Deprecated.
Gets the coding scheme.
|
LexEvsTreeNode |
getCurrentFocus()
Deprecated.
Gets the current focus.
|
LexEvsTreeDao.Direction |
getDirection()
Deprecated.
Gets the direction.
|
CodingSchemeVersionOrTag |
getVersionOrTag()
Deprecated.
Gets the version or tag.
|
void |
nodeAdded(LexEvsTreeNode node)
Deprecated.
Node added.
|
void |
setAssociationNames(java.util.List<java.lang.String> associationNames)
Deprecated.
Sets the association names.
|
void |
setCodeMap(java.util.Map<java.lang.String,LexEvsTreeNode> codeMap)
Deprecated.
Sets the code map.
|
void |
setCodingScheme(java.lang.String codingScheme)
Deprecated.
Sets the coding scheme.
|
void |
setCurrentFocus(LexEvsTreeNode currentFocus)
Deprecated.
Sets the current focus.
|
void |
setDirection(LexEvsTreeDao.Direction direction)
Deprecated.
Sets the direction.
|
void |
setVersionOrTag(CodingSchemeVersionOrTag versionOrTag)
Deprecated.
Sets the version or tag.
|
public LexEvsTreeNode getCurrentFocus()
public void setCurrentFocus(LexEvsTreeNode currentFocus)
currentFocus
- the new current focuspublic java.util.Map<java.lang.String,LexEvsTreeNode> getCodeMap()
public void setCodeMap(java.util.Map<java.lang.String,LexEvsTreeNode> codeMap)
codeMap
- the code mappublic LexEvsTreeNode findNodeInTree(java.lang.String code)
code
- the codepublic void setCodingScheme(java.lang.String codingScheme)
codingScheme
- the new coding schemepublic java.lang.String getCodingScheme()
public void setVersionOrTag(CodingSchemeVersionOrTag versionOrTag)
versionOrTag
- the new version or tagpublic CodingSchemeVersionOrTag getVersionOrTag()
public java.util.List<java.lang.String> getAssociationNames()
public void setAssociationNames(java.util.List<java.lang.String> associationNames)
associationNames
- the new association namespublic LexEvsTreeDao.Direction getDirection()
public void setDirection(LexEvsTreeDao.Direction direction)
direction
- the new directionpublic void nodeAdded(LexEvsTreeNode node)
NodeAddedListener
nodeAdded
in interface NodeAddedListener
node
- the node