Added gravitational acceleration and propellant mass datatypes.
[debian/openrocket] / core / src / net / sf / openrocket / motor / MotorInstance.java
index 6b48e3a4b4c3286ec7288914f412b9e0dab4d1e1..ab474a8e946973b6832de70101bcc9d2d6187437 100644 (file)
@@ -56,5 +56,8 @@ public interface MotorInstance extends Cloneable, Monitorable {
         * identical to this instance and can be used independently from this one.
         */
        public MotorInstance clone();
+
+
+       public Motor getParentMotor();
        
 }