Interface IDtoExpressionInfo
- All Known Implementing Classes:
DtoExpressionInfo
public interface IDtoExpressionInfo
Dependency information of synthesized signal.
-
Method Summary
Modifier and TypeMethodDescriptionString[]
List of used signals.void
setInvolvedSignalIds
(String[] involvedSignalIds) List of used signals.
-
Method Details
-
getInvolvedSignalIds
String[] getInvolvedSignalIds()List of used signals. -
setInvolvedSignalIds
List of used signals.
-