|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.EdgeProperties
public class EdgeProperties
The EdgeProperties class specifies the relationship between a concept and its immediate parent when a TREE is generated using the getTree method.
Field Summary | |
---|---|
private java.lang.Boolean |
isA
Specifes the isa value for this concept. |
private java.util.HashSet |
links
Specifes the link information used to generate the concept tree |
private java.lang.String |
name
Specifes the name for this instance |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
private java.lang.Boolean |
traverseDown
The direction specified when the concept tree was generated. |
Constructor Summary | |
---|---|
EdgeProperties()
|
Method Summary | |
---|---|
java.lang.Boolean |
getIsA()
Retreives the value of isA attribue |
java.util.HashSet |
getLinks()
Retreives the value of links attribue |
java.lang.String |
getName()
Retreives the value of name attribue |
java.lang.Boolean |
getTraverseDown()
Retreives the value of traverseDown attribue |
void |
setIsA(java.lang.Boolean isA)
Sets the value of isA attribue |
void |
setLinks(java.util.HashSet links)
Sets the value of links attribue |
void |
setName(java.lang.String name)
Sets the value of name attribue |
void |
setTraverseDown(java.lang.Boolean traverseDown)
Sets the value of traverseDown attribue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.Boolean isA
private java.util.HashSet links
private java.lang.String name
private java.lang.Boolean traverseDown
Constructor Detail |
---|
public EdgeProperties()
Method Detail |
---|
public java.lang.Boolean getIsA()
public void setIsA(java.lang.Boolean isA)
public java.util.HashSet getLinks()
public void setLinks(java.util.HashSet links)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Boolean getTraverseDown()
public void setTraverseDown(java.lang.Boolean traverseDown)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |