Class Equivalence
java.lang.Object
org.eclipse.epsilon.flock.equivalences.Equivalence
- Direct Known Subclasses:
NoEquivalence
,TypeBasedEquivalence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
automaticallyPopulateEquivalent
(ConservativeCopyContext context, IgnoredProperties ignoredProperties) abstract boolean
abstract ModelElement
abstract ModelElement
abstract int
hashCode()
abstract void
ruleApplied
(FlockExecution execution) abstract String
toString()
-
Constructor Details
-
Equivalence
-
-
Method Details
-
getContext
-
getOriginal
-
getEquivalent
-
ruleApplied
-
getVariables
-
automaticallyPopulateEquivalent
public abstract void automaticallyPopulateEquivalent(ConservativeCopyContext context, IgnoredProperties ignoredProperties) throws FlockRuntimeException - Throws:
FlockRuntimeException
-
equals
-
hashCode
public abstract int hashCode() -
toString
-