Class PetriNetNode
java.lang.Object
org.tweetyproject.logics.petri.syntax.PetriNetNode
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
Place
,Transition
An abstract class for the two types of nodes in a Petri net, places and transitions
- Author:
- Benedikt Knopp
-
Constructor Summary
ConstructorDescriptionPetriNetNode
(String id) Create a new instancePetriNetNode
(String id, String name) Create a new instance -
Method Summary
-
Constructor Details
-
PetriNetNode
-
PetriNetNode
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-