public enum TestDatenLV extends Enum<TestDatenLV> implements TestDatumLV
Enum Constant and Description |
---|
ALkw
Lkw-Anteil in Prozent.
|
Helligkeit
Helligkeit in Lux.
|
KB
Bemessungsdichte in Fahrzeuge/km.
|
Ni
Niederschlagsintensität in mm/h.
|
QKfz
Verkehrsstärke in Anzahl pro Messabschnittsdauer.
|
SKfz
Standardabweichung der Kfz-Geschwindigkeiten.
|
SW
Sichtweite in m.
|
VKfz
Geschwindigkeit in km/h.
|
WG
Windgeschwindigkeit inm/s.
|
WR
Windrichting in Grad.
|
Modifier and Type | Field and Description |
---|---|
private TestDatumLV |
datum
Testdatum dieses
enum . |
Modifier and Type | Method and Description |
---|---|
String |
getAtgFuzzySets()
Gibt die PID der Attributgruppe mit den Fuzzy-Sets zurück.
|
String |
getAtgFuzzyWert()
Gibt die PID der Attributgruppe mit dem Fuzzy-Wert zurück.
|
de.bsvrz.iav.fuzzylib.fuzzylib.LinguistischeVariable |
getLinguistischeVariable()
Gibt eine linguistische Variable als Testdatum zurück.
|
de.bsvrz.iav.fuzzylib.fuzzylib.LinguistischeVariable |
getLinguistischeVariable(int szenario)
Gibt eine bestimme linguistische Variable zurück.
|
String |
getName()
Gibt den Namen des Testdatums zurück.
|
String |
getSystemObjektTyp()
Gibt die PID des Objekttyps zurück.
|
static TestDatenLV |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestDatenLV[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestDatenLV ALkw
public static final TestDatenLV Helligkeit
public static final TestDatenLV KB
public static final TestDatenLV Ni
public static final TestDatenLV QKfz
public static final TestDatenLV SKfz
public static final TestDatenLV SW
public static final TestDatenLV VKfz
public static final TestDatenLV WG
public static final TestDatenLV WR
private final TestDatumLV datum
enum
.public static TestDatenLV[] values()
for (TestDatenLV c : TestDatenLV.values()) System.out.println(c);
public static TestDatenLV 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 String getAtgFuzzySets()
getAtgFuzzySets
in interface TestDatumLV
public String getAtgFuzzyWert()
getAtgFuzzyWert
in interface TestDatumLV
public de.bsvrz.iav.fuzzylib.fuzzylib.LinguistischeVariable getLinguistischeVariable()
getLinguistischeVariable
in interface TestDatumLV
public de.bsvrz.iav.fuzzylib.fuzzylib.LinguistischeVariable getLinguistischeVariable(int szenario)
getLinguistischeVariable
in interface TestDatumLV
szenario
- Nummer eines Szenarios, siehe [Afo]public String getName()
getName
in interface TestDatumLV
public String getSystemObjektTyp()
getSystemObjektTyp
in interface TestDatumLV
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.