Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer |
This package implements the SOMViewer application; main class is SOMViewer.java.
|
at.tuwien.ifs.somtoolbox.input |
Provides classes responsible for reading trained network models from file or some other location.
|
Modifier and Type | Field and Description |
---|---|
private InputCorrections.CreationType |
ArrowPNode.creationType |
Modifier and Type | Method and Description |
---|---|
InputCorrections.CreationType |
ArrowPNode.getCreationType() |
Modifier and Type | Method and Description |
---|---|
void |
MapPNode.clearInputCorrections(InputCorrections.CreationType type) |
static ArrowPNode |
ArrowPNode.createInputCorrectionArrow(InputCorrections.InputCorrection c,
InputCorrections.CreationType creationType,
GeneralUnitPNode sourceUnitNode,
GeneralUnitPNode targetUnitNode) |
Constructor and Description |
---|
ArrowPNode(InputCorrections.CreationType creationType,
String[][] attributes,
String tooltip,
Color color,
double width,
double height,
Point pointBegin,
Point pointEnd) |
Modifier and Type | Field and Description |
---|---|
private InputCorrections.CreationType |
InputCorrections.InputCorrection.creationType |
Modifier and Type | Method and Description |
---|---|
InputCorrections.CreationType |
InputCorrections.InputCorrection.getCreationType() |
static InputCorrections.CreationType |
InputCorrections.CreationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputCorrections.CreationType[] |
InputCorrections.CreationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InputCorrections.InputCorrection(Unit sourceUnit,
Unit targetUnit,
String label,
double originalDistance,
InputCorrections.CreationType creationType) |