Index: lutingenerator/src/java/org/codelutin/generator/models/object/ObjectModelClassifier.java diff -u lutingenerator/src/java/org/codelutin/generator/models/object/ObjectModelClassifier.java:1.5 lutingenerator/src/java/org/codelutin/generator/models/object/ObjectModelClassifier.java:1.6 --- lutingenerator/src/java/org/codelutin/generator/models/object/ObjectModelClassifier.java:1.5 Thu Jul 15 16:35:25 2004 +++ lutingenerator/src/java/org/codelutin/generator/models/object/ObjectModelClassifier.java Wed Jan 4 13:29:11 2006 @@ -40,12 +40,22 @@ public abstract Collection getInterfaces(); /** - * Returns all operations defined on this classifier. - * @see ObjectModelOperation - * - * @return a Collection containing all ObjectModelOperation for this classifier. - */ - public abstract Collection getOperations(); + * Returns all operations defined on this classifier. + * + * @param name name of operation should be returned + * @return a Collection containing all ObjectModelOperation for this classifier. + * + * @see ObjectModelOperation + */ + public abstract Collection getOperations(String name); + + /** + * Returns all operations defined on this classifier. + * @see ObjectModelOperation + * + * @return a Collection containing all ObjectModelOperation for this classifier. + */ + public abstract Collection getOperations(); /** * Returns all operations defined on all interfaces implemented by this