net.sourceforge.nrl.parser.model.uml2
Class UML2Package
java.lang.Object
net.sourceforge.nrl.parser.model.AbstractModelElement
net.sourceforge.nrl.parser.model.AbstractPackage
net.sourceforge.nrl.parser.model.uml2.UML2Package
- All Implemented Interfaces:
- IModelElement, IPackage
public class UML2Package
- extends AbstractPackage
A package implementation that wraps a UML2 Package objects.
Methods inherited from class net.sourceforge.nrl.parser.model.AbstractModelElement |
addChild, getContainingPackage, getDescendants, getName, getOriginalName, getParent, getQualifiedName, getUserData, isAssignableFrom, isSupplementary, setName, setOriginalName, setParent, setSupplementary, setUserData |
UML2Package
public UML2Package(Package _package,
IPackage container)
getDocumentation
public List<String> getDocumentation()
- Return any documentation associated with the UML package.
- Returns:
- the documentation as a list of strings, or an empty list
getUML2
public Package getUML2()
- Return the UML2 package wrapped by this class.
- Returns:
- the package
Copyright © 2006-2010 Christian Nentwich and others