class ParallelEnvironmentInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ParallelEnvironmentInfo.AllocationRule |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
ALLOCATION_FILL_UP |
private static java.lang.String |
ALLOCATION_PE_SLOTS |
private static java.lang.String |
ALLOCATION_ROUND_ROBIN |
private ParallelEnvironmentInfo.AllocationRule |
allocationRule |
private java.lang.String |
name |
private int |
ppn |
private int |
slots |
Constructor and Description |
---|
ParallelEnvironmentInfo(java.util.Map<java.lang.String,java.lang.String> info) |
ParallelEnvironmentInfo(java.lang.String name,
int slots,
ParallelEnvironmentInfo.AllocationRule allocationRule,
int ppn) |
Modifier and Type | Method and Description |
---|---|
ParallelEnvironmentInfo.AllocationRule |
getAllocationRule() |
java.lang.String |
getName() |
int |
getPpn() |
int |
getSlots() |
java.lang.String |
toString() |
private static final java.lang.String ALLOCATION_PE_SLOTS
private static final java.lang.String ALLOCATION_ROUND_ROBIN
private static final java.lang.String ALLOCATION_FILL_UP
private final java.lang.String name
private final int slots
private final ParallelEnvironmentInfo.AllocationRule allocationRule
private final int ppn
ParallelEnvironmentInfo(java.util.Map<java.lang.String,java.lang.String> info) throws XenonException
XenonException
ParallelEnvironmentInfo(java.lang.String name, int slots, ParallelEnvironmentInfo.AllocationRule allocationRule, int ppn)
public java.lang.String getName()
public int getSlots()
public ParallelEnvironmentInfo.AllocationRule getAllocationRule()
public int getPpn()
public java.lang.String toString()
toString
in class java.lang.Object