org.processmining.plugins.log.abstraction.mapping.suggestion
Class Match

java.lang.Object
  extended by org.processmining.plugins.log.abstraction.mapping.suggestion.Match

public class Match
extends java.lang.Object

Author:
Thomas Baier

Field Summary
protected  java.lang.String completeTestString
           
protected  java.lang.String fullText
           
protected  java.lang.String matchPoint
           
protected  java.lang.String matchPointRef
           
protected  java.lang.String matchType
           
protected  java.lang.String testString
           
 
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)
           
 
Method Summary
 java.lang.String getCompleteTestString()
           
 java.lang.String getFullText()
           
 java.lang.String getMatchPoint()
           
 java.lang.String getMatchPointRef()
           
 java.lang.String getMatchType()
           
 java.lang.String getTestString()
           
 void setCompleteTestString(java.lang.String completeTestString)
           
 void setFullText(java.lang.String fullText)
           
 void setMatchPoint(java.lang.String matchPoint)
           
 void setMatchPointRef(java.lang.String matchPointRef)
           
 void setMatchType(java.lang.String matchType)
           
 void setTestString(java.lang.String testString)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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()
Method Detail

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