Modifier and Type | Method and Description |
---|---|
IParser |
AbstractParserFactory.createInputParserThroughExtension(java.lang.String fileExtension)
Looks if there's any input format whose files correspond to the extension given and returns an input format which parses that format
|
IParser |
AbstractParserFactory.createParser(java.lang.String formatName)
Creates a IParser instance according to the given format
|
Modifier and Type | Class and Description |
---|---|
class |
InputParser
This class provides the common functionality for all input parsers
|
Modifier and Type | Class and Description |
---|---|
class |
PlinguaInputParser
This class reads a P system encoded on a P-Lingua file
|
Modifier and Type | Class and Description |
---|---|
class |
XMLCellLikeInputParser
This class reads a P-system encoded on a XML format file
|
Modifier and Type | Class and Description |
---|---|
class |
OutputParser
An abstract class for an output parser
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryOutputParserFactory
This class writes a P system in a binary file
|
Modifier and Type | Class and Description |
---|---|
class |
XMLCellLikeOutputParser
This class writes a P system in an XML file
|