Package dk.brics.string.grammar.operations

Examples of dk.brics.string.grammar.operations.RegularApproximation


    /**
     * See {@link RegularApproximation}.
     */
    public void approximateNonLinear(Collection<Nonterminal> hotspots) {
        new RegularApproximation(this).approximate(hotspots);
    }
View Full Code Here

TOP

Related Classes of dk.brics.string.grammar.operations.RegularApproximation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.