整理代码
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace ShrlAlgo.RvKits.RvIndependent.MetroGauges.LandXMLData
|
||||
{
|
||||
public interface IGenerationRange
|
||||
{
|
||||
double EndStation { get; set; }
|
||||
|
||||
double GenerationEndStation { get; set; }
|
||||
double GenerationStartStation { get; set; }
|
||||
|
||||
double StartStation { get; set; }
|
||||
|
||||
Tuple<double, double> GetGenerationScopeIntersection(IGenerationRange parent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user