Interface StoExParser

All Superinterfaces:
org.palladiosimulator.commons.stoex.api.impl.generic.GenericStoExParser
All Known Implementing Classes:
StoExParserImpl

public interface StoExParser extends org.palladiosimulator.commons.stoex.api.impl.generic.GenericStoExParser
Service interface for StoEx parsers. The parser translates a serialized StoEx into an Expression. You can acquire an instance of the parser via OSGi declarative services or use the createInstance() method.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Creates an instance of the StoExParser.

    Methods inherited from interface org.palladiosimulator.commons.stoex.api.impl.generic.GenericStoExParser

    parse