simulink

edu.tum.cs.simulink.model.stateflow
Class StateflowTarget

java.lang.Object
  extended by edu.tum.cs.simulink.model.ParameterizedElement
      extended by edu.tum.cs.simulink.model.stateflow.StateflowElementBase<StateflowMachine>
          extended by edu.tum.cs.simulink.model.stateflow.StateflowTarget
All Implemented Interfaces:
IStateflowElement<StateflowMachine>

public class StateflowTarget
extends StateflowElementBase<StateflowMachine>

A Stateflow target object. Stateflow uses targets for generating C-Code which is used for simulation.

Version:
$Rev: 26285 $
Author:
deissenb, $Author: juergens $
Rating:
GREEN Hash: 566C516ECCBC04E1B2D75F840BC8769F

Constructor Summary
StateflowTarget()
          Create new target.
 
Method Summary
 StateflowTarget deepClone()
          Deep clone the target.
 void remove()
          Remove this target from the model.
 
Methods inherited from class edu.tum.cs.simulink.model.stateflow.StateflowElementBase
getParent, getStateflowId, toString
 
Methods inherited from class edu.tum.cs.simulink.model.ParameterizedElement
getDeclaredParameter, getDeclaredParameterNames, getParameter, getParameterNames, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateflowTarget

public StateflowTarget()
Create new target.

Method Detail

remove

public void remove()
Remove this target from the model.

Specified by:
remove in interface IStateflowElement<StateflowMachine>
Specified by:
remove in class StateflowElementBase<StateflowMachine>

deepClone

public StateflowTarget deepClone()
Deep clone the target.


simulink

simulink - 2.7