public interface IMGoal extends IMProcessableElement
Modifier and Type | Method and Description |
---|---|
int |
getCardinality()
Get the cardinality.
|
IMCondition |
getContextCondition()
Get the context condition.
|
IMCondition |
getCreationCondition()
Get the creation condition.
|
IMCondition |
getDropCondition()
Get the drop condition.
|
String[] |
getExcludedParameters()
Get excluded parameters.
|
String |
getExcludeMode()
Get the exlcude mode.
|
IMInhibited[] |
getInhibitedGoals()
Get inhibited goals.
|
IMCondition |
getRecurCondition()
Get the recur condition.
|
long |
getRecurDelay()
Get the retry delay.
|
long |
getRetryDelay()
Get the retry delay.
|
boolean |
isRebuild()
Test if rebuild APL.
|
boolean |
isRecur()
Test if is recur.
|
boolean |
isRetry()
Test if is retry.
|
boolean |
isUnique()
Test if goal should be unique.
|
isPostToAll, isRandomSelection
getParameter, getParameters, getParameterSet, getParameterSets
getAssigntos, isExported
getDescription, getName
IMCondition getCreationCondition()
IMCondition getContextCondition()
IMCondition getDropCondition()
boolean isRetry()
long getRetryDelay()
boolean isRecur()
long getRecurDelay()
IMCondition getRecurCondition()
String getExcludeMode()
boolean isRebuild()
boolean isUnique()
String[] getExcludedParameters()
IMInhibited[] getInhibitedGoals()
int getCardinality()
Copyright © 2012. All Rights Reserved.