public abstract class VolumeElement extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
alongArea |
protected Position[] |
boundary |
protected Position |
center |
protected ArrayList<ElementConnection> |
connections |
protected double |
deltaZ |
protected double |
exposedArea |
protected String |
groupID |
protected String |
label |
protected int |
number |
protected String |
region |
protected double |
sideArea |
protected Position[] |
surfaceBoundary |
protected double |
topArea |
protected double |
volume |
Constructor and Description |
---|
VolumeElement(String label,
String region,
String groupID,
Position[] boundary,
Position[] surfaceBoundary,
double exposedArea,
Position center,
double alongArea,
double sideArea,
double topArea,
double volume,
double deltaZ) |
Modifier and Type | Method and Description |
---|---|
void |
coupleTo(VolumeElement other,
double contactArea) |
double |
getAlongArea() |
String |
getAsPlainText() |
String |
getAsText() |
Position[] |
getBoundary() |
ArrayList<ElementConnection> |
getConnections() |
double |
getDeltaZ() |
double |
getExposedArea() |
String |
getGroupID() |
String |
getHeadings() |
String |
getLabel() |
int |
getNumber() |
String |
getRegion() |
double |
getSideArea() |
Position[] |
getSurfaceBoundary() |
double |
getTopArea() |
double |
getVolume() |
double |
getX() |
double |
getY() |
double |
getZ() |
boolean |
isSubmembrane() |
void |
setNumber(int number) |
String |
toString() |
protected final Position center
protected final String label
protected final String region
protected final String groupID
protected final double volume
protected final double deltaZ
protected final double exposedArea
protected final double alongArea
protected final double sideArea
protected final double topArea
protected final ArrayList<ElementConnection> connections
protected final Position[] boundary
protected final Position[] surfaceBoundary
protected int number
public double getAlongArea()
public double getSideArea()
public double getTopArea()
public double getX()
public double getY()
public double getZ()
public boolean isSubmembrane()
public String getLabel()
public String getRegion()
public double getVolume()
public double getDeltaZ()
public double getExposedArea()
public Position[] getBoundary()
public Position[] getSurfaceBoundary()
public String getGroupID()
public void coupleTo(VolumeElement other, double contactArea)
public ArrayList<ElementConnection> getConnections()
public void setNumber(int number)
public int getNumber()
public String getAsText()
public String getHeadings()
public String getAsPlainText()
Copyright © 2016. All rights reserved.