Package net.sf.opendse.optimization.io
Interface SpecificationTransformer
public interface SpecificationTransformer
A
SpecificationTransformer
changes the Specification
before
the design space exploration starts.-
Method Summary
Modifier and TypeMethodDescriptionint
The priority changes the order in whichSpecificationTransformer
s are executed.void
transform
(Specification specification) Changes theSpecification
.
-
Method Details
-
transform
Changes theSpecification
.- Parameters:
specification
- the specification to change
-
getPriority
int getPriority()The priority changes the order in whichSpecificationTransformer
s are executed.- Returns:
- the priority
-