org.civi.graph
Class CiviEdge

java.lang.Object
  extended byorg.civi.graph.CiviEdge

public class CiviEdge
extends java.lang.Object

This class represents the linkage between a document and a keyword. It will be shown as edge.

Author:
Michael Scholz

Constructor Summary
CiviEdge()
           
 
Method Summary
 CiviDocument getDocument()
           
 CiviKeyword getKeyword()
           
 int getThickness()
           
 void setDocument(CiviDocument document)
           
 void setKeyword(CiviKeyword keyword)
           
 void setThickness(int thickness)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiviEdge

public CiviEdge()
Method Detail

getDocument

public CiviDocument getDocument()
Returns:
Returns the document.

setDocument

public void setDocument(CiviDocument document)
Parameters:
document - The document to set.

getKeyword

public CiviKeyword getKeyword()
Returns:
Returns the keyword.

setKeyword

public void setKeyword(CiviKeyword keyword)
Parameters:
keyword - The keyword to set.

getThickness

public int getThickness()
Returns:
Returns the thickness.

setThickness

public void setThickness(int thickness)
Parameters:
thickness - The thickness to set.