wt.clients.tools.transfer
Class ExportGraphLink

java.lang.Object
  extended bywt.clients.beans.graph.DefaultGraphLink
      extended bywt.clients.tools.transfer.ExportGraphLink
All Implemented Interfaces:
Externalizable, GraphLink, Serializable

public class ExportGraphLink
extends DefaultGraphLink

ExportGraphLink The Link for the ExportGraphView

See Also:
Serialized Form

Field Summary
(package private)  boolean excluded
           
static int EXPANDED
           
(package private)  int increment
           
static int NOT_SHOWING
           
 int num_arrows
           
(package private)  RoleExpandInfo roleInfo
           
(package private)  int show_mode
           
static int SHOWING
           
 
Fields inherited from class wt.clients.beans.graph.DefaultGraphLink
DESCRIPTION, LISTENER_LIST, LOOP, PREDECESSOR, SUCCESSOR
 
Constructor Summary
ExportGraphLink()
           
ExportGraphLink(GraphNode gr1, GraphNode gr2)
           
 
Method Summary
 int getIncrement()
           
 RoleExpandInfo getRoleInfo()
           
 int getShowMode()
           
 boolean isBidirectional()
           
 boolean isExcluded()
           
 void setBidirectional(boolean mode)
           
 void setExcluded(boolean newval)
           
 void setIncrement(int aInt)
           
 void setRoleInfo(RoleExpandInfo a_role)
           
 void setShowMode(int newMode)
           
 
Methods inherited from class wt.clients.beans.graph.DefaultGraphLink
addPropertyChangeListener, getDescription, getPredecessor, getSuccessor, isLoop, readExternal, removePropertyChangeListener, setDescription, setLoop, setPredecessor, setSuccessor, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SHOWING

public static final int NOT_SHOWING
See Also:
Constant Field Values

SHOWING

public static final int SHOWING
See Also:
Constant Field Values

EXPANDED

public static final int EXPANDED
See Also:
Constant Field Values

excluded

boolean excluded

num_arrows

public int num_arrows

show_mode

int show_mode

increment

int increment

roleInfo

RoleExpandInfo roleInfo
Constructor Detail

ExportGraphLink

public ExportGraphLink()

ExportGraphLink

public ExportGraphLink(GraphNode gr1,
                       GraphNode gr2)
                throws WTPropertyVetoException
Method Detail

setExcluded

public void setExcluded(boolean newval)

isExcluded

public boolean isExcluded()

getShowMode

public int getShowMode()

setShowMode

public void setShowMode(int newMode)

setBidirectional

public void setBidirectional(boolean mode)

isBidirectional

public boolean isBidirectional()

getIncrement

public int getIncrement()

setIncrement

public void setIncrement(int aInt)

setRoleInfo

public void setRoleInfo(RoleExpandInfo a_role)

getRoleInfo

public RoleExpandInfo getRoleInfo()