public class MethodEqualsRelation extends BinaryRelation
BinaryRelation.TransitiveRelationExceededException
binaryRelation, conjunction, equals, hashCode, implies, inverse, resolveState, resolveState, symmetric
public String toString()
toString
in class BinaryRelation
protected RelationState isImpliedBy(BinaryRelation relation)
isImpliedBy
in class BinaryRelation
protected RelationState impliesEqual()
impliesEqual
in class BinaryRelation
protected RelationState impliesNotEqual()
impliesNotEqual
in class BinaryRelation
protected RelationState impliesMethodEquals()
impliesMethodEquals
in class BinaryRelation
protected RelationState impliesNotMethodEquals()
impliesNotMethodEquals
in class BinaryRelation
protected RelationState impliesGreaterThan()
impliesGreaterThan
in class BinaryRelation
protected RelationState impliesGreaterThanOrEqual()
impliesGreaterThanOrEqual
in class BinaryRelation
protected RelationState impliesLessThan()
impliesLessThan
in class BinaryRelation
protected RelationState impliesLessThanOrEqual()
impliesLessThanOrEqual
in class BinaryRelation
protected BinaryRelation combinedAfter(BinaryRelation relation)
BinaryRelation
combinedAfter
in class BinaryRelation
relation
- another relation whose left operand is the same as the receiver's right operandprotected BinaryRelation combinedWithEqual(EqualRelation relation)
combinedWithEqual
in class BinaryRelation
@CheckForNull protected BinaryRelation combinedWithNotEqual(NotEqualRelation relation)
combinedWithNotEqual
in class BinaryRelation
protected BinaryRelation combinedWithMethodEquals(MethodEqualsRelation relation)
combinedWithMethodEquals
in class BinaryRelation
@CheckForNull protected BinaryRelation combinedWithNotMethodEquals(NotMethodEqualsRelation relation)
combinedWithNotMethodEquals
in class BinaryRelation
@CheckForNull protected BinaryRelation combinedWithGreaterThan(GreaterThanRelation relation)
combinedWithGreaterThan
in class BinaryRelation
@CheckForNull protected BinaryRelation combinedWithGreaterThanOrEqual(GreaterThanOrEqualRelation relation)
combinedWithGreaterThanOrEqual
in class BinaryRelation
@CheckForNull protected BinaryRelation combinedWithLessThan(LessThanRelation relation)
combinedWithLessThan
in class BinaryRelation
@CheckForNull protected BinaryRelation combinedWithLessThanOrEqual(LessThanOrEqualRelation relation)
combinedWithLessThanOrEqual
in class BinaryRelation
Copyright © 2012–2016 SonarSource. All rights reserved.