1 package org.omg.mof.Model; 2 3 4 10 11 12 public interface GeneralizesOperations extends org.omg.mof.Reflective.RefAssociationOperations 14 { 15 org.omg.mof.Model.GeneralizesLink[] all_generalizes_Links () throws org.omg.mof.Reflective.MofError; 16 boolean exists (org.omg.mof.Model.GeneralizableElement supertype, org.omg.mof.Model.GeneralizableElement subtype) throws org.omg.mof.Reflective.MofError; 17 org.omg.mof.Model.GeneralizableElement[] supertype (org.omg.mof.Model.GeneralizableElement subtype) throws org.omg.mof.Reflective.MofError; 18 org.omg.mof.Model.GeneralizableElement[] subtype (org.omg.mof.Model.GeneralizableElement supertype) throws org.omg.mof.Reflective.MofError; 19 void add (org.omg.mof.Model.GeneralizableElement supertype, org.omg.mof.Model.GeneralizableElement subtype) throws org.omg.mof.Reflective.MofError; 20 void modify_supertype (org.omg.mof.Model.GeneralizableElement supertype, org.omg.mof.Model.GeneralizableElement subtype, org.omg.mof.Model.GeneralizableElement new_supertype) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 21 void modify_subtype (org.omg.mof.Model.GeneralizableElement supertype, org.omg.mof.Model.GeneralizableElement subtype, org.omg.mof.Model.GeneralizableElement new_subtype) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 22 void remove (org.omg.mof.Model.GeneralizableElement supertype, org.omg.mof.Model.GeneralizableElement subtype) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 23 } | Popular Tags |