public class Equals extends ClassCriteria
NAME_AND_NAMESPACE_MATCH, NAME_MATCH, NONE| Constructor and Description |
|---|
Equals(String className,
String attributes,
String associations) |
getAssociations, getAttributes, toStringpublic Equals(String className, String attributes, String associations)
className - non-null, non-empty meta-model class name instances of which are compared for equalityattributes - a comma-separated list of attribute paths common for all objects/model elements
of that class and used to distinguish non-equal elements. It might be empty.
Each attribute path complies with the syntax:{asssociationName.}attributeName
associations - a non-null comma-separated list of association paths common for all objects/model elements
of that class and used to distinguish non-equal elements. It might be empty.
Each association path complies with the syntax:{asssociationName.}asssociationName
Copyright © 2001–2018 MDA Tools. All rights reserved.