public class NotMethodEqualsRelation extends BinaryRelation
BinaryRelation.TransitiveRelationExceededExceptionbinaryRelation, equals, hashCode, implies, inverse, resolveState, resolveState, symmetricpublic String toString()
toString in class BinaryRelation@CheckForNull protected RelationState isImpliedBy(BinaryRelation relation)
isImpliedBy in class BinaryRelationprotected RelationState impliesEqual()
impliesEqual in class BinaryRelationprotected RelationState impliesNotEqual()
impliesNotEqual in class BinaryRelationprotected RelationState impliesMethodEquals()
impliesMethodEquals in class BinaryRelationprotected RelationState impliesNotMethodEquals()
impliesNotMethodEquals in class BinaryRelationprotected RelationState impliesGreaterThan()
impliesGreaterThan in class BinaryRelationprotected RelationState impliesGreaterThanOrEqual()
impliesGreaterThanOrEqual in class BinaryRelationprotected RelationState impliesLessThan()
impliesLessThan in class BinaryRelationprotected RelationState impliesLessThanOrEqual()
impliesLessThanOrEqual in class BinaryRelation@CheckForNull protected BinaryRelation combinedAfter(BinaryRelation relation)
BinaryRelationcombinedAfter in class BinaryRelationrelation - another relation whose left operand is the same as the receiver's right operandprotected BinaryRelation combinedWithEqual(EqualRelation relation)
combinedWithEqual in class BinaryRelationprotected BinaryRelation combinedWithNotEqual(NotEqualRelation relation)
combinedWithNotEqual in class BinaryRelationprotected 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 BinaryRelationprotected BinaryRelation conjunction(BinaryRelation relation)
BinaryRelationconjunction in class BinaryRelationrelation - another relation bearing on the same operands as those of the receiverCopyright © 2012–2016 SonarSource. All rights reserved.