Serialized Form
Package org.aspic.inference |
infix
boolean infix
serialVersionUID: 1L
functor
java.lang.String functor
number
java.lang.Number number
knowledgeBase
KnowledgeBase knowledgeBase
- A reference to the knowledgeBase that contains this Element.
id
long id
list
java.util.List<E> list
rulesMap
java.util.Map<K,V> rulesMap
namedRules
org.aspic.inference.KnowledgeBase.RuleNameBidiMap namedRules
counter
int counter
usingTransposition
boolean usingTransposition
transposedRules
java.util.Map<K,V> transposedRules
predicates
java.util.Map<K,V> predicates
expression
Element expression
proof
java.util.List<E> proof
results
java.util.List<E> results
engineProperties
java.util.Map<K,V> engineProperties
expression
Element expression
result
boolean result
serialVersionUID: 1L
isAutoGenerated
boolean isAutoGenerated
isAutoNamed
boolean isAutoNamed
caption
java.lang.String caption
description
java.lang.String description
claimCaption
java.lang.String claimCaption
claimDescription
java.lang.String claimDescription
serialVersionUID: 1L
topRule
Rule topRule
modifier
java.lang.Double modifier
substitution
Substitution substitution
subArgumentList
RuleArgumentList subArgumentList
owner
Party owner
level
int level
d_top
int d_top
valuator
RuleArgumentValuator valuator
restrictedRebutting
boolean restrictedRebutting
status
RuleArgument.Status status
number
int number
parentNumber
int parentNumber
successfulAttackerCache
java.util.List<E> successfulAttackerCache
unsuccessfulAttackerCache
java.util.List<E> unsuccessfulAttackerCache
substitution
Substitution substitution
arguments
java.util.List<E> arguments
serialVersionUID: 1L
substitutionMap
java.util.Map<K,V> substitutionMap
bannedVariablesList
java.util.List<E> bannedVariablesList
argList
ElementList argList
name
java.lang.String name
internalName
java.lang.String internalName
Package org.aspic.inference.gui |
tabbedPane
javax.swing.JTabbedPane tabbedPane
menuBar
javax.swing.JMenuBar menuBar
editPopup
javax.swing.JPopupMenu editPopup
mnuFileNew
javax.swing.JMenuItem mnuFileNew
mnuFileOpen
javax.swing.JMenuItem mnuFileOpen
mnuFileSave
javax.swing.JMenuItem mnuFileSave
mnuFileSaveAs
javax.swing.JMenuItem mnuFileSaveAs
mnuFileQuit
javax.swing.JMenuItem mnuFileQuit
mnuEditCopy
javax.swing.JMenuItem mnuEditCopy
mnuEditCut
javax.swing.JMenuItem mnuEditCut
mnuEditPaste
javax.swing.JMenuItem mnuEditPaste
mnuEditDelete
javax.swing.JMenuItem mnuEditDelete
mnuEditUndo
javax.swing.JMenuItem mnuEditUndo
mnuEditRedo
javax.swing.JMenuItem mnuEditRedo
pmnuEditCopy
javax.swing.JMenuItem pmnuEditCopy
pmnuEditCut
javax.swing.JMenuItem pmnuEditCut
pmnuEditPaste
javax.swing.JMenuItem pmnuEditPaste
pmnuEditDelete
javax.swing.JMenuItem pmnuEditDelete
mnuOptionsSemanticsGrounded
javax.swing.JRadioButtonMenuItem mnuOptionsSemanticsGrounded
mnuOptionsSemanticsCredulous
javax.swing.JRadioButtonMenuItem mnuOptionsSemanticsCredulous
mnuOptionsValuationWeakest
javax.swing.JRadioButtonMenuItem mnuOptionsValuationWeakest
mnuOptionsValuationLast
javax.swing.JRadioButtonMenuItem mnuOptionsValuationLast
mnuOptionsKKLayout
javax.swing.JRadioButtonMenuItem mnuOptionsKKLayout
mnuOptionsFRLayout
javax.swing.JRadioButtonMenuItem mnuOptionsFRLayout
mnuOptionsSpringLayout
javax.swing.JRadioButtonMenuItem mnuOptionsSpringLayout
mnuOptionsLogging
javax.swing.JCheckBoxMenuItem mnuOptionsLogging
mnuOptionsAIFXML
javax.swing.JCheckBoxMenuItem mnuOptionsAIFXML
mnuOptionsDot
javax.swing.JCheckBoxMenuItem mnuOptionsDot
mnuOptionsGraph
javax.swing.JCheckBoxMenuItem mnuOptionsGraph
mnuOptionsGraph2
javax.swing.JCheckBoxMenuItem mnuOptionsGraph2
mnuOptionsGraph3
javax.swing.JCheckBoxMenuItem mnuOptionsGraph3
mnuOptionsRestrictedRebutting
javax.swing.JCheckBoxMenuItem mnuOptionsRestrictedRebutting
mnuOptionsValuation
javax.swing.JCheckBoxMenuItem mnuOptionsValuation
mnuOptionsTransposition
javax.swing.JCheckBoxMenuItem mnuOptionsTransposition
mnuHelpAbout
javax.swing.JMenuItem mnuHelpAbout
exceptionDlg
ExceptionDialog exceptionDlg
inputPanel
javax.swing.JPanel inputPanel
queryPanel
javax.swing.JPanel queryPanel
resultPanel
javax.swing.JPanel resultPanel
outputPanel
javax.swing.JPanel outputPanel
dotPanel
javax.swing.JPanel dotPanel
graphPanel
javax.swing.JPanel graphPanel
graph2Panel
javax.swing.JPanel graph2Panel
graph3Panel
javax.swing.JPanel graph3Panel
graph3OutPanel
javax.swing.JPanel graph3OutPanel
inEditor
javax.swing.text.JTextComponent inEditor
outEditor
javax.swing.text.JTextComponent outEditor
dotEditor
javax.swing.text.JTextComponent dotEditor
resultEditor
javax.swing.text.JTextComponent resultEditor
graphViewer
edu.uci.ics.jung.visualization.VisualizationViewer graphViewer
graph2Viewer
edu.uci.ics.jung.visualization.VisualizationViewer graph2Viewer
graph3Viewer
edu.uci.ics.jung.visualization.VisualizationViewer graph3Viewer
undoMgr
javax.swing.undo.UndoManager undoMgr
undoHandler
javax.swing.event.UndoableEditListener undoHandler
inputListener
org.aspic.inference.gui.EngineTester.InputDocumentListener inputListener
btnSendToEngine
javax.swing.JButton btnSendToEngine
txtQuery
javax.swing.JTextField txtQuery
lblQuery
javax.swing.JLabel lblQuery
lstResults
javax.swing.JList lstResults
mdlResults
javax.swing.DefaultListModel mdlResults
fileChooser
javax.swing.JFileChooser fileChooser
filename
java.lang.String filename
hasChanged
boolean hasChanged
hasName
boolean hasName
cursorHourglass
java.awt.Cursor cursorHourglass
cursorDefault
java.awt.Cursor cursorDefault
semantics
Reasoner semantics
layout
JungGraphWriter.Layouts layout
transposition
boolean transposition
restrictedRebutting
boolean restrictedRebutting
valuator
Valuator valuator
logging
boolean logging
showGraphTab
boolean showGraphTab
showGraph2Tab
boolean showGraph2Tab
showGraph3Tab
boolean showGraph3Tab
showAIFXMLTab
boolean showAIFXMLTab
showDotTab
boolean showDotTab
textLongMessage
javax.swing.JTextArea textLongMessage
lblShortMessage
javax.swing.JLabel lblShortMessage
Package org.aspic.inference.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.