DTA::CAB::Analyzer::Automaton::Gfsm - generic analysis automaton API: Gfsm automata
use DTA::CAB::Analyzer::Automaton::Gfsm;
##========================================================================
## Constructors etc.
$aut = DTA::CAB::Analyzer::Automaton::Gfsm->new(%args);
##========================================================================
## Methods: Generic
$class = $aut->fstClass();
$class = $aut->labClass();
$bool = $aut->fstOk();
$bool = $aut->labOk();
DTA::CAB::Analyzer::Automaton::Gfsm inherits from DTA::CAB::Analyzer::Automaton.
$obj = CLASS_OR_OBJ->new(%args);
$class = $aut->fstClass();
Override: default FST class for loadFst() method.
$class = $aut->labClass();
Override: default labels class for loadLabels() method
$bool = $aut->fstOk();
Override: should return false iff fst is undefined or "empty".
$bool = $aut->labOk();
Override: should return false iff label-set is undefined or "empty"
Bryan Jurish <moocow@cpan.org>
Copyright (C) 2009-2019 by Bryan Jurish
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.