protected override List <BinsContainer> GetBinsContainersByApproach(Approach approach, bool getprotectedPhase)
        {
            var approachYellowRedActivationsAggregationContainer = new YellowRedActivationsAggregationByApproach(
                approach, this, StartDate, EndDate,
                getprotectedPhase, SelectedAggregatedDataType);

            return(approachYellowRedActivationsAggregationContainer.BinsContainers);
        }
예제 #2
0
 public void Remove(YellowRedActivationsAggregationByApproach priorityAggregation)
 {
     throw new NotImplementedException();
 }
 public void Update(YellowRedActivationsAggregationByApproach approachYellowRedActivationsAggregation)
 {
     throw new NotImplementedException();
 }