Package eu.planets_project.pp.plato.model.tree

Examples of eu.planets_project.pp.plato.model.tree.LibraryRequirement.addCriterion()


    }

    public void addCriterion(Object object) {
        if (object instanceof LibraryRequirement) {
            LibraryRequirement n = (LibraryRequirement)object;
            Leaf l = n.addCriterion();
            l.setName("<criterion name not set>");
            libraryTreeHelper.expand(n);
        }
    }
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.