public interface StructuralLearningOptions
| Modifier and Type | Method and Description |
|---|---|
Cancellation |
getCancellation()
Gets of sets the instance implementing
Cancellation, used for cancellation. |
LinkConstraintCollection |
getLinkConstraints()
Gets any link constraints to use during structural learning.
|
StructuralLearningProgress |
getProgress()
Gets of sets the instance implementing
StructuralLearningProgress, used for progress notifications. |
void |
setCancellation(Cancellation value)
Gets of sets the instance implementing
Cancellation, used for cancellation. |
void |
setProgress(StructuralLearningProgress value)
Gets of sets the instance implementing
StructuralLearningProgress, used for progress notifications. |
LinkConstraintCollection getLinkConstraints()
Cancellation getCancellation()
Cancellation, used for cancellation.Cancellationvoid setCancellation(Cancellation value)
Cancellation, used for cancellation.CancellationStructuralLearningProgress getProgress()
StructuralLearningProgress, used for progress notifications.void setProgress(StructuralLearningProgress value)
StructuralLearningProgress, used for progress notifications.Copyright © 2021. All rights reserved.