de
.
uni_luebeck
.
isp
.
buchi
StreettRabinAutomaton
Related Doc:
package buchi
class
StreettRabinAutomaton
extends
Automaton
Linear Supertypes
Automaton
,
rltlconv.automata.Automaton
,
Automata
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
StreettRabinAutomaton
Automaton
Automaton
Automata
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
StreettRabinAutomaton
(
states:
LinkedList
[
State
]
,
startStates:
LinkedList
[
LinkedList
[
State
]]
,
transitions:
LinkedList
[
Transition
]
,
goodStates:
LinkedList
[
State
]
,
badStates:
LinkedList
[
State
]
,
alphabet:
LinkedList
[
String
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
callDot
(
filetype:
String
,
adot:
ADotOption
=
SingleBool
)
:
Array
[
Byte
]
Attributes
protected[
de.uni_luebeck.isp.rltlconv.automata
]
Definition Classes
Automata
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getAlphabet
()
:
LinkedList
[
String
]
Definition Classes
Automaton
def
getBadStates
()
:
LinkedList
[
State
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getGoodStates
()
:
LinkedList
[
State
]
def
getStartStates
()
:
LinkedList
[
LinkedList
[
State
]]
def
getStates
()
:
LinkedList
[
State
]
Definition Classes
Automaton
def
getTransitions
()
:
LinkedList
[
Transition
]
Definition Classes
Automaton
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
setAlphabet
(
alphabet:
LinkedList
[
String
]
)
:
Unit
Definition Classes
Automaton
def
setBadStates
(
badStates:
LinkedList
[
State
]
)
:
Unit
def
setGoodStates
(
goodStates:
LinkedList
[
State
]
)
:
Unit
def
setStartStates
(
startStates:
LinkedList
[
LinkedList
[
State
]]
)
:
Unit
def
setStates
(
states:
LinkedList
[
State
]
)
:
Unit
Definition Classes
Automaton
def
setTransitions
(
transitions:
LinkedList
[
Transition
]
)
:
Unit
Definition Classes
Automaton
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toDot
(
aDot:
ADotOption
=
_
)
:
String
Definition Classes
StreettRabinAutomaton
→
Automata
def
toPdf
(
aDot:
ADotOption
=
SingleBool
)
:
Array
[
Byte
]
Definition Classes
Automata
def
toPng
(
aDot:
ADotOption
=
SingleBool
)
:
Array
[
Byte
]
Definition Classes
Automaton
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
toSvg
(
aDot:
ADotOption
=
SingleBool
)
:
Array
[
Byte
]
Definition Classes
Automaton
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Automaton
Inherited from
rltlconv.automata.Automaton
Inherited from
Automata
Inherited from
AnyRef
Inherited from
Any
Ungrouped