org.eclipse.actf.validation.core
Class ModelTransition
java.lang.Object
org.eclipse.actf.validation.core.ModelTransition
public class ModelTransition
- extends Object
The wrapper class used in defining the model transition elements for
an execution point target. The class consists of a regular expression
, a
rule base name
and an execution point name
.
- Author:
- John Buslawski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelTransition
public ModelTransition(String regexp,
String rulebaseName,
String execPointName)
- Parameters:
regexp
- rulebaseName
- execPointName
-
getExecutionPointName
public String getExecutionPointName()
- Returns:
- the execution point name
setExecutionPointName
public void setExecutionPointName(String execPointName)
- Parameters:
execPointName
- the execution point name to set
getRegexp
public String getRegexp()
- Returns:
- the regular expression
setRegexp
public void setRegexp(String regexp)
- Parameters:
regexp
- the regular expression to set
getRuleBaseName
public String getRuleBaseName()
- Returns:
- the RuleRase name
setRuleBaseName
public void setRuleBaseName(String rulebaseName)
- Parameters:
rulebaseName
- the IRule Base name to set