Class Summary |
ElementCollector |
Responsible for building an intermediate model from the contents of an
InputStream. |
ElementImpl |
The default implementation of the FileElement interface. |
ElementParsingService |
Deprecated. this is now handled in the StreamParser class |
ElementText |
|
ElementType |
ElementType represents the set of independent entities in a UML diagram,
such class, interface, actor, etc. |
Feature |
This represents an instance of a FeatureType derived from a FileElement. |
FeatureType |
An enumerations of compartments types that can exist inside an element, such
as operations, dependencies and attributes. |
StreamParser |
This class is responsible for parsing an InputStream and reporting all
discovered elements to the ElementCollector. |
StreamProcessor |
Deprecated. Use StreamParser |