Class MarkingEdge

java.lang.Object
org.tweetyproject.graphs.GeneralEdge<Marking>
org.tweetyproject.graphs.Edge<Marking>
org.tweetyproject.logics.petri.syntax.reachability_graph.MarkingEdge
All Implemented Interfaces:
Comparable<MarkingEdge>

public class MarkingEdge extends Edge<Marking> implements Comparable<MarkingEdge>
A class to describe markings of a Petri net. A MarkingEdge is a directed edge between two markings indicating that the target marking can be reached from the source marking by firing some transition
Author:
Benedikt Knopp