Package owl.translations
Enum LtlTranslationRepository.LtlToLdbaTranslation
- java.lang.Object
-
- java.lang.Enum<LtlTranslationRepository.LtlToLdbaTranslation>
-
- owl.translations.LtlTranslationRepository.LtlToLdbaTranslation
-
- All Implemented Interfaces:
Serializable,Comparable<LtlTranslationRepository.LtlToLdbaTranslation>,LtlTranslationRepository.LtlTranslation<BuchiAcceptance,GeneralizedBuchiAcceptance>
- Enclosing class:
- LtlTranslationRepository
public static enum LtlTranslationRepository.LtlToLdbaTranslation extends Enum<LtlTranslationRepository.LtlToLdbaTranslation> implements LtlTranslationRepository.LtlTranslation<BuchiAcceptance,GeneralizedBuchiAcceptance>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EKS20SEJK16SMALLEST_AUTOMATON
-
Field Summary
Fields Modifier and Type Field Description static LtlTranslationRepository.LtlToLdbaTranslationDEFAULTstatic StringEKS20_DESCRIPTIONstatic StringSEJK16_DESCRIPTIONstatic StringSMALLEST_AUTOMATON_DESCRIPTION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<BuchiAcceptance>acceptanceClassLowerBound()Class<GeneralizedBuchiAcceptance>acceptanceClassUpperBound()<B extends GeneralizedBuchiAcceptance>
Function<LabelledFormula,Automaton<?,? extends B>>translation(Class<B> acceptanceClass, Set<LtlTranslationRepository.Option> translationOptions, OptionalInt lookahead)static LtlTranslationRepository.LtlToLdbaTranslationvalueOf(String name)Returns the enum constant of this type with the specified name.static LtlTranslationRepository.LtlToLdbaTranslation[]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
-
SEJK16
public static final LtlTranslationRepository.LtlToLdbaTranslation SEJK16
-
EKS20
public static final LtlTranslationRepository.LtlToLdbaTranslation EKS20
-
SMALLEST_AUTOMATON
public static final LtlTranslationRepository.LtlToLdbaTranslation SMALLEST_AUTOMATON
-
-
Field Detail
-
DEFAULT
public static final LtlTranslationRepository.LtlToLdbaTranslation DEFAULT
-
SEJK16_DESCRIPTION
public static final String SEJK16_DESCRIPTION
- See Also:
- Constant Field Values
-
EKS20_DESCRIPTION
public static final String EKS20_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.LtlToLdbaTranslation[] 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.LtlToLdbaTranslation c : LtlTranslationRepository.LtlToLdbaTranslation.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.LtlToLdbaTranslation 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<BuchiAcceptance> acceptanceClassLowerBound()
- Specified by:
acceptanceClassLowerBoundin interfaceLtlTranslationRepository.LtlTranslation<BuchiAcceptance,GeneralizedBuchiAcceptance>
-
acceptanceClassUpperBound
public Class<GeneralizedBuchiAcceptance> acceptanceClassUpperBound()
- Specified by:
acceptanceClassUpperBoundin interfaceLtlTranslationRepository.LtlTranslation<BuchiAcceptance,GeneralizedBuchiAcceptance>
-
translation
public <B extends GeneralizedBuchiAcceptance> Function<LabelledFormula,Automaton<?,? extends B>> translation(Class<B> acceptanceClass, Set<LtlTranslationRepository.Option> translationOptions, OptionalInt lookahead)
- Specified by:
translationin interfaceLtlTranslationRepository.LtlTranslation<BuchiAcceptance,GeneralizedBuchiAcceptance>
-
-