Uses of Class
EstruturaSemaforo

Packages that use EstruturaSemaforo
<Unnamed>   
 

Uses of EstruturaSemaforo in <Unnamed>
 

Fields in <Unnamed> with type parameters of type EstruturaSemaforo
 java.util.ArrayList<EstruturaSemaforo> TarefaComSemaforoOcorrencia.listaSemaforos
           
 

Methods in <Unnamed> that return types with arguments of type EstruturaSemaforo
 java.util.ArrayList<EstruturaSemaforo> ALG_TopoPrioridade.copiaSegura(java.util.ArrayList<EstruturaSemaforo> fonte)
           
 java.util.ArrayList<EstruturaSemaforo> ALG_TrocaPrioridade.copiaSegura(java.util.ArrayList<EstruturaSemaforo> fonte)
           
 java.util.ArrayList<EstruturaSemaforo> TarefaComSemaforo.getSemaforosUsados()
           
 java.util.ArrayList<EstruturaSemaforo> TarefaComSemaforoOcorrencia.getSemaforosUsados()
           
 

Methods in <Unnamed> with parameters of type EstruturaSemaforo
 void TarefaComSemaforo.adicionarSemaforo(EstruturaSemaforo est)
           
 void TarefaComSemaforo.removeSemaforoUsado(EstruturaSemaforo semaforoApagado)
           
 void TarefaComSemaforoOcorrencia.setSemaforosUsados(EstruturaSemaforo estSem)
           
 

Method parameters in <Unnamed> with type arguments of type EstruturaSemaforo
 java.util.ArrayList<EstruturaSemaforo> ALG_TopoPrioridade.copiaSegura(java.util.ArrayList<EstruturaSemaforo> fonte)
           
 java.util.ArrayList<EstruturaSemaforo> ALG_TrocaPrioridade.copiaSegura(java.util.ArrayList<EstruturaSemaforo> fonte)
           
 void TarefaComSemaforoOcorrencia.setSemaforosUsados(java.util.ArrayList<EstruturaSemaforo> semaforosList)