Package org.evolizer.famix.model.entities

Examples of org.evolizer.famix.model.entities.FamixSubtyping


     * @param subclass FamixClass that is a sub-type of super-type.
     * @param superclass Super-type.
     * @return Sub-typing.
     */
    public FamixSubtyping createSubtyping(FamixClass subclass, FamixClass superclass) {
        return new FamixSubtyping(subclass, superclass);
    }
View Full Code Here

TOP

Related Classes of org.evolizer.famix.model.entities.FamixSubtyping

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.