org.eclipse.ocl.ecore.utilities
Interface OCLFactoryWithHiddenOpposite

All Known Implementing Classes:
OCLFactoryImpl, OCLFactoryWithHistory

public interface OCLFactoryWithHiddenOpposite

Adds the createOppositePropertyCallExp() method to OCLFactory so that existing factory implementations and in particular the UML factory implementation doesn't need to know about OppositePropertyCallExp.

Since:
3.1
Author:
Axel Uhl

Method Summary
 OppositePropertyCallExp createOppositePropertyCallExp()
          Returns a new object of class 'Opposite Property Call Exp'.
 

Method Detail

createOppositePropertyCallExp

OppositePropertyCallExp createOppositePropertyCallExp()
Returns a new object of class 'Opposite Property Call Exp'.

Returns:
a new object of class 'Opposite Property Call Exp'.
Since:
3.1
Generated