Package org.emftrace.emffit.history.items

Examples of org.emftrace.emffit.history.items.PortingHistoryItem


   
    String oldFeatureName = firstMoveOp.getFeatureName();
    String newFeatureName = secondMoveOp.getFeatureName();
       
    result.add( new PortingHistoryItem(modelElementId, indexOldParent, indexNewParent, oldParent, newParent, oldFeatureName, newFeatureName, newFeatureName, firstMoveOp.getClientDate()));
    return result;
  }
View Full Code Here

TOP

Related Classes of org.emftrace.emffit.history.items.PortingHistoryItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.