Changeset 11500
- Timestamp:
- 10/24/14 23:51:04 (10 years ago)
- Location:
- branches/OptimizationNetworks
- Files:
-
- 18 added
- 2 edited
- 69 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/HeuristicLab.Optimization.Networks.Views-3.3.csproj
r11468 r11500 91 91 </ItemGroup> 92 92 <ItemGroup> 93 <Compile Include="### obsolete\ClientPortView.cs"> 94 <SubType>UserControl</SubType> 95 </Compile> 96 <Compile Include="### obsolete\ClientPortView.Designer.cs"> 97 <DependentUpon>ClientPortView.cs</DependentUpon> 98 </Compile> 99 <Compile Include="### obsolete\ClientServicePortView.cs"> 100 <SubType>UserControl</SubType> 101 </Compile> 102 <Compile Include="### obsolete\ClientServicePortView.Designer.cs"> 103 <DependentUpon>ClientServicePortView.cs</DependentUpon> 104 </Compile> 105 <Compile Include="### obsolete\InputOutputPortView.cs"> 106 <SubType>UserControl</SubType> 107 </Compile> 108 <Compile Include="### obsolete\InputOutputPortView.Designer.cs"> 109 <DependentUpon>InputOutputPortView.cs</DependentUpon> 110 </Compile> 111 <Compile Include="### obsolete\InputPortView.cs"> 112 <SubType>UserControl</SubType> 113 </Compile> 114 <Compile Include="### obsolete\InputPortView.Designer.cs"> 115 <DependentUpon>InputPortView.cs</DependentUpon> 116 </Compile> 117 <Compile Include="### obsolete\ServiceParameterCollectionCollectionView.cs"> 118 <SubType>UserControl</SubType> 119 </Compile> 120 <Compile Include="### obsolete\ServiceParameterCollectionCollectionView.Designer.cs"> 121 <DependentUpon>ServiceParameterCollectionCollectionView.cs</DependentUpon> 122 </Compile> 123 <Compile Include="### obsolete\ServiceParameterCollectionView.cs"> 124 <SubType>UserControl</SubType> 125 </Compile> 126 <Compile Include="### obsolete\ServiceParameterCollectionView.Designer.cs"> 127 <DependentUpon>ServiceParameterCollectionView.cs</DependentUpon> 128 </Compile> 129 <Compile Include="### obsolete\ServiceParameterView.cs"> 130 <SubType>UserControl</SubType> 131 </Compile> 132 <Compile Include="### obsolete\ServiceParameterView.Designer.cs"> 133 <DependentUpon>ServiceParameterView.cs</DependentUpon> 134 </Compile> 135 <Compile Include="### obsolete\ValuePortView.cs"> 136 <SubType>UserControl</SubType> 137 </Compile> 138 <Compile Include="### obsolete\ValuePortView.Designer.cs"> 139 <DependentUpon>ValuePortView.cs</DependentUpon> 140 </Compile> 93 141 <Compile Include="ClientNodeView.cs"> 94 142 <SubType>UserControl</SubType> … … 103 151 <DependentUpon>AlgorithmServiceNodeView.cs</DependentUpon> 104 152 </Compile> 153 <Compile Include="GenericPortView.cs"> 154 <SubType>UserControl</SubType> 155 </Compile> 156 <Compile Include="GenericPortView.Designer.cs"> 157 <DependentUpon>GenericPortView.cs</DependentUpon> 158 </Compile> 159 <Compile Include="MessageValueCollectionView.cs"> 160 <SubType>UserControl</SubType> 161 </Compile> 162 <Compile Include="MessageValueCollectionView.Designer.cs"> 163 <DependentUpon>MessageValueCollectionView.cs</DependentUpon> 164 </Compile> 165 <Compile Include="MessageView.cs"> 166 <SubType>UserControl</SubType> 167 </Compile> 168 <Compile Include="MessageView.Designer.cs"> 169 <DependentUpon>MessageView.cs</DependentUpon> 170 </Compile> 171 <Compile Include="ParameterizedPortView.cs"> 172 <SubType>UserControl</SubType> 173 </Compile> 174 <Compile Include="ParameterizedPortView.Designer.cs"> 175 <DependentUpon>ParameterizedPortView.cs</DependentUpon> 176 </Compile> 105 177 <Compile Include="EntitySelector.cs"> 106 178 <SubType>UserControl</SubType> … … 121 193 <DependentUpon>EntityView.cs</DependentUpon> 122 194 </Compile> 123 <Compile Include="InputOutputPortView.cs"> 124 <SubType>UserControl</SubType> 125 </Compile> 126 <Compile Include="InputOutputPortView.Designer.cs"> 127 <DependentUpon>InputOutputPortView.cs</DependentUpon> 128 </Compile> 129 <Compile Include="ClientServicePortView.cs"> 130 <SubType>UserControl</SubType> 131 </Compile> 132 <Compile Include="ClientServicePortView.Designer.cs"> 133 <DependentUpon>ClientServicePortView.cs</DependentUpon> 134 </Compile> 135 <Compile Include="ClientPortView.cs"> 136 <SubType>UserControl</SubType> 137 </Compile> 138 <Compile Include="ClientPortView.Designer.cs"> 139 <DependentUpon>ClientPortView.cs</DependentUpon> 140 </Compile> 141 <Compile Include="ServiceParameterCollectionCollectionView.cs"> 142 <SubType>UserControl</SubType> 143 </Compile> 144 <Compile Include="ServiceParameterCollectionCollectionView.Designer.cs"> 145 <DependentUpon>ServiceParameterCollectionCollectionView.cs</DependentUpon> 146 </Compile> 147 <Compile Include="ServiceParameterCollectionView.cs"> 148 <SubType>UserControl</SubType> 149 </Compile> 150 <Compile Include="ServiceParameterCollectionView.Designer.cs"> 151 <DependentUpon>ServiceParameterCollectionView.cs</DependentUpon> 195 <Compile Include="MessageValueView.cs"> 196 <SubType>UserControl</SubType> 197 </Compile> 198 <Compile Include="MessageValueView.Designer.cs"> 199 <DependentUpon>MessageValueView.cs</DependentUpon> 200 </Compile> 201 <Compile Include="PortParameterCollectionView.cs"> 202 <SubType>UserControl</SubType> 203 </Compile> 204 <Compile Include="PortParameterCollectionView.Designer.cs"> 205 <DependentUpon>PortParameterCollectionView.cs</DependentUpon> 152 206 </Compile> 153 207 <Compile Include="PortView.cs"> … … 157 211 <DependentUpon>PortView.cs</DependentUpon> 158 212 </Compile> 159 <Compile Include=" ServiceParameterView.cs">160 <SubType>UserControl</SubType> 161 </Compile> 162 <Compile Include=" ServiceParameterView.Designer.cs">163 <DependentUpon> ServiceParameterView.cs</DependentUpon>213 <Compile Include="PortParameterView.cs"> 214 <SubType>UserControl</SubType> 215 </Compile> 216 <Compile Include="PortParameterView.Designer.cs"> 217 <DependentUpon>PortParameterView.cs</DependentUpon> 164 218 </Compile> 165 219 <Compile Include="VariablesNodeView.cs"> … … 174 228 <Compile Include="AlgorithmNodeView.Designer.cs"> 175 229 <DependentUpon>AlgorithmNodeView.cs</DependentUpon> 176 </Compile>177 <Compile Include="InputPortView.cs">178 <SubType>UserControl</SubType>179 </Compile>180 <Compile Include="InputPortView.Designer.cs">181 <DependentUpon>InputPortView.cs</DependentUpon>182 </Compile>183 <Compile Include="ValuePortView.cs">184 <SubType>UserControl</SubType>185 </Compile>186 <Compile Include="ValuePortView.Designer.cs">187 <DependentUpon>ValuePortView.cs</DependentUpon>188 230 </Compile> 189 231 <Compile Include="NodeView.cs"> -
branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/HeuristicLab.Optimization.Networks-3.3.csproj
r11490 r11500 90 90 </ItemGroup> 91 91 <ItemGroup> 92 <Compile Include="ClientNode.cs" /> 93 <Compile Include="AlgorithmServiceNode.cs" /> 94 <Compile Include="IConnectedPort.cs" /> 95 <Compile Include="IGenericPort.cs" /> 96 <Compile Include="IMessage.cs" /> 97 <Compile Include="IMessageValue.cs" /> 98 <Compile Include="Message.cs" /> 99 <Compile Include="ParameterizedPort.cs" /> 100 <Compile Include="IClientNode.cs" /> 101 <Compile Include="IAlgorithmServiceNode.cs" /> 102 <Compile Include="IParameterizedPort.cs" /> 92 <Compile Include="### obsolete\ClientPort.cs" /> 93 <Compile Include="### obsolete\ClientServicePort.cs" /> 94 <Compile Include="### obsolete\EventArgs.cs" /> 95 <Compile Include="### obsolete\IClientPort.cs" /> 96 <Compile Include="### obsolete\IClientServicePort.cs" /> 97 <Compile Include="### obsolete\IInputOutputPort.cs" /> 98 <Compile Include="### obsolete\IInputPort.cs" /> 99 <Compile Include="### obsolete\InputOutputPort.cs" /> 100 <Compile Include="### obsolete\InputPort.cs" /> 101 <Compile Include="### obsolete\IOutputInputPort.cs" /> 102 <Compile Include="### obsolete\IOutputPort.cs" /> 103 <Compile Include="### obsolete\IServiceParameter.cs" /> 104 <Compile Include="### obsolete\IServicePort.cs" /> 105 <Compile Include="### obsolete\IValuePort.cs" /> 106 <Compile Include="### obsolete\OutputInputPort.cs" /> 107 <Compile Include="### obsolete\OutputPort.cs" /> 108 <Compile Include="### obsolete\ServiceParameter.cs" /> 109 <Compile Include="### obsolete\ServiceParameterCollection.cs" /> 110 <Compile Include="### obsolete\ServiceParameterCollectionCollection.cs" /> 111 <Compile Include="### obsolete\ServiceParameterType.cs" /> 112 <Compile Include="### obsolete\ServicePort.cs" /> 113 <Compile Include="### obsolete\ValuePort.cs" /> 114 <Compile Include="Nodes\AlgorithmNode.cs" /> 115 <Compile Include="Nodes\AlgorithmServiceNode.cs" /> 116 <Compile Include="Nodes\ClientNode.cs" /> 117 <Compile Include="Nodes\IAlgorithmNode.cs" /> 118 <Compile Include="Nodes\IAlgorithmServiceNode.cs" /> 119 <Compile Include="Nodes\IClientNode.cs" /> 120 <Compile Include="Nodes\INetwork.cs" /> 121 <Compile Include="Nodes\INode.cs" /> 122 <Compile Include="Nodes\IVariablesNode.cs" /> 123 <Compile Include="Nodes\MultiplierNode.cs" /> 124 <Compile Include="Nodes\Network.cs" /> 125 <Compile Include="Nodes\Node.cs" /> 126 <Compile Include="Nodes\NodeCollection.cs" /> 127 <Compile Include="Nodes\VariablesNode.cs" /> 103 128 <Compile Include="IEntity.cs" /> 104 <Compile Include="IClientPort.cs" /> 105 <Compile Include="IClientServicePort.cs" /> 106 <Compile Include="IPortParameter.cs" /> 107 <Compile Include="MessageValue.cs" /> 108 <Compile Include="PortParameter.cs" /> 109 <Compile Include="PortParameterCollection.cs" /> 110 <Compile Include="MessageValueCollection.cs" /> 111 <Compile Include="ServiceParameterCollectionCollection.cs" /> 112 <Compile Include="PortParameterType.cs" /> 113 <Compile Include="ServiceParameterType.cs" /> 114 <Compile Include="IServiceParameter.cs" /> 115 <Compile Include="IServicePort.cs" /> 116 <Compile Include="IPort.cs" /> 117 <Compile Include="IVariablesNode.cs" /> 129 <Compile Include="Ports\GenericPort.cs" /> 130 <Compile Include="Ports\IConnectedPort.cs" /> 131 <Compile Include="Ports\IGenericPort.cs" /> 132 <Compile Include="Ports\IMessage.cs" /> 133 <Compile Include="Ports\IMessageValue.cs" /> 134 <Compile Include="Ports\IParameterizedPort.cs" /> 135 <Compile Include="Ports\IPort.cs" /> 136 <Compile Include="Ports\IPortParameter.cs" /> 137 <Compile Include="Ports\Message.cs" /> 138 <Compile Include="Ports\MessageValue.cs" /> 139 <Compile Include="Ports\MessageValueCollection.cs" /> 140 <Compile Include="Ports\ParameterizedPort.cs" /> 141 <Compile Include="Ports\Port.cs" /> 142 <Compile Include="Ports\PortCollection.cs" /> 143 <Compile Include="Ports\PortParameter.cs" /> 144 <Compile Include="Ports\PortParameterCollection.cs" /> 145 <Compile Include="Ports\PortParameterType.cs" /> 118 146 <Compile Include="Entity.cs" /> 119 <Compile Include="ServiceParameterCollection.cs" />120 <Compile Include="ServiceParameter.cs" />121 <Compile Include="ClientServicePort.cs" />122 <Compile Include="ClientPort.cs" />123 <Compile Include="GenericPort.cs" />124 <Compile Include="ServicePort.cs" />125 <Compile Include="Port.cs" />126 <Compile Include="MultiplierNode.cs" />127 <Compile Include="VariablesNode.cs" />128 <Compile Include="EventArgs.cs" />129 <Compile Include="IInputOutputPort.cs" />130 <Compile Include="IAlgorithmNode.cs" />131 <Compile Include="InputOutputPort.cs" />132 <Compile Include="IOutputInputPort.cs" />133 <Compile Include="AlgorithmNode.cs" />134 <Compile Include="OutputInputPort.cs" />135 <Compile Include="OutputPort.cs" />136 <Compile Include="IOutputPort.cs" />137 <Compile Include="INetwork.cs" />138 <Compile Include="IInputPort.cs" />139 <Compile Include="IValuePort.cs" />140 <Compile Include="INode.cs" />141 <Compile Include="Network.cs" />142 <Compile Include="InputPort.cs" />143 <Compile Include="NodeCollection.cs" />144 <Compile Include="PortCollection.cs" />145 <Compile Include="ValuePort.cs" />146 147 <Compile Include="Plugin.cs" /> 147 148 <Compile Include="Properties\AssemblyInfo.cs" /> 148 <Compile Include="Node.cs" />149 149 </ItemGroup> 150 150 <ItemGroup> -
branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/Ports/IPortParameter.cs
r11499 r11500 31 31 32 32 event EventHandler TypeChanged; 33 event EventHandler ValueChanged;33 event EventHandler DefaultValueChanged; 34 34 35 35 IMessageValue CreateMessageValue(); -
branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/Ports/PortParameter.cs
r11499 r11500 71 71 this.defaultValue = value; 72 72 RegisterDefaultValueEvents(); 73 On ValueChanged();73 OnDefaultValueChanged(); 74 74 } 75 75 } … … 123 123 } 124 124 125 public event EventHandler ValueChanged;126 protected virtual void On ValueChanged() {127 var handler = ValueChanged;125 public event EventHandler DefaultValueChanged; 126 protected virtual void OnDefaultValueChanged() { 127 var handler = DefaultValueChanged; 128 128 if (handler != null) handler(this, EventArgs.Empty); 129 129 OnToStringChanged();
Note: See TracChangeset
for help on using the changeset viewer.