A B C D E F G H I J K L M N O P Q R S T U V W

G

generateDelayedCommandAck(VisidiaEvent) - Method in class visidia.simulation.Console
Generate delayed command ack.
generateImmediateAck() - Method in class visidia.simulation.command.AddEdgeCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.ChangeEdgePropertyCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.ChangeEdgeStateCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.ChangeNodePropertyCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.Command
Defines if an ack is to be generated immediately.
generateImmediateAck() - Method in class visidia.simulation.command.DisplaySensorNumberCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.EndSimulationCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.MoveAgentCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.MoveSensorCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.NewPulseCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.RemoveAgentCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.RemoveEdgeCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.SendMessageCommand
 
generateImmediateAck() - Method in class visidia.simulation.command.SetSensorNumberCommand
 
generateParseException() - Method in class visidia.io.gml.parser.GMLParser
 
GENERIC - Static variable in class visidia.simulation.process.synchronization.SynCT
 
get() - Method in class visidia.simulation.evtack.VQueue
Returns the first element in the queue.
get(Criterion) - Method in class visidia.simulation.evtack.VQueue
Returns the first element in the queue that match the criterion c.
getActiveAgents() - Method in class visidia.simulation.Console
Gets the active agents.
getAgent(int) - Method in class visidia.simulation.Console
Gets the agent.
getAgent() - Method in class visidia.simulation.process.AgentProcess
Gets the agent.
getAgentClass() - Method in class visidia.stats.AgentStat
Gets the agent class.
getAgentClassName() - Method in class visidia.stats.AgentStat
Gets the agent class name.
getAgentId() - Method in class visidia.stats.AgentStat
Gets the agent id.
getAgentsVertexCollection(int) - Method in class visidia.simulation.Console
Returns the collection of agents which are on the vertex defined by its id.
getAlgorithm() - Method in class visidia.simulation.process.MessageProcess
Gets the algorithm.
getAllKeys() - Method in class visidia.misc.colorpalette.ColorPaletteManager
Returns custom palette keys if defined.
getAllNoWait(Criterion) - Method in class visidia.simulation.evtack.VQueue
Returns all elements in the queue that match the criterion c.
getArea() - Method in class visidia.io.gml.parser.GMLNodeGraphics
 
getArity() - Method in class visidia.simulation.process.agent.Agent
Gets the arity.
getArity() - Method in class visidia.simulation.process.algorithm.Algorithm
Returns the node arity (its degree, or number of neighbors).
getBeginColumn() - Method in class visidia.io.gml.parser.ASCIICharStream
 
getBeginLine() - Method in class visidia.io.gml.parser.ASCIICharStream
 
getBoolean(String) - Method in class visidia.misc.VisidiaSettings
Gets the boolean value associated with key.
getCellAt(int, int) - Method in class visidia.misc.property.PropertyTableModel
Gets the cell at position (row, column).
getCellEditor(int, int) - Method in class visidia.misc.property.PropertyTableViewer
 
getCellEditorValue() - Method in class visidia.misc.property.cell.BooleanCell
 
getCellEditorValue() - Method in class visidia.misc.property.cell.ClassIdentifierCell
 
getCellEditorValue() - Method in class visidia.misc.property.cell.ColorLabelCell
 
getCellEditorValue() - Method in class visidia.misc.property.cell.DoubleCell
 
getCellEditorValue() - Method in class visidia.misc.property.cell.IntegerCell
 
getCellEditorValue() - Method in class visidia.misc.property.cell.JButtonCell
 
getCellEditorValue() - Method in class visidia.misc.property.cell.MultiStringCell
 
getCellEditorValue() - Method in class visidia.misc.property.cell.StringCell
 
getCellRenderer(int, int) - Method in class visidia.misc.property.PropertyTableViewer
 
getCenters() - Method in class visidia.simulation.process.synchronization.SynchronizationObject
returns the centers of stars.
getClassIdentifier(String, String) - Static method in class visidia.io.ClassIO
Gets the class identifier.
getClassName() - Method in class visidia.misc.ClassIdentifier
Gets the class name.
getColor() - Method in class visidia.misc.ColorLabel
Gets the color.
getColor(Object) - Method in class visidia.misc.colorpalette.ColorPalette
Gets the color associated to key.
getColor(Object) - Method in class visidia.misc.colorpalette.ColorPaletteManager
Gets the color associated to key.
getColor() - Method in class visidia.simulation.process.messages.MessageType
Gets the color.
getColumnClass(int) - Method in class visidia.misc.TableSorter
 
getColumnCount() - Method in class visidia.misc.TableSorter
 
getColumnName(int) - Method in class visidia.misc.TableSorter
 
getCommand() - Method in class visidia.simulation.evtack.VisidiaEvent
Gets the command.
getCommandListeners() - Method in class visidia.simulation.Console
Gets the command listeners.
getComparator(int) - Method in class visidia.misc.TableSorter
 
getConsole() - Method in class visidia.simulation.evtack.VisidiaEvent
Gets the console.
getConsole() - Method in class visidia.simulation.server.Server
Gets the console.
getCountNextPulse() - Method in class visidia.simulation.Console
Gets the count next pulse.
getData() - Method in class visidia.simulation.process.messages.BooleanMessage
the returned object is a new Boolean initialized with the value of data.
getData() - Method in class visidia.simulation.process.messages.IntegerMessage
Returns an Integer representation of data using : new Integer(data).
getData() - Method in class visidia.simulation.process.messages.Message
Each message has a data which can be accessed by the getData() method.
getData() - Method in class visidia.simulation.process.messages.NeighborMessage
the returned object is a clone of this message.
getData() - Method in class visidia.simulation.process.messages.StringMessage
Returns a String representation of data.
getData() - Method in class visidia.simulation.process.messages.VectorMessage
 
getDefaultBoolean(String) - Method in class visidia.misc.VisidiaSettings
Gets the default boolean value associated with key.
getDefaultDouble(String) - Method in class visidia.misc.VisidiaSettings
Gets the default double value associated with key.
getDefaultInt(String) - Method in class visidia.misc.VisidiaSettings
Gets the default integer value associated with key.
getDefaultObject(String) - Method in class visidia.misc.VisidiaSettings
Gets the default object associated with key.
getDefaultString(String) - Method in class visidia.misc.VisidiaSettings
Gets the default string associated with key.
getDescription() - Method in class visidia.io.ClassFileFilter
 
getDescription() - Method in class visidia.io.gml.GMLGraphFileFilter
 
getDescription() - Method in class visidia.rule.RelabelingSystem
get a help.
getDescription() - Method in class visidia.simulation.process.algorithm.Algorithm
Gets the description.
getDescription() - Method in class visidia.simulation.process.algorithm.RuleAlgorithm
get help about the relabeling system
getDestination() - Method in class visidia.graph.Edge
Gets the destination.
getDestinationVertex() - Method in class visidia.simulation.process.agent.Agent
Gets the destination vertex.
getDestinationVertex() - Method in class visidia.simulation.process.AgentProcess
Gets the destination vertex.
getDoor() - Method in class visidia.simulation.process.criterion.DoorPulseCriterion
 
getDoor(int) - Method in class visidia.simulation.process.synchronization.SynchronizationObject
Returns the number of the door of synchronized neighbour in position i.
getDoorTo(Vertex) - Method in class visidia.graph.Vertex
Gets the door through which this vertex goes to v.
getDouble(String) - Method in class visidia.misc.VisidiaSettings
Gets the double value associated with key.
getEdge(Vertex) - Method in class visidia.graph.Vertex
Gets the edge incident to vertex v and this.
getEdgeProperty(int, Object) - Method in class visidia.simulation.process.agent.Agent
Gets the edge property value.
getEdgeProperty(int, Object) - Method in class visidia.simulation.process.algorithm.Algorithm
Gets the edge property value.
getEdgeProperty(Vertex, int, Object) - Method in class visidia.simulation.process.ProcessType
Gets the edge property.
getEdges() - Method in class visidia.graph.Graph
Gets the edges.
getEdges() - Method in class visidia.graph.Vertex
Gets the incident edges.
getEditable() - Method in class visidia.misc.property.cell.CellViewer
Gets the editable status.
getEditor() - Method in class visidia.misc.property.cell.BooleanCell
 
getEditor() - Method in class visidia.misc.property.cell.CellViewer
Gets the editor.
getEditor() - Method in class visidia.misc.property.cell.ClassIdentifierCell
 
getEditor() - Method in class visidia.misc.property.cell.ColorLabelCell
 
getEditor() - Method in class visidia.misc.property.cell.DoubleCell
 
getEditor() - Method in class visidia.misc.property.cell.IntegerCell
 
getEditor() - Method in class visidia.misc.property.cell.JButtonCell
 
getEditor() - Method in class visidia.misc.property.cell.MultiStringCell
 
getEditor() - Method in class visidia.misc.property.cell.StringCell
 
getEndColumn() - Method in class visidia.io.gml.parser.ASCIICharStream
Deprecated.  
getEndLine() - Method in class visidia.io.gml.parser.ASCIICharStream
 
getEvent() - Method in class visidia.simulation.evtack.VisidiaAck
Gets the event.
getFill() - Method in class visidia.io.gml.parser.GMLNodeGraphics
 
getGlobalSensorMover() - Method in class visidia.graph.SensorGraph
Gets the global sensor mover.
getGraph() - Method in class visidia.simulation.Console
Gets the graph.
getGraphics() - Method in class visidia.io.gml.parser.GMLNode
 
getHeaderRendererIcon(int, int) - Method in class visidia.misc.TableSorter
 
getHostedSensors() - Method in class visidia.graph.SupportVertex
Gets the hosted sensors.
getIcon() - Method in class visidia.io.gml.parser.GMLNodeGraphics
 
getId() - Method in class visidia.graph.Vertex
Gets the vertex id.
getId() - Method in class visidia.io.gml.parser.GMLNode
 
getId() - Method in class visidia.simulation.process.algorithm.Algorithm
Returns the node identity.
getId() - Method in class visidia.simulation.process.ProcessType
Gets the id.
GetImage() - Method in class visidia.io.gml.parser.ASCIICharStream
 
getInstance() - Static method in class visidia.misc.colorpalette.ColorPaletteManager
Gets the single instance of ColorPaletteManager.
getInstance() - Static method in class visidia.misc.FileHandler
Gets the single instance of FileHandler.
getInstance() - Static method in class visidia.misc.ImageHandler
Gets the single instance of ImageHandler.
getInstance() - Static method in class visidia.misc.VisidiaSettings
Gets the single instance of VisidiaSettings.
getInstance() - Static method in class visidia.simulation.evtack.Locker
Gets the single instance of Locker.
getInstanceType() - Method in class visidia.misc.ClassIdentifier
Gets the instance type.
getInt(String) - Method in class visidia.misc.VisidiaSettings
Gets the integer value associated with key.
getKey() - Method in class visidia.misc.property.VisidiaProperty
Gets the key.
getLabel() - Method in class visidia.graph.Edge
Gets the label.
getLabel() - Method in class visidia.graph.Vertex
Gets the label.
getLabel() - Method in class visidia.io.gml.parser.GMLNode
 
getLabel() - Method in class visidia.misc.ColorLabel
Gets the label.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class visidia.misc.CheckBoxList.CellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class visidia.misc.ColorLabelListCellRenderer
 
getListeners() - Method in class visidia.misc.property.PropertyTableViewer
Gets the listeners.
getListTypes() - Method in class visidia.simulation.process.synchronization.SynchronizationAlgorithm
Gets the list types.
getLoaderType() - Method in class visidia.misc.property.cell.handler.ClassIdentifierCellHandler
Gets the loader type.
getLoaderType() - Method in class visidia.misc.property.cell.handler.SensorMoverCellHandler
 
getLock(Long) - Method in class visidia.simulation.evtack.Locker
Gets the lock.
getLockId() - Method in class visidia.simulation.evtack.VisidiaEvent
Gets the lock id.
getLockOwner() - Method in class visidia.misc.property.PropertyTable
Gets the lock owner.
getLockSyncObject() - Method in class visidia.simulation.Console
Gets the lock sync object.
getMark(int) - Method in class visidia.simulation.process.synchronization.SynchronizationObject
 
getMaxSize() - Method in class visidia.simulation.evtack.VQueue
Returns this queue maximum size.
getMessage() - Method in exception visidia.io.gml.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error visidia.io.gml.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessageTypeList() - Method in class visidia.simulation.process.algorithm.Algorithm
Gets the message type list.
getMessageTypeList() - Method in class visidia.simulation.process.algorithm.RuleAlgorithm
return collection of Message Types. message types are defined in misc.MSG_TYPES. this method is common to all rules simulators.
getMovementTypeException() - Method in exception visidia.simulation.process.MoveException
Gets the movement type exception.
getMsgClock() - Method in class visidia.simulation.process.messages.Message
This method allows the user to get the time at which the message has been sent.
getNbEdges() - Method in class visidia.graph.Graph
Computes the number of edges in the graph.
getNbHostedSensors() - Method in class visidia.graph.SupportVertex
Gets the number of hosted sensors.
getNbProcesses() - Method in class visidia.simulation.Console
Gets the number of processes.
getNeighborByDoor(int) - Method in class visidia.graph.Vertex
Gets the neighbor associated to the door.
getNeighbors() - Method in class visidia.graph.Vertex
Gets the neighbors.
getNeighbour() - Method in class visidia.simulation.process.messages.NeighborMessage
Gets the neighbor.
getNetSize() - Method in class visidia.simulation.process.agent.Agent
Gets the net size.
getNetSize() - Method in class visidia.simulation.process.algorithm.Algorithm
Gets the net size.
getNextMessage(DoorPulseCriterion) - Method in class visidia.simulation.process.algorithm.SynchronousAlgorithm
The most general and powerful method to handle reception of messages.
getNextMessage(Door, Criterion) - Method in class visidia.simulation.process.MessageProcess
Gets the next message received on the specified door (if any) corresponding to the criterion (if any).
getNextMessagePacketNoWait(Criterion) - Method in class visidia.simulation.process.MessageProcess
Gets the next message packet matching the criterion.
getNextToken() - Method in class visidia.io.gml.parser.GMLParser
 
getNextToken() - Method in class visidia.io.gml.parser.GMLParserTokenManager
 
getNodeProperty(String) - Method in class visidia.simulation.process.MessageProcess
Gets the node property.
getNoWait(Criterion) - Method in class visidia.simulation.evtack.VQueue
Returns the first element in the queue that matches the criterion c.
getNum() - Method in class visidia.simulation.process.messages.Door
Gets the door number.
getObject(Preferences, String) - Static method in class visidia.misc.PrefObj
 
getObject(String) - Method in class visidia.misc.VisidiaSettings
Gets the object associated with key.
getObjectType() - Method in class visidia.misc.property.cell.handler.ClassIdentifierCellHandler
Gets the object type.
getObjectType() - Method in class visidia.misc.property.cell.handler.SensorMoverCellHandler
 
getOccurrencesOf(Object) - Method in class visidia.stats.Statistics
Gets the occurrences of object.
getOptions() - Method in class visidia.rule.RelabelingSystem
returns the options.
getOrientedDoors() - Method in class visidia.simulation.process.algorithm.Algorithm
Gets the oriented doors of the current node.
getOrigin() - Method in class visidia.graph.Edge
Gets the origin.
getOriginVertex() - Method in class visidia.simulation.process.AgentProcess
Gets the origin vertex.
getPackage(String) - Static method in class visidia.misc.ClassInfo
 
getPackageName() - Method in class visidia.misc.ClassIdentifier
Gets the package name.
getParentFrame() - Static method in class visidia.VisidiaMain
Gets the parent frame.
getPath() - Method in class visidia.misc.property.cell.handler.ClassIdentifierCellHandler
Gets the path.
getPath() - Method in class visidia.misc.property.cell.handler.SensorMoverCellHandler
 
getProcess(int) - Method in class visidia.simulation.Console
Gets a process.
getProcess(int) - Method in class visidia.simulation.server.Server
Gets the process.
getProperties() - Method in class visidia.io.gml.parser.GMLNode
 
getProperty(Object) - Method in class visidia.simulation.process.agent.Agent
Returns the property value associated with the key.
getProperty(String) - Method in class visidia.simulation.process.algorithm.Algorithm
Gets the node property value associated to the key.
getPropertyKeys() - Method in class visidia.misc.property.PropertyTable
Gets the property keys.
getPropertyTagFromStatus(int) - Static method in class visidia.misc.property.VisidiaProperty
Gets the property tag from status.
getPulse() - Method in class visidia.simulation.Console
Gets the pulse.
getPulse() - Method in class visidia.simulation.process.agent.SynchronousAgent
Gets the current pulse.
getPulse() - Method in class visidia.simulation.process.algorithm.SynchronousAlgorithm
Gets the current pulse.
getPulse() - Method in class visidia.simulation.process.criterion.DoorPulseCriterion
 
getRandomConnectedDoor() - Method in class visidia.simulation.process.synchronization.SynchronizationAlgorithm
Randomly gets a connected door.
getRelabelling() - Method in class visidia.simulation.process.agent.AgentRules
 
getRelSys() - Method in class visidia.simulation.process.algorithm.RuleAlgorithm
 
getRenderer() - Method in class visidia.misc.property.cell.BooleanCell
 
getRenderer() - Method in class visidia.misc.property.cell.CellViewer
Gets the renderer.
getRenderer() - Method in class visidia.misc.property.cell.ClassIdentifierCell
 
getRenderer() - Method in class visidia.misc.property.cell.ColorLabelCell
 
getRenderer() - Method in class visidia.misc.property.cell.DoubleCell
 
getRenderer() - Method in class visidia.misc.property.cell.IntegerCell
 
getRenderer() - Method in class visidia.misc.property.cell.JButtonCell
 
getRenderer() - Method in class visidia.misc.property.cell.MultiStringCell
 
getRenderer() - Method in class visidia.misc.property.cell.StringCell
 
getRootDirectory(String) - Static method in class visidia.misc.FileHandler
Gets the root directory.
getRowCount() - Method in class visidia.misc.TableSorter
 
getRSOptions() - Method in class visidia.simulation.process.algorithm.RuleAlgorithm
get user preferences
getRule(int) - Method in class visidia.rule.RelabelingSystem
return the rule at position i.
getRules() - Method in class visidia.rule.RelabelingSystem
return an iterator of rules.
getSensorCommunicationDistance() - Method in class visidia.graph.SensorGraph
Gets the sensor communication distance.
getSensorMover() - Method in class visidia.graph.Sensor
Gets the sensor mover.
getServer() - Method in class visidia.simulation.process.ProcessType
Gets the server.
getSimulationId() - Method in class visidia.simulation.Console
Gets the simulation id.
getSimulationId() - Method in class visidia.stats.MessageStat
Gets the simulation id.
getSortingStatus(int) - Method in class visidia.misc.TableSorter
 
getSourceId() - Method in class visidia.io.gml.parser.GMLEdge
 
getStandardKeys() - Method in class visidia.misc.colorpalette.ColorPaletteManager
Gets keys of standard palette.
getState() - Method in class visidia.simulation.process.algorithm.RuleAlgorithm
return the label of the node.
getStatListeners() - Method in class visidia.stats.Statistics
Gets the stat listeners.
getStats() - Method in class visidia.simulation.Console
Gets the stats.
getStatus() - Method in class visidia.simulation.Console
Gets the simulation status.
getString(String) - Method in class visidia.misc.VisidiaSettings
Gets the string associated with key.
getSuccessor() - Method in class visidia.misc.property.cell.handler.ClassIdentifierCellHandler
Gets the successor.
GetSuffix(int) - Method in class visidia.io.gml.parser.ASCIICharStream
 
getSupportGraph() - Method in class visidia.graph.SensorGraph
Gets the support graph.
getSupportVertex() - Method in class visidia.graph.Sensor
Gets the support vertex.
getSynchronizationAlgorithm() - Method in class visidia.simulation.process.algorithm.RuleAlgorithm
 
getSynchronizationObject() - Method in class visidia.simulation.process.synchronization.SynchronizationAlgorithm
Gets the synchronization object.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.BooleanCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.ClassIdentifierCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.ColorLabelCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.DoubleCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.IntegerCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.JButtonCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.MultiStringCell
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class visidia.misc.property.cell.StringCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.BooleanCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.ClassIdentifierCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.ColorLabelCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.DoubleCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.IntegerCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.JButtonCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.MultiStringCell
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class visidia.misc.property.cell.StringCell
 
getTableHeader() - Method in class visidia.misc.TableSorter
 
getTableModel() - Method in class visidia.misc.TableSorter
 
getTag() - Method in class visidia.misc.property.VisidiaProperty
Gets the tag.
getTargetId() - Method in class visidia.io.gml.parser.GMLEdge
 
getTerminatedAlgoStillMovingCount() - Method in class visidia.simulation.Console
Gets the terminated algo still moving count.
getTerminatedThreadCount() - Method in class visidia.simulation.Console
Gets the number of terminated threads.
getToken(int) - Method in class visidia.io.gml.parser.GMLParser
 
getToPaint() - Method in class visidia.simulation.process.messages.MessageType
Gets the boolean indicating if the messages must be displayed or not.
getType() - Method in class visidia.io.gml.parser.GMLNodeGraphics
 
getType() - Method in class visidia.rule.Rule
return the type of the rule. possible types are defined in class SynCT.
getType() - Method in class visidia.simulation.process.messages.Message
gets the message type.
getType() - Method in class visidia.simulation.process.messages.MessageType
Gets the type.
getURL() - Method in class visidia.misc.ClassIdentifier
Gets the URL.
getValue(String) - Method in class visidia.io.gml.parser.GMLList
 
getValue() - Method in class visidia.misc.property.cell.CellViewer
Gets the value.
getValue() - Method in class visidia.misc.property.VisidiaProperty
Gets the value.
getValueAt(int, int) - Method in class visidia.misc.property.PropertyTableModel
 
getValueAt(int, int) - Method in class visidia.misc.TableSorter
 
getValues(String) - Method in class visidia.io.gml.parser.GMLList
 
getVertex(int) - Method in class visidia.graph.Graph
Gets the vertex with this id.
getVertex() - Method in class visidia.simulation.process.MessageProcess
Gets the vertex.
getVertexIdentity() - Method in class visidia.simulation.process.agent.Agent
Gets the identity of vertex on which the agent is located.
getVertexLabel() - Method in class visidia.simulation.process.agent.Agent
Gets the vertex label.
getVertexProperty(Object) - Method in class visidia.simulation.process.agent.Agent
Gets the vertex property value.
getVertices() - Method in class visidia.graph.Graph
Gets the vertices.
getVisidiaProperty(Object) - Method in class visidia.misc.property.PropertyTable
Returns the property associated with the key.
getVisualization() - Method in class visidia.simulation.process.messages.Message
Checks if the message is to be visualized.
getWeight() - Method in class visidia.graph.Edge
Gets the weight.
GLOBAL_END - Static variable in class visidia.simulation.process.synchronization.SynCT
 
globalEnd - Variable in class visidia.simulation.process.synchronization.SynchronizationObjectTermination
 
GML() - Method in class visidia.io.gml.parser.GMLParser
 
GMLEdge - Class in visidia.io.gml.parser
 
GMLEdge() - Constructor for class visidia.io.gml.parser.GMLEdge
 
GMLFileChooser - Class in visidia.io.gml
A file chooser designed for GML files.
GMLFileChooser(String) - Constructor for class visidia.io.gml.GMLFileChooser
Instantiates a new GMLFileChooser object, used to export the graph which is in the "parent" window in a file of the directory "path".
GMLGraphExtractor - Class in visidia.io.gml.parser
This class extracts graph from GMLPairSet.
GMLGraphExtractor() - Constructor for class visidia.io.gml.parser.GMLGraphExtractor
 
GMLGraphFileFilter - Class in visidia.io.gml
This class is a file filter for GML files (.gml extension).
GMLGraphFileFilter() - Constructor for class visidia.io.gml.GMLGraphFileFilter
Instantiates a new GML graph file filter.
GMLGraphIO - Class in visidia.io.gml
This class deals with input/output operations on graphs, in GML file format.
GMLGraphIO(File) - Constructor for class visidia.io.gml.GMLGraphIO
Instantiates a new GML graph input/output.
GMLList - Class in visidia.io.gml.parser
Set of pair (key, value).
GMLList() - Constructor for class visidia.io.gml.parser.GMLList
 
GMLNode - Class in visidia.io.gml.parser
 
GMLNode() - Constructor for class visidia.io.gml.parser.GMLNode
 
GMLNodeGraphics - Class in visidia.io.gml.parser
 
GMLNodeGraphics() - Constructor for class visidia.io.gml.parser.GMLNodeGraphics
 
GMLParser - Class in visidia.io.gml.parser
 
GMLParser(InputStream) - Constructor for class visidia.io.gml.parser.GMLParser
 
GMLParser(Reader) - Constructor for class visidia.io.gml.parser.GMLParser
 
GMLParser(GMLParserTokenManager) - Constructor for class visidia.io.gml.parser.GMLParser
 
GMLParserConstants - Interface in visidia.io.gml.parser
 
GMLParserTokenManager - Class in visidia.io.gml.parser
 
GMLParserTokenManager(ASCIICharStream) - Constructor for class visidia.io.gml.parser.GMLParserTokenManager
 
GMLParserTokenManager(ASCIICharStream, int) - Constructor for class visidia.io.gml.parser.GMLParserTokenManager
 
Graph - Class in visidia.graph
The Class Graph manages a graph as a set of vertices.
Graph() - Constructor for class visidia.graph.Graph
Instantiates a new graph.
GraphIO - Class in visidia.io
This class deals with input/output operations on graphs.
GraphIO(File) - Constructor for class visidia.io.GraphIO
Instantiates a new graph input/output.

A B C D E F G H I J K L M N O P Q R S T U V W