Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.application.elements
Interface Package

All Superinterfaces:
Element

public interface Package
extends Element

Represents a Package element.

The package has a name but does not represent a single Package instance but a set of class elements.

Author:
Martin Kersten

Method Summary
 ElementSet getClasses()
          Returns the set of classes belonging to the package.
 
Methods inherited from interface jmt.application.elements.Element
getName, getResults
 

Method Detail

getClasses

public ElementSet getClasses()
Returns the set of classes belonging to the package.

Returns:
The set of classes belonging to the package