Package | Description |
---|---|
org.polarsys.chess.multicore | |
org.polarsys.chess.multicore.utils |
Constructor and Description |
---|
ReferenceSelectorNoDoubleClick(boolean unique,
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.InstanceSpecification> instSpecNotYetAssignedToPartition,
org.eclipse.emf.common.util.EList<CHTask> taskNotYetAssignedToPartition)
Instantiates a new reference selector no double click.
|
Modifier and Type | Method and Description |
---|---|
static CHTask |
QueryUtils.getTaskFromSlot(org.eclipse.uml2.uml.Element element)
Returns the CHTask associated to the given element (if this is a CHRTPortSlot).
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<CHTask> |
QueryUtils.getAllTaskInstances(org.eclipse.uml2.uml.Model umlModel)
Gets the all task instances.
|
static org.eclipse.emf.common.util.EList<CHTask> |
QueryUtils.getCHTasksList(org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.InstanceSpecification> instances)
Gets the CH tasks list.
|
static java.util.HashMap<CHTask,org.eclipse.emf.common.util.EList<CHTask>> |
QueryUtils.getOperationChain(org.eclipse.uml2.uml.Model umlModel,
org.eclipse.emf.common.util.EList<CHTask> chtasks)
Gets the operation chain.
|
static java.util.HashMap<CHTask,org.eclipse.emf.common.util.EList<CHTask>> |
QueryUtils.getOperationChain(org.eclipse.uml2.uml.Model umlModel,
org.eclipse.emf.common.util.EList<CHTask> chtasks)
Gets the operation chain.
|
static java.util.HashMap<org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtSpecification,org.eclipse.emf.common.util.EList<CHTask>> |
QueryUtils.getOperationChain2(org.eclipse.uml2.uml.Model umlModel,
java.util.Set<org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.CHRtSpecification> chtasks)
Gets the operation chain 2.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryUtils.isTaskAssigned2Core(CHTask t,
org.eclipse.emf.common.util.EList<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assignments)
Returns true if the given task is assigned to a core, false otherwise.
|
static boolean |
QueryUtils.isTaskAssigned2Core(CHTask task,
org.eclipse.uml2.uml.Package pack,
org.eclipse.emf.common.util.EList<org.eclipse.papyrus.MARTE.MARTE_Foundations.Alloc.Assign> assignments)
Returns TRUE if the given Task is assigned to a Core in the Deployment
identified by the given package.
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<CHTask,org.eclipse.emf.common.util.EList<CHTask>> |
QueryUtils.getOperationChain(org.eclipse.uml2.uml.Model umlModel,
org.eclipse.emf.common.util.EList<CHTask> chtasks)
Gets the operation chain.
|