Changeset 17726 for branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/IWindowedSymbol.cs
- Timestamp:
- 08/26/20 16:43:25 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/IWindowedSymbol.cs
r17573 r17726 24 24 25 25 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 26 [StorableType("BB96C8EF-4DB8-4892-B3A3-358F34C06AD6")]27 26 /// <summary> 28 27 /// Any symbol that can use a window (e.g. partial aggregation of a vector) 29 28 /// </summary> 29 [StorableType("BB96C8EF-4DB8-4892-B3A3-358F34C06AD6")] 30 30 public interface IWindowedSymbol : ISymbol { 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.