org.eclipse.ocl.ecore.parser
Class OCLFactoryWithHistory

java.lang.Object
  extended by org.eclipse.ocl.parser.OCLFactoryWithHistory
      extended by org.eclipse.ocl.ecore.parser.OCLFactoryWithHistory
All Implemented Interfaces:
OCLFactoryWithHiddenOpposite, OCLFactory

public class OCLFactoryWithHistory
extends OCLFactoryWithHistory
implements OCLFactoryWithHiddenOpposite

Since:
3.1

Field Summary
 
Fields inherited from class org.eclipse.ocl.parser.OCLFactoryWithHistory
delegate
 
Constructor Summary
OCLFactoryWithHistory(OCLFactory delegate)
           
 
Method Summary
 OppositePropertyCallExp createOppositePropertyCallExp()
          Returns a new object of class 'Opposite Property Call Exp'.
 
Methods inherited from class org.eclipse.ocl.parser.OCLFactoryWithHistory
clear, createAssociationClassCallExp, createBagType, createBooleanLiteralExp, createCollectionItem, createCollectionLiteralExp, createCollectionRange, createCollectionType, createCollectionType, createEnumLiteralExp, createIfExp, createIntegerLiteralExp, createInvalidLiteralExp, createIterateExp, createIteratorExp, createLetExp, createMessageExp, createNullLiteralExp, createOperationCallExp, createOperationMessageType, createOrderedSetType, createPropertyCallExp, createRealLiteralExp, createSequenceType, createSetType, createSignalMessageType, createStateExp, createStringLiteralExp, createTupleLiteralExp, createTupleLiteralPart, createTupleType, createTypeExp, createTypeType, createUnlimitedNaturalLiteralExp, createUnspecifiedValueExp, createVariable, createVariableExp, record
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLFactoryWithHistory

public OCLFactoryWithHistory(OCLFactory delegate)
Method Detail

createOppositePropertyCallExp

public OppositePropertyCallExp createOppositePropertyCallExp()
Description copied from interface: OCLFactoryWithHiddenOpposite
Returns a new object of class 'Opposite Property Call Exp'.

Specified by:
createOppositePropertyCallExp in interface OCLFactoryWithHiddenOpposite
Returns:
a new object of class 'Opposite Property Call Exp'.