public class Contraction extends Object
Modifier and Type | Field and Description |
---|---|
int |
adjacentDimension |
List<Interval> |
dimensionAsContracted |
List<Integer> |
pairedRules |
int |
rule |
Constructor and Description |
---|
Contraction(int rule,
Collection<Integer> pairedRules,
int adjacentDimension,
List<Interval> dimensionAsContracted) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Integer> |
impactedRules() |
String |
toString() |
public Contraction(int rule, Collection<Integer> pairedRules, int adjacentDimension, List<Interval> dimensionAsContracted)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.