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

A

Act - Variable in class DASOR_PanelGraph
The radiobuttons corresponding to the actions.
actionPerformed(ActionEvent) - Method in class DASOR_PanelGraph
 
addLink(int, int, int) - Method in class Network
 
addNeighbor(int, int) - Method in class NeighList
Add a new neighbor to a node
addNode() - Method in class DASOR_AdjMatrix
 
addNode() - Method in class NeighList
 
addNode(double, double) - Method in class Network
Add a node in a "2 dimension" network
adjMat - Variable in class Network
 

B

Bar - Variable in class DASOR_Frame
A specific menubar.

C

changeNb - Variable in class DASOR_PanelGraph
 
chooseNeighbor(int) - Method in class NeighList
Return a random node of a node neighborhood
circle(Network) - Static method in class NetworkPosition
Node in circle
close() - Method in class TextFile
Close file
coefX - Static variable in class Network
 
coefY - Static variable in class Network
 
complete(Network) - Static method in class NetworkLink
Set the nodes of a network n as a complete graph

D

DASOR_AdjMatrix - Class in <Unnamed>
 
DASOR_AdjMatrix(int) - Constructor for class DASOR_AdjMatrix
Default constructor
DASOR_Frame - Class in <Unnamed>
 
DASOR_Frame() - Constructor for class DASOR_Frame
Default constructor
Creates the application.
DASOR_Menu - Class in <Unnamed>
 
DASOR_Menu(String, DASOR_Frame) - Constructor for class DASOR_Menu
Constructor
Creates a menu specific to DASOR.
DASOR_Menu(int, DASOR_Frame) - Constructor for class DASOR_Menu
Constructor Creates a menu specific to DASOR.
DASOR_MenuBar - Class in <Unnamed>
 
DASOR_MenuBar(int, DASOR_Frame) - Constructor for class DASOR_MenuBar
Constructor
Creates a specific menubar
DASOR_Panel - Class in <Unnamed>
 
DASOR_Panel() - Constructor for class DASOR_Panel
 
DASOR_PanelGraph - Class in <Unnamed>
 
DASOR_PanelGraph(DASOR_Frame) - Constructor for class DASOR_PanelGraph
 
DASOR_Tab - Class in <Unnamed>
 
DASOR_Tab(DASOR_Frame) - Constructor for class DASOR_Tab
Default constructor
Creates a tabbedpane specific to DASOR containing 3 panels.
deleteLink(int, int) - Method in class Network
Delete a link between the node1 and the node2
deleteNeighbor(int, int) - Method in class NeighList
Delete a neighbor of a node
delNode(int) - Method in class DASOR_AdjMatrix
Delete the node.
delNode(double, double) - Method in class Network
 
delNode(int) - Method in class Network
 

E

empty() - Method in class DASOR_AdjMatrix
Empty the matrix
emptyLink() - Method in class Network
Initialise adjacency matrix
eof() - Method in class TextFile
Return the current position is at end of file

F

father - Variable in class DASOR_Panel
 

G

getArea() - Method in class Network
Return the area of the network
getLength() - Method in class TextFile
Return the length of the file
getLink(int, int) - Method in class DASOR_AdjMatrix
 
getLink(double, double) - Method in class Network
 
getLink(int, int) - Method in class Network
 
getLinkClicked(double, double) - Method in class DASOR_AdjMatrix
 
getNameFile() - Method in class TextFile
Return the name of file
getNbNeighbor(int) - Method in class NeighList
Return the number of neighbor of a node
getNbNodes() - Method in class NeighList
Return the number of nodes
getNbNodes() - Method in class Network
Return the number of nodes
getNode(double, double) - Method in class Network
 
getObjNode(int) - Method in class Network
Return the node i
getPosition() - Method in class TextFile
Return the current position inside the file
getSize() - Method in class DASOR_AdjMatrix
Return the size
getWeight(int, int) - Method in class DASOR_AdjMatrix
Return the weight between node 1 and node 2.
grid(Network) - Static method in class NetworkPosition
Nodes in grid
Group_Opt - Variable in class DASOR_Panel
The different button-groups associated to the different network options.

I

isConnexe() - Method in class Network
Return if the network is connexe
isLink(int, int) - Method in class DASOR_AdjMatrix
Return true if a link exists between the node1 and the node2, false otherwise.
isNeighbor(int, int) - Method in class NeighList
Return if a node is neighbor of an other node
isNode(double, double) - Method in class Network
 
isOpen() - Method in class TextFile
Return if the file is opened
isUnidirectional() - Method in class Network
Return if the network is unidirectional
isValued() - Method in class Network
Return if the network is weighted
isWired() - Method in class Network
Return if the network is wired
item - Variable in class DASOR_Menu
 
itemStateChanged(ItemEvent) - Method in class DASOR_Panel
 
itemStateChanged(ItemEvent) - Method in class DASOR_PanelGraph
 

J

jt - Variable in class DASOR_Panel
 

K

KEYWORDS - Static variable in class NetworkFile
 

L

Link - Variable in class DASOR_Panel
The radiobuttons corresponding to the links configuration.
LinkCom - Static variable in class DASOR_Panel
The commands of the buttons for links.
LinkName - Static variable in class DASOR_Panel
The names of the buttons for links.
LINKS - Static variable in class NetworkFile
 
liste - Variable in class Network
 
loadFile(String) - Static method in class NetworkFile
Load network from a file

M

main(String[]) - Static method in class DASOR_Frame
 
Men - Variable in class DASOR_MenuBar
Menus contained by this bar.
mouseClicked(MouseEvent) - Method in class DASOR_PanelGraph
 
mouseDragged(MouseEvent) - Method in class DASOR_PanelGraph
 
mouseEntered(MouseEvent) - Method in class DASOR_PanelGraph
 
mouseExited(MouseEvent) - Method in class DASOR_PanelGraph
 
mouseMove(MouseEvent) - Method in class DASOR_PanelGraph
 
mouseMoved(MouseEvent) - Method in class DASOR_PanelGraph
 
mousePressed(MouseEvent) - Method in class DASOR_PanelGraph
 
mouseReleased(MouseEvent) - Method in class DASOR_PanelGraph
 

N

nb - Variable in class DASOR_PanelGraph
 
nbAct - Static variable in class DASOR_Panel
 
nbLink - Static variable in class DASOR_Panel
 
nbOpt - Static variable in class DASOR_Panel
 
nbPos - Variable in class DASOR_Panel
 
NeighList - Class in <Unnamed>
 
NeighList(int) - Constructor for class NeighList
Initialisation constructor
net - Variable in class DASOR_Frame
The network that is manipulated.
Network - Class in <Unnamed>
 
NetworkFile - Class in <Unnamed>
 
NetworkFile() - Constructor for class NetworkFile
 
NetworkLink - Class in <Unnamed>
Class NetworkLink Description : this class set nodes links of a network in special topology
NetworkLink() - Constructor for class NetworkLink
 
NetworkPosition - Class in <Unnamed>
Class NetworkPosition Description : this class places nodes of a network
NetworkPosition() - Constructor for class NetworkPosition
 

O

openRead() - Method in class TextFile
Open file in read mode
openWrite() - Method in class TextFile
Open file in write mode
Opt - Variable in class DASOR_Panel
The radiobuttons corresponding to the network options.
OptCom - Static variable in class DASOR_Panel
The commands of the buttons for options.
OPTIONS - Static variable in class NetworkFile
 
OptName - Static variable in class DASOR_Panel
The names of the buttons for options.
OptToolStr - Static variable in class DASOR_Panel
The tooltip strings of the buttons for options.

P

p - Variable in class DASOR_PanelGraph
 
paintComponent(Graphics) - Method in class Network
 
pan - Variable in class DASOR_Tab
The panels that this tabbedpane contains.
PanName - Static variable in class DASOR_Tab
The names of the 3 different panels.
Pos - Variable in class DASOR_Panel
The radiobuttons corresponding to the node positions.
PosCom - Static variable in class DASOR_Panel
The commands of the buttons for positions.
POSITIONS - Static variable in class NetworkFile
 
PosName - Static variable in class DASOR_Panel
The names of the buttons for positions.
PosToolStr - Static variable in class DASOR_Panel
The tooltip strings of the buttons for positions.

R

random(Network, double) - Static method in class NetworkLink
Set the nodes of a network n into random positions
random(Network) - Static method in class NetworkPosition
Nodes in random positions
RandomValue - Class in <Unnamed>
Class RandomValue Description : gives random numbers
RandomValue() - Constructor for class RandomValue
 
readString() - Method in class TextFile
Read a string into the file
ringDirected(Network) - Static method in class NetworkLink
Set the nodes of a network n into a directed ring
ringUndirected(Network) - Static method in class NetworkLink
Set the nodes of a network n into an undirected ring

S

saveFile(Network, String) - Static method in class NetworkFile
Save network in file
setArea(double, double, double) - Method in class Network
Set the 3D area of nodes
setArea(double, double) - Method in class Network
Set the 2D area of nodes
setConnexe() - Method in class Network
Transform network to a connexe one
setNameFile(String) - Method in class TextFile
Change the file name
setNbNodes(int) - Method in class Network
Set the number of nodes the a network
setOptions(boolean, boolean, boolean) - Method in class Network
Set the network options
setPos(DASOR_Node, DASOR_Node) - Method in class DASOR_AdjMatrix
 
setPosAllLink() - Method in class Network
Updates all the graphical links
setPositionNode(int, double, double) - Method in class Network
 
SetPosLink(int) - Method in class Network
Updates the graphical links connected to a node
setPosNode(int, double, double) - Method in class Network
 
setUnidirectional(boolean) - Method in class Network
Set the network as unidirectional or bidirectional
setValued(boolean) - Method in class Network
Set the network as valued or not
setWeight(int, int, int) - Method in class DASOR_AdjMatrix
Set a weight between two nodes
setWired(boolean) - Method in class Network
Set the network as wired or wireless
star(Network) - Static method in class NetworkLink
Set the nodes of a network n as a star

T

tab - Variable in class DASOR_Frame
The tabbedpane associated to this .
TextFile - Class in <Unnamed>
 
TextFile(String) - Constructor for class TextFile
Constructeur
tmpLink - Variable in class Network
 
tmpLinkRepaint - Variable in class Network
 
toString() - Method in class DASOR_AdjMatrix
Return a string which contains the matrix
toString() - Method in class DASOR_PanelGraph
 
toString() - Method in class NeighList
Return a string which represent the content of the list
toString() - Method in class Network
Return a string that represents the network
toText() - Method in class Network
 

W

writeString(String) - Method in class TextFile
Write a string into the file

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