/** Java class "FordPinto.java" generated from Poseidon for UML. * Poseidon for UML is developed by <A HREF="http://www.gentleware.com">Gentleware</A>. * Generated with <A HREF="http://jakarta.apache.org/velocity/">velocity</A> template engine. */ import java.util.*; /** * @author Dan Bikle * @version 2004-02-15 */ public class FordPinto extends Car { /////////////////////////////////////// // attributes /** * Represents ... */ private boolean flammable; } // end FordPinto