Package utils
Class FormulaToRE
- java.lang.Object
-
- utils.FormulaToRE
-
public class FormulaToRE extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intalphabetSizeintencoded_alphabetMap<String,String>labelIDsint[]state
-
Constructor Summary
Constructors Constructor Description FormulaToRE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> StringautomataToRegularExpression(owl.automaton.Automaton<S,? extends owl.automaton.acceptance.OmegaAcceptance> automaton)<S> StringformulaToRegularExpression(owl.ltl.LabelledFormula formula)voidgenerateLabels(List<String> variables)voidsetLabel(String l)voidsetLabelEncoded(String l)
-
-
-
Method Detail
-
formulaToRegularExpression
public <S> String formulaToRegularExpression(owl.ltl.LabelledFormula formula)
-
automataToRegularExpression
public <S> String automataToRegularExpression(owl.automaton.Automaton<S,? extends owl.automaton.acceptance.OmegaAcceptance> automaton)
-
setLabel
public void setLabel(String l) throws RuntimeException
- Throws:
RuntimeException
-
setLabelEncoded
public void setLabelEncoded(String l) throws RuntimeException
- Throws:
RuntimeException
-
-