/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.clothocad.tool.cello; /** * * @author rozagh */ public class CelloGates { public String print() { return "CelloGate\n"; } public DAGraph getEquiGraphe() { return null; } public DAGraph getGraphe() { return null; } public String getName() { return null; } }