public abstract class WildcardPushdownSystem<N extends Location,D extends State> extends PushdownSystem<N,D>
listeners, normalRules, popRules, pushRules| Constructor and Description |
|---|
WildcardPushdownSystem() |
| Modifier and Type | Method and Description |
|---|---|
abstract Wildcard |
anyTransition() |
Set<NormalRule<N,D,Weight.NoWeight>> |
getNormalRulesEnding(D start,
N string) |
Set<PushRule<N,D,Weight.NoWeight>> |
getPushRulesEnding(D start,
N string) |
Set<Rule<N,D,Weight.NoWeight>> |
getRulesStarting(D start,
N string) |
addRulegetAllRules, getNormalRules, getPopRules, getPushRules, getStates, poststar, poststar, prestar, registerUpdateListener, toStringpublic Set<Rule<N,D,Weight.NoWeight>> getRulesStarting(D start, N string)
getRulesStarting in interface IPushdownSystem<N extends Location,D extends State,Weight.NoWeight>getRulesStarting in class WeightedPushdownSystem<N extends Location,D extends State,Weight.NoWeight>public Set<NormalRule<N,D,Weight.NoWeight>> getNormalRulesEnding(D start, N string)
getNormalRulesEnding in interface IPushdownSystem<N extends Location,D extends State,Weight.NoWeight>getNormalRulesEnding in class WeightedPushdownSystem<N extends Location,D extends State,Weight.NoWeight>public Set<PushRule<N,D,Weight.NoWeight>> getPushRulesEnding(D start, N string)
getPushRulesEnding in interface IPushdownSystem<N extends Location,D extends State,Weight.NoWeight>getPushRulesEnding in class WeightedPushdownSystem<N extends Location,D extends State,Weight.NoWeight>public abstract Wildcard anyTransition()
Copyright © 2023. All rights reserved.