Changeset 6036 for trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
- Timestamp:
- 04/21/11 17:16:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
r5445 r6036 128 128 } 129 129 130 internalIOperator GetOperatorForShapeInfo(IOperatorShapeInfo shapeInfo) {130 public IOperator GetOperatorForShapeInfo(IOperatorShapeInfo shapeInfo) { 131 131 return this.operatorShapeInfoMapping.GetBySecond(shapeInfo); 132 132 } … … 192 192 193 193 #region methods to manipulate operatorgraph by the shape info 194 internalvoid AddShapeInfo(IOperator op, IOperatorShapeInfo shapeInfo) {194 public void AddShapeInfo(IOperator op, IOperatorShapeInfo shapeInfo) { 195 195 this.RegisterOperatorEvents(op); 196 196 this.operatorParameterCollectionMapping.Add(op, op.Parameters);
Note: See TracChangeset
for help on using the changeset viewer.