public interface IConfigurableProfileConnection
Modifier and Type | Method and Description |
---|---|
ProfileConfigurationResult |
configureProfileAsConnection(ConfigurableProfile previous,
ConfigurableProfile next,
ITrackCalculationProgress tracker)
Configures this profile for use as a connection between two other profiles.
|
ProfileConfigurationResult configureProfileAsConnection(@Nonnull ConfigurableProfile previous, @Nonnull ConfigurableProfile next, @Nullable ITrackCalculationProgress tracker)
previous
- The previous profile with which to connect.next
- The next profile with which to connect.tracker
- An object which reports the progress of the calculation, or null
.