net.sourceforge.nrl.parser.model.uml2
Class UML2Helper

java.lang.Object
  extended by net.sourceforge.nrl.parser.model.uml2.UML2Helper

public class UML2Helper
extends Object

A class with static helper methods.


Constructor Summary
UML2Helper()
           
 
Method Summary
static List<String> extractComments(Element modelElement)
          Extract a list of comments from a UML2 model element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UML2Helper

public UML2Helper()
Method Detail

extractComments

public static List<String> extractComments(Element modelElement)
Extract a list of comments from a UML2 model element.

Parameters:
modelElement - the element
Returns:
the comments


Copyright © 2006-2010 Christian Nentwich and others