org.civi.graph
Class CiviEdge
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CiviEdge
public CiviEdge()
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.