public class MembraneFactory extends Object
| Constructor and Description |
|---|
MembraneFactory(Collection<Vector2D> membraneVectors,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions) |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
createClosedMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions) |
static Membrane |
createLinearMembrane(Collection<Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<Vector2D,CellRegion> regions,
Rectangle globalClipper) |
public MembraneFactory(Collection<Vector2D> membraneVectors, AutomatonGraph graph, Map<Vector2D,CellRegion> regions)
public static Membrane createLinearMembrane(Collection<Vector2D> vectors, CellRegion innerRegion, CellRegion membraneRegion, NeumannRectangularDirection innerDirection, AutomatonGraph graph, Map<Vector2D,CellRegion> regions, Rectangle globalClipper)
public static Membrane createClosedMembrane(Collection<Vector2D> vectors, CellRegion innerRegion, CellRegion membraneRegion, AutomatonGraph graph, Map<Vector2D,CellRegion> regions)
Copyright © 2019. All rights reserved.