Class NoEquivalence
java.lang.Object
org.eclipse.epsilon.flock.equivalences.Equivalence
org.eclipse.epsilon.flock.equivalences.NoEquivalence
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNoEquivalence
(IEolContext context, FlockExecution execution, ModelElement original) -
Method Summary
Modifier and TypeMethodDescriptionvoid
automaticallyPopulateEquivalent
(ConservativeCopyContext context, IgnoredProperties ignoredProperties) boolean
int
hashCode()
void
ruleApplied
(FlockExecution execution) toString()
Methods inherited from class org.eclipse.epsilon.flock.equivalences.Equivalence
getContext, getVariables
-
Field Details
-
original
-
-
Constructor Details
-
NoEquivalence
-
-
Method Details
-
getOriginal
- Specified by:
getOriginal
in classEquivalence
-
automaticallyPopulateEquivalent
public void automaticallyPopulateEquivalent(ConservativeCopyContext context, IgnoredProperties ignoredProperties) throws FlockRuntimeException - Specified by:
automaticallyPopulateEquivalent
in classEquivalence
- Throws:
FlockRuntimeException
-
getEquivalent
- Specified by:
getEquivalent
in classEquivalence
-
ruleApplied
- Specified by:
ruleApplied
in classEquivalence
-
toString
- Specified by:
toString
in classEquivalence
-
equals
- Specified by:
equals
in classEquivalence
-
hashCode
public int hashCode()- Specified by:
hashCode
in classEquivalence
-