Class AutomatonNode.AreaMapping
- java.lang.Object
-
- bio.singa.simulation.model.graphs.AutomatonNode.AreaMapping
-
- Enclosing class:
- AutomatonNode
public static class AutomatonNode.AreaMapping extends Object
-
-
Constructor Summary
Constructors Constructor Description AreaMapping(AutomatonNode source, AutomatonNode target, CellSubsection subsection, double relativeArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleanequals(Object o)doublegetCached()doublegetDiffusiveRatio()AutomatonNodegetOther(AutomatonNode currentNode)doublegetRelativeArea()AutomatonNodegetSource()CellSubsectiongetSubsection()AutomatonNodegetTarget()inthashCode()booleanisCached()voidsetCache(double partialDelta)voidsetDiffusiveRatio(double diffusiveRatio)
-
-
-
Constructor Detail
-
AreaMapping
public AreaMapping(AutomatonNode source, AutomatonNode target, CellSubsection subsection, double relativeArea)
-
-
Method Detail
-
getOther
public AutomatonNode getOther(AutomatonNode currentNode)
-
getSource
public AutomatonNode getSource()
-
getTarget
public AutomatonNode getTarget()
-
isCached
public boolean isCached()
-
getCached
public double getCached()
-
setCache
public void setCache(double partialDelta)
-
clear
public void clear()
-
getSubsection
public CellSubsection getSubsection()
-
getRelativeArea
public double getRelativeArea()
-
getDiffusiveRatio
public double getDiffusiveRatio()
-
setDiffusiveRatio
public void setDiffusiveRatio(double diffusiveRatio)
-
-