public class BinaryRelation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryRelation.TransitiveRelationExceededException |
| Modifier and Type | Field and Description |
|---|---|
protected RelationalSymbolicValue.Kind |
kind |
protected SymbolicValue |
leftOp |
protected SymbolicValue |
rightOp |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
BinaryRelation |
inverse() |
protected RelationState |
resolveState(List<BinaryRelation> knownRelations) |
String |
toString() |
protected final RelationalSymbolicValue.Kind kind
protected final SymbolicValue leftOp
protected final SymbolicValue rightOp
protected RelationState resolveState(List<BinaryRelation> knownRelations)
public BinaryRelation inverse()
Copyright © 2012–2017 SonarSource. All rights reserved.