Package org.seamcat.model.plugin.system
Class StandardResults
- java.lang.Object
-
- org.seamcat.model.plugin.system.StandardResults
-
public class StandardResults extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static VectorDef
EFFECTIVE_PATH_LOSS_ALL
static VectorDef
FREQUENCY_ALL
static VectorDef
FREQUENCY_REF_CELL
static VectorDef
FREQUENCY_REF_SECTOR
static VectorDef
INTER_SYSTEM_INTERFERENCE_ALL
static VectorDef
INTERFERENCE_POWER_ALL
static VectorDef
PATH_LOSS_ALL
-
Constructor Summary
Constructors Constructor Description StandardResults()
-
-
-
Field Detail
-
FREQUENCY_ALL
public static final VectorDef FREQUENCY_ALL
-
FREQUENCY_REF_CELL
public static final VectorDef FREQUENCY_REF_CELL
-
FREQUENCY_REF_SECTOR
public static final VectorDef FREQUENCY_REF_SECTOR
-
PATH_LOSS_ALL
public static final VectorDef PATH_LOSS_ALL
-
EFFECTIVE_PATH_LOSS_ALL
public static final VectorDef EFFECTIVE_PATH_LOSS_ALL
-
INTERFERENCE_POWER_ALL
public static final VectorDef INTERFERENCE_POWER_ALL
-
INTER_SYSTEM_INTERFERENCE_ALL
public static final VectorDef INTER_SYSTEM_INTERFERENCE_ALL
-
-