public class TransitionLabel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.processmining.ltl2automaton.plugins.automaton.TransitionLabel.ILiteral |
getaLiteral() |
java.util.Set<org.processmining.ltl2automaton.plugins.automaton.TransitionLabel.ILiteral> |
getLiterals() |
java.util.Collection<java.lang.String> |
getNegativeLabels() |
int |
hashCode() |
boolean |
isAll() |
boolean |
isNegative() |
boolean |
isPositive() |
public static final java.lang.String TRUE
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic org.processmining.ltl2automaton.plugins.automaton.TransitionLabel.ILiteral getaLiteral()
public java.util.Set<org.processmining.ltl2automaton.plugins.automaton.TransitionLabel.ILiteral> getLiterals()
public java.util.Collection<java.lang.String> getNegativeLabels()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isAll()
public boolean isNegative()
public boolean isPositive()