org.processmining.plugins.log.abstraction.mapping.suggestion
Class Match
java.lang.Object
org.processmining.plugins.log.abstraction.mapping.suggestion.Match
public class Match
- extends java.lang.Object
- Author:
- Thomas Baier
|
Constructor Summary |
Match()
|
Match(java.lang.String completeTestString,
java.lang.String testString,
java.lang.String matchType,
java.lang.String matchPoint,
java.lang.String fullText,
java.lang.String matchPointRef)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
completeTestString
protected java.lang.String completeTestString
testString
protected java.lang.String testString
matchType
protected java.lang.String matchType
matchPoint
protected java.lang.String matchPoint
fullText
protected java.lang.String fullText
matchPointRef
protected java.lang.String matchPointRef
Match
public Match(java.lang.String completeTestString,
java.lang.String testString,
java.lang.String matchType,
java.lang.String matchPoint,
java.lang.String fullText,
java.lang.String matchPointRef)
- Parameters:
completeTestString - testString - matchType - matchPoint - fullText - matchPointRef -
Match
public Match()
getCompleteTestString
public java.lang.String getCompleteTestString()
- Returns:
- the completeTestString
setCompleteTestString
public void setCompleteTestString(java.lang.String completeTestString)
- Parameters:
completeTestString - the completeTestString to set
getTestString
public java.lang.String getTestString()
- Returns:
- the testString
setTestString
public void setTestString(java.lang.String testString)
- Parameters:
testString - the testString to set
getMatchType
public java.lang.String getMatchType()
- Returns:
- the matchType
setMatchType
public void setMatchType(java.lang.String matchType)
- Parameters:
matchType - the matchType to set
getMatchPoint
public java.lang.String getMatchPoint()
- Returns:
- the matchPoint
setMatchPoint
public void setMatchPoint(java.lang.String matchPoint)
- Parameters:
matchPoint - the matchPoint to set
getFullText
public java.lang.String getFullText()
- Returns:
- the fullText
setFullText
public void setFullText(java.lang.String fullText)
- Parameters:
fullText - the fullText to set
getMatchPointRef
public java.lang.String getMatchPointRef()
- Returns:
- the matchPointRef
setMatchPointRef
public void setMatchPointRef(java.lang.String matchPointRef)
- Parameters:
matchPointRef - the matchPointRef to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object