|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.simulink.targetlink.TargetLinkDataResolver
public class TargetLinkDataResolver
This visitor identifies Targetlink blocks, parses their data, unfolds it and stores it as normal parameters at the block. The parameter names of nestes Targetlink structs are separated by "/".
Field Summary | |
---|---|
static java.lang.String |
PARAMETER_SEPARATOR
Separator for Targetlink parameter names. |
Constructor Summary | |
---|---|
TargetLinkDataResolver()
|
Method Summary | |
---|---|
void |
visit(SimulinkBlock block)
If this is a Targetlink block, parse Targetlink data, resolve the structs and stores parameters at the block. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PARAMETER_SEPARATOR
Constructor Detail |
---|
public TargetLinkDataResolver()
Method Detail |
---|
public void visit(SimulinkBlock block) throws SimulinkModelBuildingException
SimulinkModelBuildingException
|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |