-
Notifications
You must be signed in to change notification settings - Fork 13
Analyze network with subnetwork trace sample #413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyze network with subnetwork trace sample #413
Conversation
…ter-samples into martinoyovo/network_with_subnetwork_trace_sample
…ter-samples into martinoyovo/network_with_subnetwork_trace_sample
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
…ter-samples into martinoyovo/analyze_network_with_subnetwork_trace_sample
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
lib/samples/analyze_network_with_subnetwork_trace/analyze_network_with_subnetwork_trace.dart
Outdated
Show resolved
Hide resolved
| const deviceTableName = 'Electric Distribution Device'; | ||
| const assetGroupName = 'Circuit Breaker'; | ||
| const assetTypeName = 'Three Phase'; | ||
| const globalIdString = '1CAF7740-0BF4-4113-8DB2-654E18800028'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the constants are used only once, we hardcode them directly in the functions in other utility network samples. Actually, this makes the usage more readable.
| String deviceTableName, | ||
| String assetGroupName, | ||
| String assetTypeName, | ||
| String globalIdString, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the parameters can be eliminated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
No description provided.