Uses of Class
de.cau.cs.kieler.krep.evalbench.program.kep.Constants.SignalDataType

Packages that use Constants.SignalDataType
de.cau.cs.kieler.krep.evalbench.program.kep   
 

Uses of Constants.SignalDataType in de.cau.cs.kieler.krep.evalbench.program.kep
 

Methods in de.cau.cs.kieler.krep.evalbench.program.kep that return Constants.SignalDataType
 Constants.SignalDataType KepSignal.getDataType()
           
 Constants.SignalDataType ReadSignal.getDataType()
           
static Constants.SignalDataType Constants.SignalDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Constants.SignalDataType[] Constants.SignalDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.