State
- public class SiblingFinderInvhom<State> extends Object implements Intersectable<State>
Constructor and Description |
---|
SiblingFinderInvhom(TreeAutomaton<State> decompositionAutomaton,
Homomorphism hom) |
Modifier and Type | Method and Description |
---|---|
Iterable<Rule> |
getConstantBottomUp(int label) |
IntSet |
getFinalStates() |
Iterable<Rule> |
getRulesBottomUp(int childState,
int pos,
int label)
Returns all rules with label 'label' and child childState at position pos.
|
State |
getStateForId(int id) |
ConcreteTreeAutomaton<State> |
seenRulesAsAutomaton() |
String |
toString() |
public SiblingFinderInvhom(TreeAutomaton<State> decompositionAutomaton, Homomorphism hom)
public Iterable<Rule> getRulesBottomUp(int childState, int pos, int label)
childState
- pos
- label
- public ConcreteTreeAutomaton<State> seenRulesAsAutomaton()
public State getStateForId(int id)
public IntSet getFinalStates()
Copyright © 2017. All rights reserved.