Package androidx.constraintlayout.core
Class PriorityGoalRow
- java.lang.Object
-
- androidx.constraintlayout.core.ArrayRow
-
- androidx.constraintlayout.core.PriorityGoalRow
-
public class PriorityGoalRow extends ArrayRow
Implements a row containing goals taking in account priorities.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class androidx.constraintlayout.core.ArrayRow
ArrayRow.ArrayRowVariables
-
-
Constructor Summary
Constructors Constructor Description PriorityGoalRow(Cache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddError(SolverVariable error)voidclear()SolverVariablegetPivotCandidate(LinearSystem system, boolean[] avoid)booleanisEmpty()java.lang.StringtoString()voidupdateFromRow(LinearSystem system, ArrayRow definition, boolean removeFromDefinition)-
Methods inherited from class androidx.constraintlayout.core.ArrayRow
addError, createRowDimensionRatio, createRowEqualDimension, createRowEqualMatchDimensions, createRowEquals, createRowEquals, createRowGreaterThan, createRowGreaterThan, createRowLowerThan, createRowWithAngle, getKey, initFromRow, pickPivot, reset, updateFromFinalVariable, updateFromSynonymVariable, updateFromSystem
-
-
-
-
Constructor Detail
-
PriorityGoalRow
public PriorityGoalRow(Cache cache)
-
-
Method Detail
-
getPivotCandidate
public SolverVariable getPivotCandidate(LinearSystem system, boolean[] avoid)
- Overrides:
getPivotCandidatein classArrayRow
-
addError
public void addError(SolverVariable error)
-
updateFromRow
public void updateFromRow(LinearSystem system, ArrayRow definition, boolean removeFromDefinition)
- Overrides:
updateFromRowin classArrayRow
-
-