us.nj.nwk.overlapping_analysis
Class Model.CellPopulation

java.lang.Object
  extended by us.nj.nwk.overlapping_analysis.Model.CellPopulation
Enclosing class:
Model

public class Model.CellPopulation
extends Object


Constructor Summary
Model.CellPopulation(Feature f)
           
 
Method Summary
 Color getColor()
           
 Integer getEmptyTreshold()
           
 Feature getFeature()
           
 String getName()
           
 HashSet getPoints(Hashtable points_table)
           
 Integer getTreshold()
           
 Boolean isActive()
           
 void setActive(Boolean act)
           
 void setColor(Color c)
           
 void setEmptyTreshold(Integer t)
           
 void setName(String name)
           
 void setTreshold(Integer t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model.CellPopulation

public Model.CellPopulation(Feature f)
Method Detail

getName

public String getName()

setName

public void setName(String name)

setColor

public void setColor(Color c)

getColor

public Color getColor()

setTreshold

public void setTreshold(Integer t)

getTreshold

public Integer getTreshold()

setEmptyTreshold

public void setEmptyTreshold(Integer t)

getEmptyTreshold

public Integer getEmptyTreshold()

setActive

public void setActive(Boolean act)

isActive

public Boolean isActive()

getFeature

public Feature getFeature()

getPoints

public HashSet getPoints(Hashtable points_table)