|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectAgente
TCP
TCPNewReno
public class TCPNewReno
NsGraph versão 1.0
Laboratório de Redes e Sistemas Distribuídos
Ferramenta destinada ao trabalho de conclusão de curso cujo título é: NSGRAPH: FERRAMENTA DE MODELAGEM E GERAÇÃOO DE SCRIPTS PARA O NS-2
| Constructor Summary | |
|---|---|
TCPNewReno(int idtrans)
Construtor da classe |
|
| Method Summary | |
|---|---|
void |
AbraFrameConfigTCPNewReno()
Abre a janela de configuração de TCP NewReno |
void |
actionPerformed(java.awt.event.ActionEvent e)
Processa eventos oriundos dos diversos componentes dos formulários |
void |
add(javax.swing.JPanel AreaContent,
java.awt.Component comp,
int linha,
int coluna,
int largura,
int altura,
int weightx,
int weighty,
int fill,
int anchor)
Adciona componentes aos conteineres |
java.lang.String |
getNewRenoChanges()
Retorna o valor da variável que habilita ou não mudanças nos algoritmos de New Reno |
void |
setNewRenoChanges(java.lang.String op)
Habilita ou não mudanças nos algoritmos de New Reno |
| Methods inherited from class TCP |
|---|
AbraFrameConfigTCP, getAck, getAwnd, getBackoff, getBugfix, getCwnd, getDupacks, getEcn, getMaxBurst, getMaxCwnd, getMaxrto, getMaxseq, getOverhead, getPacketSize, getRtt, getRttvar, getSrtt, getSsrestart, getSsthresh, getTcpTick, getWConstant, getWindow, getWindowInit, getWOption, getWThresh, setAck, setAwnd, setBackoff, setBugfix, setCwnd, setDupacks, setEcn, setMaxBurst, setMaxCwnd, setMaxrto, setMaxseq, setOverhead, setPacketSize, setRtt, setRttvar, setSrtt, setSsrestart, setSsthresh, setTcpTick, setWConstant, setWindow, setWindowInit, setWOption, setWThresh |
| Methods inherited from class Agente |
|---|
getAgentAddr, getAgentPort, getClassType, getDstAddr, getDstPort, getFid, getFlags, getNome, getPrio, getTTL, getType, isDebug, setAgentAddr, setAgentPort, setClassType, setDebug, setDstAddr, setDstPort, setFid, setFlags, setNome, setPrio, setTTL, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCPNewReno(int idtrans)
idtrans - um inteiro que representa o id deste Agente na transmissão corrente| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class TCPe - um ActionEvent um objeto com informações sobre o evento e sua fonte.public void setNewRenoChanges(java.lang.String op)
op - String que habilita ou não mudanças nos algoritmos 1 - Habilite mudanças 0- use algoritmos padrãopublic java.lang.String getNewRenoChanges()
public void add(javax.swing.JPanel AreaContent,
java.awt.Component comp,
int linha,
int coluna,
int largura,
int altura,
int weightx,
int weighty,
int fill,
int anchor)
add in class TCPAreaContent - um JPanel onde será adcionado o componentecomp - um Component que é o componente que será adcionado ao painel AreaContentlinha - um inteiro que representa a linha no leiaute do painelcoluna - um inteiro que representa a coluna no leiaute do painellargura - um inteiro que representa a largura no leiaute do painelaltura - um inteiro que representa a altura no leiaute do painelweightx - um inteiro que representa o espaçamento horizontal dos componentes no leiaute do painelweighty - um inteiro que representa o espaçamento vertical dos componentes no leiaute do painelfill - uma constante inteira que representa a possibilidade de um componente aproveitar o espaço disponível no leiaute do painelanchor - uma constante inteira que representa o posicionamento do componente no leiaute painelpublic void AbraFrameConfigTCPNewReno()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||