Package | Description |
---|---|
org.polarsys.chess.multicore.dialogs | |
org.polarsys.chess.multicore.utils |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CHCore,java.util.LinkedHashSet<java.lang.Object>> |
CoreSelectorDialog.getResult()
Gets the result.
|
Constructor and Description |
---|
CoreSelectorDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.papyrus.infra.widgets.selectors.ReferenceSelector referenceSelector,
org.eclipse.emf.common.util.EList<CHCore> cores,
org.eclipse.uml2.uml.Package pack,
org.eclipse.emf.common.util.EList<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assignments,
int mode,
java.lang.String title)
Open core selector dialog for Assign partition to cores or assign components to cores or assign tasks to cores.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<CHCore> |
QueryUtils.getCores(org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.CH_HwProcessor processor)
Gets the cores.
|
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedHashSet<java.lang.Object> |
QueryUtils.getComponentsAssigned2Core(CHCore core,
org.eclipse.emf.common.util.EList<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assignments)
Given the Core (and related processor) get the list of components that are
assigned to it.
|
static java.util.LinkedHashSet<java.lang.Object> |
QueryUtils.getPartitionsAssigned2Core(CHCore core,
org.eclipse.emf.common.util.EList<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assignments)
Given the Core (and related processor) get the list of partitions that are
assigned to it.
|
static java.util.LinkedHashSet<java.lang.Object> |
QueryUtils.getTasksAssigned2Core(CHCore core,
org.eclipse.uml2.uml.Package pack,
org.eclipse.emf.common.util.EList<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assignments)
Given the Core (and related processor) get the list of tasks that are
assigned to it.
|
Modifier and Type | Method and Description |
---|---|
static void |
QueryUtils.buildInstance2CoreAssignments(org.eclipse.uml2.uml.Component hwSystem,
java.util.Map<CHCore,java.util.LinkedHashSet<java.lang.Object>> result)
Builds the instance 2 core assignments.
|
static void |
QueryUtils.buildPartition2CoreAssignments(org.eclipse.uml2.uml.Component parent,
java.util.Map<CHCore,java.util.LinkedHashSet<java.lang.Object>> result)
Create all the Partition to Core Assignments.
|
static void |
GeneratorUtils.buildTask2CoreAssociations(org.eclipse.uml2.uml.Component hwSystem,
java.util.Map<CHCore,java.util.LinkedHashSet<java.lang.Object>> result)
Builds the task 2 core associations.
|