Serialized Form
Package nz.ac.waikato.bibliography.algorithm |
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
Package nz.ac.waikato.mcennis.rat.graph |
parent
Graph parent
relation
java.lang.String relation
actorType
java.lang.String actorType
name
java.lang.String name
intersection
java.util.HashSet<E> intersection
map
java.util.HashMap<K,V> map
actors
java.util.TreeSet<E> actors
property
java.util.HashMap<K,V> property
serialVersionUID: 2L
userList
UserIDList userList
actorClass
java.lang.String actorClass
addActorStatement
java.sql.PreparedStatement addActorStatement
addActorGraphStatement
java.sql.PreparedStatement addActorGraphStatement
addActorPropertyStatement
java.sql.PreparedStatement addActorPropertyStatement
addLinkStatement
java.sql.PreparedStatement addLinkStatement
addLinkPropertyStatement
java.sql.PreparedStatement addLinkPropertyStatement
addLinkGraphStatement
java.sql.PreparedStatement addLinkGraphStatement
addGraphStatement
java.sql.PreparedStatement addGraphStatement
addGraphPropertyStatement
java.sql.PreparedStatement addGraphPropertyStatement
addGraphChildStatement
java.sql.PreparedStatement addGraphChildStatement
addPathSetStatement
java.sql.PreparedStatement addPathSetStatement
addPathStatement
java.sql.PreparedStatement addPathStatement
addPathSetPathStatement
java.sql.PreparedStatement addPathSetPathStatement
addPathActorStatement
java.sql.PreparedStatement addPathActorStatement
graphGetIDStatement
java.sql.PreparedStatement graphGetIDStatement
getActorStatement
java.sql.PreparedStatement getActorStatement
getActorByTypeStatement
java.sql.PreparedStatement getActorByTypeStatement
getActorByIDStatement
java.sql.PreparedStatement getActorByIDStatement
getActorByIDTypeStatement
java.sql.PreparedStatement getActorByIDTypeStatement
getActorIteratorStatement
java.sql.PreparedStatement getActorIteratorStatement
getActorCountStatement
java.sql.PreparedStatement getActorCountStatement
getActorPropertiesStatement
java.sql.PreparedStatement getActorPropertiesStatement
getActorTypesStatement
java.sql.PreparedStatement getActorTypesStatement
actorGetIDStatement
java.sql.PreparedStatement actorGetIDStatement
getActorByIndexStatement
java.sql.PreparedStatement getActorByIndexStatement
getLinkStatement
java.sql.PreparedStatement getLinkStatement
getLinkByTypeStatement
java.sql.PreparedStatement getLinkByTypeStatement
getLinkBySourceStatement
java.sql.PreparedStatement getLinkBySourceStatement
getLinkByDestStatement
java.sql.PreparedStatement getLinkByDestStatement
getLinkByBothStatement
java.sql.PreparedStatement getLinkByBothStatement
getLinkByActorStatement
java.sql.PreparedStatement getLinkByActorStatement
getLinkTypesStatement
java.sql.PreparedStatement getLinkTypesStatement
getLinkByAllStatement
java.sql.PreparedStatement getLinkByAllStatement
getLinkPropertiesStatement
java.sql.PreparedStatement getLinkPropertiesStatement
getGraphID
java.sql.PreparedStatement getGraphID
getGraphName
java.sql.PreparedStatement getGraphName
getGraphChildrenStatement
java.sql.PreparedStatement getGraphChildrenStatement
getGraphParentStatement
java.sql.PreparedStatement getGraphParentStatement
getGraphByLinkGraphStatement
java.sql.PreparedStatement getGraphByLinkGraphStatement
getGraphByActorGraphStatement
java.sql.PreparedStatement getGraphByActorGraphStatement
getGraphPropertiesStatement
java.sql.PreparedStatement getGraphPropertiesStatement
getGraphPropertiesByTypeStatement
java.sql.PreparedStatement getGraphPropertiesByTypeStatement
getPathSetStatement
java.sql.PreparedStatement getPathSetStatement
getPathSetByNameStatement
java.sql.PreparedStatement getPathSetByNameStatement
getPathSetIDStatement
java.sql.PreparedStatement getPathSetIDStatement
getPathIDStatement
java.sql.PreparedStatement getPathIDStatement
getPathByPathSetStatement
java.sql.PreparedStatement getPathByPathSetStatement
getPathActorStatement
java.sql.PreparedStatement getPathActorStatement
deleteActorStatement
java.sql.PreparedStatement deleteActorStatement
deleteActorGraphStatement
java.sql.PreparedStatement deleteActorGraphStatement
deleteActorPropertiesStatement
java.sql.PreparedStatement deleteActorPropertiesStatement
deleteLinkStatement
java.sql.PreparedStatement deleteLinkStatement
deleteLinkByActorStatement
java.sql.PreparedStatement deleteLinkByActorStatement
deleteLinkGraphStatement
java.sql.PreparedStatement deleteLinkGraphStatement
deleteLinkPropertiesStatement
java.sql.PreparedStatement deleteLinkPropertiesStatement
anonymize
java.sql.PreparedStatement anonymize
updateGraphProperty
java.sql.PreparedStatement updateGraphProperty
directory
java.io.File directory
database
java.lang.String database
graphID
int graphID
parameter
ParameterInternal[] parameter
serialVersionUID: 3L
actor
java.util.HashMap<K,V> actor
- Map of actor ids to user objects by type of actor
links
java.util.HashMap<K,V> links
- three level object. First level is a hashmap of userlinks based on type.
Second level hashmap is of source user ids. The third level is a vector
of all userlinks that map to the same type and source user.
It is assumed that types will enforce their own restrictions on the type
of each actor in the link.
invertedLinks
java.util.HashMap<K,V> invertedLinks
properties
java.util.HashMap<K,V> properties
pathSets
java.util.HashMap<K,V> pathSets
parent
Graph parent
children
java.util.LinkedList<E> children
name
java.lang.String name
mapped
UserIDList mapped
outs
java.io.Writer outs
gzip
boolean gzip
parameter
ParameterInternal[] parameter
serialVersionUID: 1L
user
java.lang.String user
roots
java.util.LinkedList<E> roots
usernames
java.util.HashSet<E> usernames
serialVersionUID: 1L
userType
java.lang.String[] userType
actor
java.util.Vector<E> actor
name
java.lang.String name
Package nz.ac.waikato.mcennis.rat.graph.actor |
serialVersionUID: 1L
type
java.lang.String type
ID
java.lang.String ID
properties
java.util.HashMap<K,V> properties
pages
java.util.HashMap<K,V> pages
id
int id
nameSet
boolean nameSet
typeSet
boolean typeSet
name
java.lang.String name
type
java.lang.String type
Package nz.ac.waikato.mcennis.rat.graph.algorithm |
serialVersionUID: 2L
usedCount
java.util.HashSet<E> usedCount
map
java.util.HashMap<K,V> map
nodeExpansion
java.util.HashMap<K,V> nodeExpansion
userList
Actor[] userList
pathSet
PathSet pathSet
lastPath
PathSet lastPath
nextPath
PathSet nextPath
seedNodes
java.util.HashSet<E> seedNodes
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
leftCount
double leftCount
rightCount
double rightCount
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
leftCount
double leftCount
- variable holding the weight for the source to destination link
rightCount
double rightCount
- variable holding weight for the destination to the source music link
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
serialVersionUID: 2L
decider
ArtistDecider decider
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
artistDeciderProps
java.util.Properties artistDeciderProps
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
output
OutputDescriptor[] output
input
InputDescriptor[] input
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
actorToID
java.util.Hashtable<K,V> actorToID
path
PathNode[] path
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
Package nz.ac.waikato.mcennis.rat.graph.algorithm.aggregators |
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
Package nz.ac.waikato.mcennis.rat.graph.algorithm.clustering |
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
dfs_num
java.util.Map<K,V> dfs_num
high
java.util.Map<K,V> high
parents
java.util.Map<K,V> parents
stack
java.util.Stack<E> stack
converse_depth
int converse_depth
graphCount
int graphCount
maximal
java.util.HashSet<E> maximal
- set of candidate maximal cliques including the seed node
globalMaximal
java.util.HashSet<E> globalMaximal
- set of all maximal cliques confirmed to date
currentLevel
java.util.HashSet<E> currentLevel
- All current cliques generated by breadth first search of new maximal
clique candidates from a given seed node for a given clique size
lastLevel
java.util.HashSet<E> lastLevel
- all potential maximal clique candidates generated in the previous step
all cliques in this set are of the same size.
cliqueCount
int cliqueCount
- Generates a unique clique name based on the order that the clique is
discovered.
parameter
ParameterInternal[] parameter
- Description of all parameters that modify how this algorithm interacts
with other algorithms. Used to automate parameter setting
input
InputDescriptorInternal[] input
- Formal description of all algorithmic inputs used by this algorithm. This
algorithm requires a link type as input. (Type is specified in paramters)
output
OutputDescriptorInternal[] output
- Formal description of all algorithmic outputs. This algorithm generates
one property on actors of a given relation. (Specified in parameter
settings)
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
core
FindStronglyConnectedComponentsCore core
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
graphCount
int graphCount
component
java.util.HashSet<E> component
seen
java.util.HashSet<E> seen
children
java.util.LinkedList<E> children
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
graph
Graph graph
core
OptimizedLinkBetweenessCore core
graphProperties
java.util.Properties graphProperties
stronglyConnected
FindStronglyConnectedComponentsCore stronglyConnected
count
int count
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
graph
Graph graph
orderedBetweeness
Duples<L,R>[] orderedBetweeness
core
OptimizedLinkBetweenessCore core
graphProperties
java.util.Properties graphProperties
stronglyConnected
FindStronglyConnectedComponentsCore stronglyConnected
top
int top
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
Package nz.ac.waikato.mcennis.rat.graph.algorithm.collaborativefiltering |
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
user2Index
java.util.HashMap<K,V> user2Index
artist2Index
java.util.HashMap<K,V> artist2Index
artist2Link
java.util.HashMap<K,V> artist2Link
artist
Actor[] artist
Package nz.ac.waikato.mcennis.rat.graph.algorithm.evaluation |
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
maxRecommendation
double maxRecommendation
minRecommendation
double minRecommendation
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
Package nz.ac.waikato.mcennis.rat.graph.algorithm.machinelearning |
parameter
ParameterInternal[] parameter
output
OutputDescriptor[] output
input
InputDescriptor[] input
user
Actor[] user
artists
Actor[] artists
parameter
ParameterInternal[] parameter
output
OutputDescriptor[] output
input
InputDescriptor[] input
user
Actor[] user
artists
Actor[] artists
parameter
ParameterInternal[] parameter
output
OutputDescriptor[] output
input
InputDescriptor[] input
parameter
ParameterInternal[] parameter
output
OutputDescriptor[] output
input
InputDescriptor[] input
Package nz.ac.waikato.mcennis.rat.graph.algorithm.prestige |
serialVersionUID: 1L
userList
Actor[] userList
betweeness
double[] betweeness
maxBetweeness
double maxBetweeness
map
java.util.HashMap<K,V> map
parameter
ParameterInternal[] parameter
output
OutputDescriptorInternal[] output
input
InputDescriptorInternal[] input
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
maxCentrality
double maxCentrality
maxPrestige
double maxPrestige
centralityValue
double[] centralityValue
prestigeValue
double[] prestigeValue
serialVersionUID: 2L
usedCount
java.util.HashSet<E> usedCount
map
java.util.HashMap<K,V> map
nodeExpansion
java.util.HashMap<K,V> nodeExpansion
userList
Actor[] userList
lastPath
PathSet lastPath
nextPath
PathSet nextPath
seedNodes
java.util.HashSet<E> seedNodes
prestigeValue
double[] prestigeValue
centralityValue
double[] centralityValue
maxPrestige
double maxPrestige
maxCentrality
double maxCentrality
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
serialVersionUID: 2L
parameter
ParameterInternal[] parameter
output
OutputDescriptorInternal[] output
input
InputDescriptorInternal[] input
prestigeMaxDegree
double prestigeMaxDegree
centralityValue
double[] centralityValue
prestigeValue
double[] prestigeValue
centralityMaxDegree
double centralityMaxDegree
actorCount
int actorCount
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
betweeness
double[] betweeness
maxBetweeness
double maxBetweeness
prestigeValue
double[] prestigeValue
centralityValue
double[] centralityValue
maxPrestige
double maxPrestige
maxCentrality
double maxCentrality
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
maxBetweeness
double maxBetweeness
core
OptimizedLinkBetweenessCore core
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
Package nz.ac.waikato.mcennis.rat.graph.algorithm.similarity |
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
Package nz.ac.waikato.mcennis.rat.graph.algorithm.transformToArray |
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
base
ActorDistanceMatrixCore base
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
parameter
ParameterInternal[] parameter
input
InputDescriptorInternal[] input
output
OutputDescriptorInternal[] output
Package nz.ac.waikato.mcennis.rat.graph.algorithm.visual |
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
parameter
ParameterInternal[] parameter
input
InputDescriptor[] input
output
OutputDescriptor[] output
Package nz.ac.waikato.mcennis.rat.graph.link |
serialVersionUID: 1L
strength
double strength
source
Actor source
destination
Actor destination
type
java.lang.String type
directional
boolean directional
properties
java.util.LinkedList<E> properties
id
int id
start
Actor start
strength
double strength
finish
Actor finish
type
java.lang.String type
Package nz.ac.waikato.mcennis.rat.graph.page |
serialVersionUID: 1L
histogram
java.util.HashMap<K,V> histogram
ID
java.lang.String ID
Package nz.ac.waikato.mcennis.rat.graph.path |
serialVersionUID: 1L
message
java.lang.String message
Package nz.ac.waikato.mcennis.rat.graph.property |
serialVersionUID: 2L
values
java.util.Vector<E> values
objectType
java.lang.Class<T> objectType
type
java.lang.String type
message
java.lang.String message
Package nz.ac.waikato.mcennis.rat.graphdisplay |
innerPanel
javax.swing.JPanel innerPanel
visualizationButton
javax.swing.JButton visualizationButton
toggleAnimation
javax.swing.JButton toggleAnimation
bigEntries
java.util.HashMap<K,V> bigEntries
property
Property property
innerPanel
javax.swing.JPanel innerPanel
visualizationButton
javax.swing.JButton visualizationButton
toggleAnimation
javax.swing.JButton toggleAnimation
bigEntries
java.util.HashMap<K,V> bigEntries
graph
MemGraph graph
user
java.lang.String user
jButton1
javax.swing.JButton jButton1
jButton2
javax.swing.JButton jButton2
jComboBox1
javax.swing.JComboBox jComboBox1
jComboBox2
javax.swing.JComboBox jComboBox2
jLabel1
javax.swing.JLabel jLabel1
jPanel1
javax.swing.JPanel jPanel1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jScrollPane2
javax.swing.JScrollPane jScrollPane2
jSplitPane1
javax.swing.JSplitPane jSplitPane1
jTextField1
javax.swing.JTextField jTextField1
jTextPane1
javax.swing.JTextPane jTextPane1
jTree1
javax.swing.JTree jTree1
m_vis
prefuse.Visualization m_vis
running
boolean running
m_view
PrefuseGraphView m_view
m_view
PrefuseGraphView m_view
running
boolean running
m_vis
prefuse.Visualization m_vis
g
prefuse.data.Graph g
split
javax.swing.JSplitPane split
actorPanel
ActorPanel actorPanel
linkPanel
LinkPanel linkPanel
animate
prefuse.action.ActionList animate
Package nz.ac.waikato.mcennis.rat.gui |
dataSource
java.util.Vector<E> dataSource
algorithms
java.util.Vector<E> algorithms
algorithmsPatterns
java.util.Vector<E> algorithmsPatterns
component
Component component
model
PropertiesTableModel model
source
ApplicationTableModel source
row
int row
graphPatternField
javax.swing.JTextField graphPatternField
pattern
java.lang.String pattern
parameters
Parameter[] parameters
appModel
ApplicationTableModel appModel
graphPropertiesModel
PropertiesTableModel graphPropertiesModel
schedulerPropertiesModel
PropertiesTableModel schedulerPropertiesModel
base
Graph base
scheduler
Scheduler scheduler
running
boolean running
componentEditor
EditComponent componentEditor
updater
SwingUpdater updater
dataThread
RatExecutionThread dataThread
AlgorithmExecLabel
javax.swing.JLabel AlgorithmExecLabel
AlgorithmListLabel
javax.swing.JLabel AlgorithmListLabel
ApplicationLabel
javax.swing.JLabel ApplicationLabel
CopyMenu
javax.swing.JMenuItem CopyMenu
CutAction
javax.swing.JMenuItem CutAction
EditMenu
javax.swing.JMenu EditMenu
FileMenu
javax.swing.JMenu FileMenu
LoadMenu
javax.swing.JMenuItem LoadMenu
LoggingLevel
javax.swing.JComboBox LoggingLevel
PasteMenu
javax.swing.JMenuItem PasteMenu
QuitMenu
javax.swing.JMenuItem QuitMenu
SaveMenu
javax.swing.JMenuItem SaveMenu
SystemOutput
javax.swing.JTextArea SystemOutput
SystemOutputLabel
javax.swing.JLabel SystemOutputLabel
addButton
javax.swing.JButton addButton
algorithmExecList
javax.swing.JPanel algorithmExecList
algorithmLabel
javax.swing.JLabel algorithmLabel
algorithmProgressBar
javax.swing.JProgressBar algorithmProgressBar
createButtonPanel
javax.swing.JPanel createButtonPanel
createExecutionPipelinePanel
javax.swing.JPanel createExecutionPipelinePanel
createExecutionPipelineScrollPane
javax.swing.JScrollPane createExecutionPipelineScrollPane
createExecutionPipelineTable
javax.swing.JTable createExecutionPipelineTable
createTab
javax.swing.JPanel createTab
deleteButton
javax.swing.JButton deleteButton
editButton
javax.swing.JButton editButton
executeButtonPanel
javax.swing.JPanel executeButtonPanel
executeTab
javax.swing.JPanel executeTab
executionAlgorithmScrollPane
javax.swing.JScrollPane executionAlgorithmScrollPane
executionAlgorithmTable
javax.swing.JTable executionAlgorithmTable
executionCancel
javax.swing.JButton executionCancel
executionOutputScrollPane
javax.swing.JScrollPane executionOutputScrollPane
executionStart
javax.swing.JButton executionStart
givenAlgorithmsPanel
javax.swing.JPanel givenAlgorithmsPanel
givenAlgorithmsScrollPane
javax.swing.JScrollPane givenAlgorithmsScrollPane
givenAlgorithmsTree
javax.swing.JTree givenAlgorithmsTree
graphClassLabel
javax.swing.JLabel graphClassLabel
graphComboBox
javax.swing.JComboBox graphComboBox
graphLabel
javax.swing.JLabel graphLabel
graphPanel
javax.swing.JPanel graphPanel
graphProgressBar
javax.swing.JProgressBar graphProgressBar
graphScrollPane
javax.swing.JScrollPane graphScrollPane
graphTab
javax.swing.JPanel graphTab
graphTable
javax.swing.JTable graphTable
graphTableLabel
javax.swing.JLabel graphTableLabel
jMenuBar1
javax.swing.JMenuBar jMenuBar1
jTabbedPane1
javax.swing.JTabbedPane jTabbedPane1
moveDownButton
javax.swing.JButton moveDownButton
moveUpButton
javax.swing.JButton moveUpButton
schedulerClassLabel
javax.swing.JLabel schedulerClassLabel
schedulerComboBox
javax.swing.JComboBox schedulerComboBox
schedulerPanel
javax.swing.JPanel schedulerPanel
schedulerScrollPane
javax.swing.JScrollPane schedulerScrollPane
schedulerTable
javax.swing.JTable schedulerTable
schedulerTableLabel
javax.swing.JLabel schedulerTableLabel
systemOutputPanel
javax.swing.JPanel systemOutputPanel