Class OclSimpleType
java.lang.Object
org.eclipse.m2m.atl.engine.emfvm.lib.OclType
org.eclipse.m2m.atl.engine.emfvm.lib.OclSimpleType
OCL simple type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconformsTo(OclType other) Tests if the current object conforms to the given object.booleaninthashCode()Methods inherited from class org.eclipse.m2m.atl.engine.emfvm.lib.OclType
addSimpleType, getName, getNativeClassfromOclTypeName, getOclTypeFromObject, getSupertypes, setName, toString
-
Constructor Details
-
OclSimpleType
Constructor.- Parameters:
name- the type name
-
OclSimpleType
public OclSimpleType()Constructor.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
conformsTo
Tests if the current object conforms to the given object.- Specified by:
conformsToin classOclType- Parameters:
other- the other object- Returns:
- true if the current object conforms to the given object
- See Also:
-