public class SubstrateFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SubstrateFactory.SubstrateType |
Constructor and Description |
---|
SubstrateFactory() |
Modifier and Type | Method and Description |
---|---|
static Substrate |
getSubstrate(SubstrateFactory.SubstrateType substrateType,
SimulationParams simParams)
factory method for making geometries.
|
static void |
main(java.lang.String[] args) |
public static Substrate getSubstrate(SubstrateFactory.SubstrateType substrateType, SimulationParams simParams)
substrateType
- geometry type codesimParams
- simulation parameterspublic static void main(java.lang.String[] args)