public class MethodEqualsRelation extends BinaryRelation
BinaryRelation.TransitiveRelationExceededExceptionbinaryRelation, conjunction, equals, hashCode, implies, inverse, resolveState, resolveState, symmetricpublic String toString()
toString in class BinaryRelationprotected 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 BinaryRelationprotected 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 BinaryRelation@CheckForNull protected 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 BinaryRelationCopyright © 2012–2016 SonarSource. All rights reserved.