Interface PlainStoExParser
- All Superinterfaces:
GenericStoExParser
- All Known Implementing Classes:
PlainStoExParserImpl
Service interface for StoEx parsers.
The parser translates a serialized StoEx into an
Expression
.-
Method Summary
Modifier and TypeMethodDescriptionstatic PlainStoExParser
Creates an instance of thePlainStoExParser
.Methods inherited from interface org.palladiosimulator.commons.stoex.api.impl.generic.GenericStoExParser
parse
-
Method Details
-
createInstance
Creates an instance of thePlainStoExParser
.- Returns:
- Instance of
PlainStoExParser
-