Add an interface to allow export of pvc motors
[sw/motorsim] / src / com / billkuker / rocketry / motorsim / CylindricalChamber.java
index 8642c25dc4874e8fc8fffc80e9b6a050e27bc657..8405456ac5c04069e5200c86bea2e95b15186cfc 100644 (file)
@@ -11,13 +11,13 @@ import javax.measure.unit.SI;
 \r
 import org.jscience.physics.amount.Amount;\r
 \r
-public class CylindricalChamber implements Chamber {\r
+public class CylindricalChamber implements Chamber, ICylindricalChamber {\r
        \r
        private Amount<Length> length = Amount.valueOf(200, SI.MILLIMETER);\r
        private Amount<Length> oD = Amount.valueOf(31, SI.MILLIMETER);\r
        private Amount<Length> iD = Amount.valueOf(30, SI.MILLIMETER);\r
 \r
-       public Amount<Pressure> burstPressure() {\r
+       public Amount<Pressure> getBurstPressure() {\r
                return null;\r
        }\r
 \r