package org.omg.uml.behavioralelements.statemachines; /** * SynchState class proxy interface. * * <p><em><strong>Note:</strong> This type should not be subclassed or implemented * by clients. It is generated from a MOF metamodel and automatically implemented * by MDR (see <a href="http://mdr.netbeans.org/">mdr.netbeans.org</a>).</em></p> */ public interface SynchStateClass extends javax.jmi.reflect.RefClass { /** * The default factory operation used to create an instance object. * @return The created instance object. */ public SynchState createSynchState(); /** * Creates an instance object having attributes initialized by the passed * values. * @param name * @param visibility * @param isSpecification * @param bound * @return The created instance object. */ public SynchState createSynchState(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification, int bound); }