Package com.asakusafw.utils.java.internal.model.syntax

Examples of com.asakusafw.utils.java.internal.model.syntax.ModelFactoryImpl


    /**
     * {@link Model}の実装を生成するためのファクトリを返す。
     * @return {@link Model}の実装を生成するためのファクトリ
     */
    public static ModelFactory getModelFactory() {
        return new ModelFactoryImpl();
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.utils.java.internal.model.syntax.ModelFactoryImpl

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.