public abstract class AbstractActionMultiConstraintBendableMatch extends Object implements ActionConstraintMatch
| Constructor and Description |
|---|
AbstractActionMultiConstraintBendableMatch() |
AbstractActionMultiConstraintBendableMatch(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches,
List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<ActionBendableHardConstraintMatch> |
getActionBendableHardConstraintMatches() |
List<ActionBendableSoftConstraintMatch> |
getActionBendableSoftConstraintMatches() |
int |
hashCode() |
void |
setActionBendableHardConstraintMatches(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches) |
void |
setActionBendableSoftConstraintMatches(List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches) |
public AbstractActionMultiConstraintBendableMatch()
public AbstractActionMultiConstraintBendableMatch(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches, List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches)
public List<ActionBendableHardConstraintMatch> getActionBendableHardConstraintMatches()
public void setActionBendableHardConstraintMatches(List<ActionBendableHardConstraintMatch> actionBendableHardConstraintMatches)
public List<ActionBendableSoftConstraintMatch> getActionBendableSoftConstraintMatches()
public void setActionBendableSoftConstraintMatches(List<ActionBendableSoftConstraintMatch> actionBendableSoftConstraintMatches)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.