Class WPDS<L,​S,​W extends Semiring>

  • Type Parameters:
    L - Control location
    S - State
    W - Semiring

    public abstract class WPDS<L,​S,​W extends Semiring>
    extends Object
    Implementation of a Weighted Pushdown System. This is the main class you may want to use for constructing a WPDS.