Uses of Enum Class
io.fluxzero.common.api.modeling.ModelConflictPolicy
Packages that use ModelConflictPolicy
-
Uses of ModelConflictPolicy in io.fluxzero.common.api.modeling
Subclasses with type arguments of type ModelConflictPolicy in io.fluxzero.common.api.modelingModifier and TypeClassDescriptionenumRuntime behavior when an commit-scoped model changed after the commit'sreadStateIndex.Methods in io.fluxzero.common.api.modeling that return ModelConflictPolicyModifier and TypeMethodDescriptionstatic ModelConflictPolicyModelConflictPolicy.resolve(ModelConflictPolicy policy) Resolves a missing wire value to the compatibility default.static ModelConflictPolicyReturns the enum constant of this class with the specified name.static ModelConflictPolicy[]ModelConflictPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.common.api.modeling with parameters of type ModelConflictPolicyModifier and TypeMethodDescriptionstatic ModelConflictPolicyModelConflictPolicy.resolve(ModelConflictPolicy policy) Resolves a missing wire value to the compatibility default.Constructors in io.fluxzero.common.api.modeling with parameters of type ModelConflictPolicyModifierConstructorDescriptionCommitModels(String commitId, long readStateIndex, List<String> readModelIds, List<ModelCommitStep> substeps, ModelConflictPolicy conflictPolicy, Guarantee guarantee, boolean possibleDuplicate) CommitModels(String commitId, long readStateIndex, List<String> readModelIds, List<ModelCommitStep> substeps, ModelConflictPolicy conflictPolicy, Guarantee guarantee, boolean possibleDuplicate, boolean migration)