MatcherState
- State
- public abstract class PatternMatchingInvhomAutomatonFactory<MatcherState,State> extends Object
Constructor and Description |
---|
PatternMatchingInvhomAutomatonFactory(Homomorphism hom)
Initializes a new
PatternMatchingInvhomAutomatonFactory with
respect to the homomorphism hom . |
Modifier and Type | Method and Description |
---|---|
CondensedTreeAutomaton<State> |
invhom(TreeAutomaton<State> rhs)
Computes the image under inverse homomorphism of the decomposition
automaton
rhs . |
public PatternMatchingInvhomAutomatonFactory(Homomorphism hom)
PatternMatchingInvhomAutomatonFactory
with
respect to the homomorphism hom
.hom
- public CondensedTreeAutomaton<State> invhom(TreeAutomaton<State> rhs)
rhs
.rhs
- Copyright © 2017. All rights reserved.