Package owl.translations
Enum LtlTranslationRepository.LtlToDelaTranslation
- java.lang.Object
-
- java.lang.Enum<LtlTranslationRepository.LtlToDelaTranslation>
-
- owl.translations.LtlTranslationRepository.LtlToDelaTranslation
-
- All Implemented Interfaces:
Serializable
,Comparable<LtlTranslationRepository.LtlToDelaTranslation>
,LtlTranslationRepository.LtlTranslation<EmersonLeiAcceptance,EmersonLeiAcceptance>
- Enclosing class:
- LtlTranslationRepository
public static enum LtlTranslationRepository.LtlToDelaTranslation extends Enum<LtlTranslationRepository.LtlToDelaTranslation> implements LtlTranslationRepository.LtlTranslation<EmersonLeiAcceptance,EmersonLeiAcceptance>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MS17
SLM21
SMALLEST_AUTOMATON
-
Field Summary
Fields Modifier and Type Field Description static LtlTranslationRepository.LtlToDelaTranslation
DEFAULT
static String
MS17_DESCRIPTION
static String
SLM21_DESCRIPTION
static String
SMALLEST_AUTOMATON_DESCRIPTION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<EmersonLeiAcceptance>
acceptanceClassLowerBound()
Class<EmersonLeiAcceptance>
acceptanceClassUpperBound()
<A extends EmersonLeiAcceptance>
Function<LabelledFormula,Automaton<?,? extends A>>translation(Class<A> acceptanceClass, Set<LtlTranslationRepository.Option> translationOptions, OptionalInt lookahead)
static LtlTranslationRepository.LtlToDelaTranslation
valueOf(String name)
Returns the enum constant of this type with the specified name.static LtlTranslationRepository.LtlToDelaTranslation[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.-
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from interface owl.translations.LtlTranslationRepository.LtlTranslation
acceptanceClassWithinBounds, citeKey, translation, translation, translation, translation
-
-
-
-
Enum Constant Detail
-
MS17
public static final LtlTranslationRepository.LtlToDelaTranslation MS17
-
SLM21
public static final LtlTranslationRepository.LtlToDelaTranslation SLM21
-
SMALLEST_AUTOMATON
public static final LtlTranslationRepository.LtlToDelaTranslation SMALLEST_AUTOMATON
-
-
Field Detail
-
DEFAULT
public static final LtlTranslationRepository.LtlToDelaTranslation DEFAULT
-
MS17_DESCRIPTION
public static final String MS17_DESCRIPTION
- See Also:
- Constant Field Values
-
SLM21_DESCRIPTION
public static final String SLM21_DESCRIPTION
- See Also:
- Constant Field Values
-
SMALLEST_AUTOMATON_DESCRIPTION
public static final String SMALLEST_AUTOMATON_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LtlTranslationRepository.LtlToDelaTranslation[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LtlTranslationRepository.LtlToDelaTranslation c : LtlTranslationRepository.LtlToDelaTranslation.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LtlTranslationRepository.LtlToDelaTranslation valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
acceptanceClassLowerBound
public Class<EmersonLeiAcceptance> acceptanceClassLowerBound()
- Specified by:
acceptanceClassLowerBound
in interfaceLtlTranslationRepository.LtlTranslation<EmersonLeiAcceptance,EmersonLeiAcceptance>
-
acceptanceClassUpperBound
public Class<EmersonLeiAcceptance> acceptanceClassUpperBound()
- Specified by:
acceptanceClassUpperBound
in interfaceLtlTranslationRepository.LtlTranslation<EmersonLeiAcceptance,EmersonLeiAcceptance>
-
translation
public <A extends EmersonLeiAcceptance> Function<LabelledFormula,Automaton<?,? extends A>> translation(Class<A> acceptanceClass, Set<LtlTranslationRepository.Option> translationOptions, OptionalInt lookahead)
- Specified by:
translation
in interfaceLtlTranslationRepository.LtlTranslation<EmersonLeiAcceptance,EmersonLeiAcceptance>
-
-