Interface | Description |
---|---|
InputParserMsg |
This interface defines all functionality to manage messages resulting of parsing streams which specify P-systems
|
Class | Description |
---|---|
InputParserAbstractMsg |
This class provides the basic functionality for all kinds of messages, such
as information messages, warning messages and so on.
|
InputParserDecoratorMsg |
This class provides the basic functionality for all InputParserDecoratorMsg instances which
wrap another instance, as specified by Decorator pattern
|
InputParserMsgFactory |
This class provides a Factory for input parser messages
|
MsgInterval |
A class for representing messages interval, defined by both end and begin
column and line
|