/** */ package hu.bme.mit.inf.dslreasoner.domains.satellite; /** * * A representation of the model object 'Interferometry Mission'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.domains.satellite.SatellitePackage#getInterferometryMission() * @model * @generated */ public interface InterferometryMission extends ConstellationMission { /** * Returns the value of the 'Observation Time' attribute. * The default value is "2.0". * *

* If the meaning of the 'Observation Time' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Observation Time' attribute. * @see #setObservationTime(float) * @see hu.bme.mit.inf.dslreasoner.domains.satellite.SatellitePackage#getInterferometryMission_ObservationTime() * @model default="2.0" required="true" * @generated */ float getObservationTime(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.domains.satellite.InterferometryMission#getObservationTime Observation Time}' attribute. * * * @param value the new value of the 'Observation Time' attribute. * @see #getObservationTime() * @generated */ void setObservationTime(float value); } // InterferometryMission