Package org.yamcs.studio.data.sim
Class NameParser
java.lang.Object
org.yamcs.studio.data.sim.NameParser
Utility class to parse variable names and create simulated signals.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SimFunction<?>
createFunction
(String string) Given a string representing a function call, finds the appropriate call matching the function name, and the appropriate constructor and instantiates it.
-
Constructor Details
-
NameParser
public NameParser()
-
-
Method Details
-
createFunction
Given a string representing a function call, finds the appropriate call matching the function name, and the appropriate constructor and instantiates it.- Parameters:
string
- the function call- Returns:
- the function
-