Package | Description |
---|---|
org.polarsys.chess.multicore.utils |
Modifier and Type | Method and Description |
---|---|
static void |
GeneratorUtils.buildTask2SuperTaskAssociations(org.eclipse.uml2.uml.Component hwSystem,
java.util.HashMap<SupertaskInfo,java.util.LinkedHashSet<java.lang.Object>> core2supertask,
java.util.List<SupertaskInfo> supertaskInfoList)
Builds the task 2 super task associations.
|
static void |
GeneratorUtils.buildTask2SuperTaskAssociations(org.eclipse.uml2.uml.Component hwSystem,
java.util.HashMap<SupertaskInfo,java.util.LinkedHashSet<java.lang.Object>> core2supertask,
java.util.List<SupertaskInfo> supertaskInfoList)
Builds the task 2 super task associations.
|
static org.eclipse.uml2.uml.InstanceSpecification |
GeneratorUtils.writeSupertaskinfo(java.util.List<SupertaskInfo> supertaskInfoList)
Write supertaskinfo.
|