1 package org.andromda.metafacades.emf.uml22; 2 3 /** 4 * MetafacadeLogic implementation for org.andromda.metafacades.uml.Topic. 5 * 6 * @see org.andromda.metafacades.uml.Topic 7 */ 8 public class TopicLogicImpl 9 extends TopicLogic 10 { 11 private static final long serialVersionUID = 34L; 12 /** 13 * @param metaObject 14 * @param context 15 */ 16 public TopicLogicImpl (final Object metaObject, final String context) 17 { 18 super (metaObject, context); 19 } 20 }