org.eclipse.actf.validation.core
Class ModelTransition

java.lang.Object
  extended by 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

Constructor Summary
ModelTransition(String regexp, String rulebaseName, String execPointName)
           
 
Method Summary
 String getExecutionPointName()
           
 String getRegexp()
           
 String getRuleBaseName()
           
 void setExecutionPointName(String execPointName)
           
 void setRegexp(String regexp)
           
 void setRuleBaseName(String rulebaseName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelTransition

public ModelTransition(String regexp,
                       String rulebaseName,
                       String execPointName)
Parameters:
regexp -
rulebaseName -
execPointName -
Method Detail

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