gov.nih.nci.evs.domain
Class EdgeProperties

java.lang.Object
  extended by gov.nih.nci.evs.domain.EdgeProperties
All Implemented Interfaces:
java.io.Serializable

public class EdgeProperties
extends java.lang.Object
implements java.io.Serializable

The EdgeProperties class specifies the relationship between a concept and its immediate parent when a TREE is generated using the getTree method.

See Also:
Serialized Form

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
 

Constructor Detail

EdgeProperties

public EdgeProperties()
Method Detail

getIsA

public java.lang.Boolean getIsA()
Retreives the value of isA attribue

Returns:
isA

setIsA

public void setIsA(java.lang.Boolean isA)
Sets the value of isA attribue


getLinks

public java.util.HashSet getLinks()
Retreives the value of links attribue

Returns:
links

setLinks

public void setLinks(java.util.HashSet links)
Sets the value of links attribue


getName

public java.lang.String getName()
Retreives the value of name attribue

Returns:
name

setName

public void setName(java.lang.String name)
Sets the value of name attribue


getTraverseDown

public java.lang.Boolean getTraverseDown()
Retreives the value of traverseDown attribue

Returns:
traverseDown

setTraverseDown

public void setTraverseDown(java.lang.Boolean traverseDown)
Sets the value of traverseDown attribue



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.