1 package org.omg.uml.behavioralelements.collaborations;2 3 public interface InteractionClass extends javax.jmi.reflect.RefClass {4 public Interaction createInteraction();5 public Interaction createInteraction(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification);6 }7