org.ceryle.wiki.visualizer.core.model
Class WikiLink

java.lang.Object
  extended by org.ceryle.wiki.visualizer.core.model.WikiLink
All Implemented Interfaces:
Serializable

public class WikiLink
extends Object
implements Serializable

WikiLink

See Also:
Serialized Form

Method Summary
 WikiEdge getEdge()
          The act of asking for a WikiEdge for a link creates one.
 WikiPage getFromPage()
           
 boolean getShouldGraph()
           
 WikiPage getToPage()
           
 void hide()
           
 boolean isDeleted()
           
 boolean isGraphed()
          True if this WikiPage has in some way been dealt with by the WikiGraph.
 boolean isHidden()
           
 void markDeleted()
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFromPage

public WikiPage getFromPage()

getToPage

public WikiPage getToPage()

markDeleted

public void markDeleted()

hide

public void hide()

show

public void show()

isDeleted

public boolean isDeleted()

isHidden

public boolean isHidden()

getShouldGraph

public boolean getShouldGraph()

isGraphed

public boolean isGraphed()
True if this WikiPage has in some way been dealt with by the WikiGraph.


getEdge

public WikiEdge getEdge()
The act of asking for a WikiEdge for a link creates one.

Returns:
The edge to be used on the graph for his link.


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.