public class MProcessableElement extends MElement
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCLUDE_NEVER
Never exclude plan candidates from apl.
|
static String |
EXCLUDE_WHEN_FAILED
Exclude failed plan candidates from apl.
|
static String |
EXCLUDE_WHEN_SUCCEEDED
Exclude succeeded plan candidates from apl.
|
static String |
EXCLUDE_WHEN_TRIED
Exclude tried plan candidates from apl.
|
CAPABILITY_SEPARATOR| Constructor and Description |
|---|
MProcessableElement(String name,
boolean posttoall,
boolean randomselection,
String excludemode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExcludeMode()
Get the excludemode.
|
boolean |
isPostToAll()
Test if is posttoall.
|
boolean |
isRandomSelection()
Test if is random selection.
|
boolean |
isRebuild()
Test if rebuild APL.
|
void |
setExcludeMode(String excludemode)
Set the excludemode.
|
void |
setPostToAll(boolean posttoall)
Set the posttoall.
|
void |
setRandomSelection(boolean randomselection)
Set the randomselection.
|
void |
setRebuild(boolean rebuild)
Set the rebuild.
|
getCapabilityName, getName, setNamepublic static final String EXCLUDE_NEVER
public static final String EXCLUDE_WHEN_TRIED
public static final String EXCLUDE_WHEN_FAILED
public static final String EXCLUDE_WHEN_SUCCEEDED
public boolean isPostToAll()
public boolean isRandomSelection()
public void setPostToAll(boolean posttoall)
posttoall - The posttoall to set.public void setRandomSelection(boolean randomselection)
randomselection - The randomselection to set.public boolean isRebuild()
public void setRebuild(boolean rebuild)
rebuild - The rebuild to set.public String getExcludeMode()
public void setExcludeMode(String excludemode)
excludemode - The excludemode to set.Copyright © 2015. All Rights Reserved.