Class AnyToAnyModelTransformation.RelationsSearchRule
- java.lang.Object
 - 
- com.nomagic.magicdraw.modeltransformations.impl.any_to_any.AnyToAnyModelTransformation.RelationsSearchRule
 
 
- 
- All Implemented Interfaces:
 com.nomagic.magicdraw.search.SearchRule
- Enclosing class:
 - AnyToAnyModelTransformation
 
private class AnyToAnyModelTransformation.RelationsSearchRule extends java.lang.Object implements com.nomagic.magicdraw.search.SearchRule 
- 
- 
Field Summary
Fields Modifier and Type Field Description private ModelTransformationProfilemodelTransformationProfile(package private) java.util.Collection<Element>objectsprivate booleanupdate 
- 
Constructor Summary
Constructors Constructor Description RelationsSearchRule(Project project, java.util.Collection<Element> objects, boolean update) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()booleanisLegal(BaseElement e) 
 - 
 
- 
- 
Field Detail
- 
objects
java.util.Collection<Element> objects
 
- 
update
private final boolean update
 
- 
modelTransformationProfile
private final ModelTransformationProfile modelTransformationProfile
 
 - 
 
- 
Method Detail
- 
isLegal
public boolean isLegal(BaseElement e)
- Specified by:
 isLegalin interfacecom.nomagic.magicdraw.search.SearchRule
 
- 
hashCode
public int hashCode()
- Specified by:
 hashCodein interfacecom.nomagic.magicdraw.search.SearchRule- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Specified by:
 equalsin interfacecom.nomagic.magicdraw.search.SearchRule- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -