Package org.evolizer.famix.model.entities

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


     * @param subclass Subclass that inherits behaviour.
     * @param superclass Superclass.
     * @return FamixInheritance
     */
    public FamixInheritance createInheritance(FamixClass subclass, FamixClass superclass) {
        return new FamixInheritance(subclass, superclass);
    }
View Full Code Here

TOP

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

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.