GenericConstraintKind : public <<enumeration>> class
Created: 2010-02-23 15:10:31
Modified: 2010-06-01 15:19:41
Project:
Advanced:
<p>Enumeration for different type of constraints.<br/></p><p><br/></p><p>Semantics:<br/></p><p>The semantics is defined on each literal.<br/></p>
Attribute Details
public
  cableLength
<<enum>>
Notes: The length of the cable.
public
  developmentCost
<<enum>>
Notes: The overall development cost.
public
  functionAllocationDifferentNodes
<<enum>>
Notes: The targets (the DesignFunctions) shall be allocated on different Nodes.<br /><br />This constraint needs to be implemented by appropriate FunctionAllocations in the DesignLevel.
public
  functionAllocationSameNode
<<enum>>
Notes: The targets (the DesignFunctions) shall be allocated on the same Node.<br /><br />This constraint needs to be implemented by appropriate FunctionAllocations in the DesignLevel.
public
  powerConsumption
<<enum>>
Notes: The power consumption of the unit.
public
  powerSupplyIndependent
<<enum>>
Notes: The targets (the DesignFunctions) shall be allocated to Nodes with independent power supplies.<br /><br />This constraint needs to be implemented by appropriate FunctionAllocations in the DesignLevel.
public
  pieceCost
<<enum>>
Notes: The costs per piece.
public
  standard
<<enum>>
Notes: The standard (e.g., ISO26262) that is the basis for development of the target.
public
  weight
<<enum>>
Notes: The physical weight of the unit.
public
  other
<<enum>>
 
public
  spaceRedundancy
<<enum>>
Notes: The targets are replicated for redundancy, genericConstraintValue times.
public
  timeRedundancy
<<enum>>
Notes: The targets are executed with time redundancy, genericConstraintValue times.