|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlaceBase | |
|---|---|
| br.uerj.petrinetanalyzer.common | |
| br.uerj.petrinetanalyzer.common.interfaces | |
| br.uerj.petrinetanalyzer.gui.objects | |
| Uses of PlaceBase in br.uerj.petrinetanalyzer.common |
|---|
| Fields in br.uerj.petrinetanalyzer.common declared as PlaceBase | |
|---|---|
private PlaceBase |
ArcBase.lugar
Lugar ligado ao Arco. |
| Methods in br.uerj.petrinetanalyzer.common that return PlaceBase | |
|---|---|
PlaceBase |
ArcBase.getLugar()
Retorna uma instância de PlaceBase que é o Lugar ligado ao Arco. |
PlaceBase |
ImplPetriNetBase.getLugar(int posicao)
Retorna instância do Lugar especificado pela sua posição se existir, caso contrário retorna null. |
PlaceBase |
ImplPetriNetBase.getLugar(java.lang.String nome)
Retorna instância do Lugar especificado pelo nome se existir, caso contrário retorna null. |
| Methods in br.uerj.petrinetanalyzer.common with parameters of type PlaceBase | |
|---|---|
void |
ImplPetriNetBase.addLugar(PlaceBase lugar)
Adiciona um Lugar a Rede de Petri. |
void |
ImplPetriNetBase.removeArcoAssociadoLugar(PlaceBase place)
Remove Arco associado a um Lugar. |
void |
ImplPetriNetBase.removeLugar(PlaceBase lugar)
Remove um Lugar da Rede de Petri especificado pela sua instância. |
void |
ArcBase.setLugar(PlaceBase lugar)
Seta o Lugar ligado ao Arco. |
| Constructors in br.uerj.petrinetanalyzer.common with parameters of type PlaceBase | |
|---|---|
ArcBase(int peso,
PlaceBase lugar,
TransitionBase transicao,
boolean ehEntrada)
Construtor de ArcBase. |
|
ArcBase(PlaceBase lugar,
TransitionBase transicao,
boolean ehEntrada)
Construtor de ArcBase. |
|
| Uses of PlaceBase in br.uerj.petrinetanalyzer.common.interfaces |
|---|
| Methods in br.uerj.petrinetanalyzer.common.interfaces that return PlaceBase | |
|---|---|
PlaceBase |
IntfPetriNetBase.getLugar(int posicao)
|
PlaceBase |
IntfPetriNetBase.getLugar(java.lang.String nome)
|
| Methods in br.uerj.petrinetanalyzer.common.interfaces with parameters of type PlaceBase | |
|---|---|
void |
IntfPetriNetBase.addLugar(PlaceBase lugar)
|
void |
IntfPetriNetBase.removeLugar(PlaceBase lugar)
|
| Uses of PlaceBase in br.uerj.petrinetanalyzer.gui.objects |
|---|
| Subclasses of PlaceBase in br.uerj.petrinetanalyzer.gui.objects | |
|---|---|
class |
PlaceGraph
Esta classe é a classe para definição de Lugares (Places) em Redes de Petri. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||