Interface StoExSerialiser
- All Superinterfaces:
org.palladiosimulator.commons.stoex.api.impl.generic.GenericStoExSerialiser
- All Known Implementing Classes:
StoExSerialiserImpl
public interface StoExSerialiser
extends org.palladiosimulator.commons.stoex.api.impl.generic.GenericStoExSerialiser
Service interface for StoEx serialisers.
The serialiser transforms an
Expression
to human readable conrete syntax. You can acquire
an instance of the parser via OSGi declarative services or use the createInstance()
method.-
Method Summary
Modifier and TypeMethodDescriptionstatic StoExSerialiser
Creates an instance of theStoExSerialiser
.Methods inherited from interface org.palladiosimulator.commons.stoex.api.impl.generic.GenericStoExSerialiser
serialise, serialise
-
Method Details
-
createInstance
Creates an instance of theStoExSerialiser
.- Returns:
- Instance of
StoExSerialiser
-