Serialized Form
Package org.metasyntactic.core |
originalException
java.lang.Throwable originalException
Package org.metasyntactic.event |
message
java.lang.Object message
- The message being sent
Package org.metasyntactic.system.keyboard |
jTextField1
javax.swing.JTextField jTextField1
jTextArea1
javax.swing.JTextArea jTextArea1
Package org.metasyntactic.debug |
Package org.metasyntactic.id3.v2 |
Package org.metasyntactic.id3.v2.frame |
Package org.metasyntactic.id3.v1 |
Package org.metasyntactic.text |
guess
java.lang.Object guess
- Our best guess for the results of the parse
Package org.metasyntactic.language.codes |
Package org.metasyntactic.tool.explorer |
Package org.metasyntactic.tool.memorymonitor |
buttonPanel
javax.swing.JPanel buttonPanel
runGarbageCollectorButton
javax.swing.JButton runGarbageCollectorButton
memoryBar
javax.swing.JProgressBar memoryBar
usageLabel
javax.swing.JLabel usageLabel
runtime
java.lang.Runtime runtime
iAmRunnable
boolean iAmRunnable
numberFormat
java.text.NumberFormat numberFormat
continuous
boolean continuous
frequency
int frequency
Package org.metasyntactic.tool.append |
listModel
javax.swing.DefaultListModel listModel
lastDirectory
java.io.File lastDirectory
fileListScrollPane
javax.swing.JScrollPane fileListScrollPane
fileList
javax.swing.JList fileList
addFilePanel
javax.swing.JPanel addFilePanel
addFileButton
javax.swing.JButton addFileButton
outputDirectoryPanel
javax.swing.JPanel outputDirectoryPanel
selectFileButton
javax.swing.JButton selectFileButton
outputFileField
javax.swing.JTextField outputFileField
goButton
javax.swing.JButton goButton
Package org.metasyntactic.math |
value
boolean[] value
length
int length
start
int start
finish
int finish
isNegative
boolean isNegative
stringVersion
java.lang.String[] stringVersion
real
double real
- The value that represents the real component of this complex number
imaginary
double imaginary
- The value that represents the imaginary component of this complex number
oldModCount
int oldModCount
cachedHash
int cachedHash
Package org.metasyntactic.math.automata |
states
java.util.Set states
- Q is a finite set of states
alphabet
java.util.Set alphabet
- Σ is a finite alphabet
transitionFunction
TransitionFunction transitionFunction
- δ:Q x Σε→Q is the transition
function
startState
java.lang.Object startState
- q0∈Q is the start state
acceptStates
java.util.Set acceptStates
- F⊆Q is the set of accept states
immedateDecisionPossible
boolean immedateDecisionPossible
- In certain cases it is possible to know immediately if this machine will
accept the string passed to it. For example a finite machine with no
accept states will never accept, and so we can reject all inputs without
wasting CPU time. This field is set to
true
if we can make
a decision without reading any input. If this field is true then
accept
should return decision
.
- See Also:
AbstractFiniteAutomata.decision
decision
boolean decision
- The return value of
accept
if
immedateDecisionPossible is true
.
- See Also:
AbstractFiniteAutomata.immedateDecisionPossible
cachedTable
java.lang.ref.SoftReference cachedTable
complement
boolean complement
grammar
ContextFreeGrammar grammar
myValue
int myValue
left
RegularExpression left
right
RegularExpression right
modified
boolean modified
hash
int hash
variables
java.util.Set variables
terminals
java.util.Set terminals
productions
java.util.Set productions
startVariable
java.lang.Object startVariable
nullable
java.util.Set nullable
productionVarToYield
java.util.Map productionVarToYield
cachedFirst
java.util.Map cachedFirst
cachedFollow
java.util.Map cachedFollow
inChomskyNormalForm
boolean inChomskyNormalForm
minimized
boolean minimized
- Set when we know for sure that this is the minimal DFA accepting
L(this)
acceptState
java.lang.Object acceptState
G_prime
AugmentedGrammar G_prime
setsOfItems
java.util.Set setsOfItems
lookAheadGrammar
ContextFreeGrammar lookAheadGrammar
cachedLookAhead
java.util.Map cachedLookAhead
cachedGo
java.util.Map cachedGo
setToName
java.util.Map setToName
index
int index
dotPosition
int dotPosition
lookahead
java.lang.Object lookahead
actions
java.util.Map actions
gotos
java.util.Map gotos
states
java.util.Set states
terminals
java.util.Set terminals
nonterminals
java.util.Set nonterminals
characterClasses
java.util.Map characterClasses
startState
java.lang.Object startState
- Subclass Parse tables must set this variable
productionToNum
java.util.Map productionToNum
p_index
int p_index
state
java.lang.Object state
- The state this action points to
state
java.lang.Object state
symbol
java.lang.Object symbol
statesToReachableStates
java.util.Map statesToReachableStates
cachedDFA
java.lang.ref.SoftReference cachedDFA
symbolToClasses
java.util.Map symbolToClasses
number
int number
variable
java.lang.Object variable
yield
java.util.List yield
stackAlphabet
java.util.Set stackAlphabet
stack
Stack stack
reduce1
org.metasyntactic.math.automata.LRParseTable.Reduce reduce1
reduce2
org.metasyntactic.math.automata.LRParseTable.Reduce reduce2
shift
LRParseTable.Shift shift
reduce
org.metasyntactic.math.automata.LRParseTable.Reduce reduce
item
RegularExpression item
modified
boolean modified
hash
int hash
symbol
java.lang.Object symbol
inputToOutput
java.util.Map inputToOutput
states
java.util.Set states
inputAlphabet
java.util.Set inputAlphabet
tapeAlphabet
java.util.Set tapeAlphabet
transitionFunction
TransitionFunction transitionFunction
startState
java.lang.Object startState
acceptState
java.lang.Object acceptState
rejectState
java.lang.Object rejectState
left
RegularExpression left
right
RegularExpression right
modified
boolean modified
hash
int hash
Package org.metasyntactic.math.automata.event |
accept
LRParseTable.Accept accept
- The acceptance action
error
LRParseTable.Error error
- The error
production
Production production
- The reduction
tokens
java.util.List tokens
shift
LRParseTable.Shift shift
- The shift
Package org.metasyntactic.math.automata.tool |
location
int location
Package org.metasyntactic.io.filesystem |
Package org.metasyntactic.thread.concurrent |
index
int index
- The index that barrier would have returned upon
normal return;
duration
long duration
- The approximate time that the operation lasted before
this timeout exception was thrown.
Package org.metasyntactic.ai.learning |
decisionTree
DecisionTree decisionTree
model
DecisionTreeModel model
jScrollPane1
javax.swing.JScrollPane jScrollPane1
tree
javax.swing.JTree tree
Package org.metasyntactic.database.babel |
valuePanel
javax.swing.JPanel valuePanel
valueLabel
javax.swing.JLabel valueLabel
valueField
javax.swing.JTextField valueField
goButton
javax.swing.JButton goButton
outputField
javax.swing.JTextField outputField
Package org.metasyntactic.utilities |
Package org.metasyntactic.graphics |
pixels
java.util.List pixels
image
java.awt.Image image
Package org.metasyntactic.structures |
Package org.metasyntactic.games.life |
lifePanel
LifePanel lifePanel
life
Life life
jButton1
javax.swing.JButton jButton1
life
Life life
offScreenBuffer
java.awt.Image offScreenBuffer