Examples of FamixSubtyping


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
Copyright © 2018 www.massapi.com. 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.