public enum TestDatenWB extends Enum<TestDatenWB> implements TestDatumWB
| Enum Constant and Description |
|---|
Unruhe
Unruhe im Verkehrsflussr.
|
Verkehrszustand
Verkehrszustand.
|
| Modifier and Type | Field and Description |
|---|---|
private TestDatumWB |
datum
Testdatum dieses
enum. |
| Modifier and Type | Method and Description |
|---|---|
List<de.bsvrz.iav.fuzzylib.fuzzylib.FuzzyVariable> |
getVariablen()
Gibt alle verwendeten Variablen zurück.
|
de.bsvrz.iav.fuzzylib.fuzzylib.inferenz.Wissensbasis |
getWissensbasis()
Gibt die Wissensbasis zuräck.
|
static TestDatenWB |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestDatenWB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestDatenWB Verkehrszustand
public static final TestDatenWB Unruhe
private final TestDatumWB datum
enum.public static TestDatenWB[] values()
for (TestDatenWB c : TestDatenWB.values()) System.out.println(c);
public static TestDatenWB valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic List<de.bsvrz.iav.fuzzylib.fuzzylib.FuzzyVariable> getVariablen()
getVariablen in interface TestDatumWBpublic de.bsvrz.iav.fuzzylib.fuzzylib.inferenz.Wissensbasis getWissensbasis()
getWissensbasis in interface TestDatumWBCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.