RePast
v. 2.0

uchicago.src.sim.analysis
Class NetSeqTableRow

java.lang.Object
  |
  +--uchicago.src.sim.analysis.NetSeqTableRow

public class NetSeqTableRow
extends Object

Represents a row in the model contained by the table in NetSequenceSetPanel. This should not be used by modelers.


Field Summary
protected  Color color
           
protected  boolean hasRun
           
protected  int markType
           
protected  String name
           
protected  Sequence sequence
           
protected  boolean show
           
 
Constructor Summary
NetSeqTableRow(String name, Sequence seq, Color color)
           
 
Method Summary
 void addSequence(NetSequenceGraph plot)
           
 void addSequence(NetSequenceGraph plot, String name)
           
 void addSequence(NetSequenceGraph plot, String name, Color color)
           
 void addSequence(NetSequenceGraph plot, String name, Color color, int markType)
           
 void addSequence(NetSequenceGraph plot, String name, int markType)
           
static Class getClassAt(int col)
           
 Object getValueAt(int col)
           
 boolean isEditable()
           
 void setColor(Color c)
           
 void setHasRun(boolean val)
           
 void setMarkType(int type)
           
 void setShow(boolean val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

sequence

protected Sequence sequence

color

protected Color color

show

protected boolean show

hasRun

protected boolean hasRun

markType

protected int markType
Constructor Detail

NetSeqTableRow

public NetSeqTableRow(String name,
                      Sequence seq,
                      Color color)
Method Detail

setColor

public void setColor(Color c)

setShow

public void setShow(boolean val)

setMarkType

public void setMarkType(int type)

setHasRun

public void setHasRun(boolean val)

getValueAt

public Object getValueAt(int col)

getClassAt

public static Class getClassAt(int col)

isEditable

public boolean isEditable()

addSequence

public void addSequence(NetSequenceGraph plot)

addSequence

public void addSequence(NetSequenceGraph plot,
                        String name)

addSequence

public void addSequence(NetSequenceGraph plot,
                        String name,
                        Color color)

addSequence

public void addSequence(NetSequenceGraph plot,
                        String name,
                        int markType)

addSequence

public void addSequence(NetSequenceGraph plot,
                        String name,
                        Color color,
                        int markType)

RePast
v. 2.0

Bug reports and feature requests to RePast