Package owl.translations
Enum LtlTranslationRepository.LtlToDpaTranslation
- java.lang.Object
-
- java.lang.Enum<LtlTranslationRepository.LtlToDpaTranslation>
-
- owl.translations.LtlTranslationRepository.LtlToDpaTranslation
-
- All Implemented Interfaces:
Serializable,Comparable<LtlTranslationRepository.LtlToDpaTranslation>,LtlTranslationRepository.LtlTranslation<ParityAcceptance,ParityAcceptance>
- Enclosing class:
- LtlTranslationRepository
public static enum LtlTranslationRepository.LtlToDpaTranslation extends Enum<LtlTranslationRepository.LtlToDpaTranslation> implements LtlTranslationRepository.LtlTranslation<ParityAcceptance,ParityAcceptance>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EKS20_EKRS17SEJK16_EKRS17SLM21SMALLEST_AUTOMATONSYMBOLIC_SE20_BKS10
-
Field Summary
Fields Modifier and Type Field Description static LtlTranslationRepository.LtlToDpaTranslationDEFAULTstatic StringEKS20_EKRS17_DESCRIPTIONstatic StringSEJK16_EKRS17_DESCRIPTIONstatic StringSLM21_DESCRIPTIONstatic StringSMALLEST_AUTOMATON_DESCRIPTIONstatic StringSYMBOLIC_SE20_BKS10_DESCRIPTION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ParityAcceptance>acceptanceClassLowerBound()Class<ParityAcceptance>acceptanceClassUpperBound()static LtlTranslationRepository.LtlToDpaTranslationfromCValue(int value)intgetCValue()<A extends ParityAcceptance>
Function<LabelledFormula,Automaton<?,? extends A>>translation(Class<A> acceptanceClass, Set<LtlTranslationRepository.Option> translationOptions, OptionalInt lookahead)static LtlTranslationRepository.LtlToDpaTranslationvalueOf(String name)Returns the enum constant of this type with the specified name.static LtlTranslationRepository.LtlToDpaTranslation[]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_EKRS17
public static final LtlTranslationRepository.LtlToDpaTranslation SEJK16_EKRS17
-
EKS20_EKRS17
public static final LtlTranslationRepository.LtlToDpaTranslation EKS20_EKRS17
-
SYMBOLIC_SE20_BKS10
public static final LtlTranslationRepository.LtlToDpaTranslation SYMBOLIC_SE20_BKS10
-
SLM21
public static final LtlTranslationRepository.LtlToDpaTranslation SLM21
-
SMALLEST_AUTOMATON
public static final LtlTranslationRepository.LtlToDpaTranslation SMALLEST_AUTOMATON
-
-
Field Detail
-
DEFAULT
public static final LtlTranslationRepository.LtlToDpaTranslation DEFAULT
-
SEJK16_EKRS17_DESCRIPTION
public static final String SEJK16_EKRS17_DESCRIPTION
- See Also:
- Constant Field Values
-
EKS20_EKRS17_DESCRIPTION
public static final String EKS20_EKRS17_DESCRIPTION
- See Also:
- Constant Field Values
-
SYMBOLIC_SE20_BKS10_DESCRIPTION
public static final String SYMBOLIC_SE20_BKS10_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.LtlToDpaTranslation[] 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.LtlToDpaTranslation c : LtlTranslationRepository.LtlToDpaTranslation.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.LtlToDpaTranslation 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<ParityAcceptance> acceptanceClassLowerBound()
- Specified by:
acceptanceClassLowerBoundin interfaceLtlTranslationRepository.LtlTranslation<ParityAcceptance,ParityAcceptance>
-
acceptanceClassUpperBound
public Class<ParityAcceptance> acceptanceClassUpperBound()
- Specified by:
acceptanceClassUpperBoundin interfaceLtlTranslationRepository.LtlTranslation<ParityAcceptance,ParityAcceptance>
-
translation
public <A extends ParityAcceptance> Function<LabelledFormula,Automaton<?,? extends A>> translation(Class<A> acceptanceClass, Set<LtlTranslationRepository.Option> translationOptions, OptionalInt lookahead)
- Specified by:
translationin interfaceLtlTranslationRepository.LtlTranslation<ParityAcceptance,ParityAcceptance>
-
getCValue
public int getCValue()
-
fromCValue
public static LtlTranslationRepository.LtlToDpaTranslation fromCValue(int value)
-
-