|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExtractorType
A representation of the model object 'Type'. An extractor has the role of given the input array of for example strings to create a structure that hold exactly one complete message. An extractor actually returns an array of these structured objects.
The following features are supported:
Contains Line BreaksEnd PatternInclude End PatternInclude Start PatternLine Break SymbolReplace Line BreaksStart Pattern
ExtractorPackage.getExtractorType()| Method Summary | |
|---|---|
java.lang.String |
getEndPattern()
Returns the value of the 'End Pattern' attribute |
java.lang.String |
getLineBreakSymbol()
Returns the value of the 'Line Break Symbol' attribute |
java.lang.String |
getStartPattern()
Returns the value of the 'Start Pattern' attribute |
boolean |
isContainsLineBreaks()
Returns the value of the 'Contains Line Breaks' attribute |
boolean |
isIncludeEndPattern()
Returns the value of the 'Include End Pattern' attribute |
boolean |
isIncludeStartPattern()
Returns the value of the 'Include Start Pattern' attribute |
boolean |
isReplaceLineBreaks()
Returns the value of the 'Replace Line Breaks' attribute |
boolean |
isSetContainsLineBreaks()
Returns whether the value of the ' Contains Line Breaks' attribute is set |
boolean |
isSetIncludeEndPattern()
Returns whether the value of the ' Include End Pattern' attribute is set |
boolean |
isSetIncludeStartPattern()
Returns whether the value of the ' Include Start Pattern' attribute is set |
boolean |
isSetReplaceLineBreaks()
Returns whether the value of the ' Replace Line Breaks' attribute is set |
void |
setContainsLineBreaks(boolean value)
Sets the value of the ' Contains Line Breaks' attribute |
void |
setEndPattern(java.lang.String value)
Sets the value of the ' End Pattern' attribute |
void |
setIncludeEndPattern(boolean value)
Sets the value of the ' Include End Pattern' attribute |
void |
setIncludeStartPattern(boolean value)
Sets the value of the ' Include Start Pattern' attribute |
void |
setLineBreakSymbol(java.lang.String value)
Sets the value of the ' Line Break Symbol' attribute |
void |
setReplaceLineBreaks(boolean value)
Sets the value of the ' Replace Line Breaks' attribute |
void |
setStartPattern(java.lang.String value)
Sets the value of the ' Start Pattern' attribute |
void |
unsetContainsLineBreaks()
Unsets the value of the ' Contains Line Breaks' attribute |
void |
unsetIncludeEndPattern()
Unsets the value of the ' Include End Pattern' attribute |
void |
unsetIncludeStartPattern()
Unsets the value of the ' Include Start Pattern' attribute |
void |
unsetReplaceLineBreaks()
Unsets the value of the ' Replace Line Breaks' attribute |
| Methods inherited from interface org.eclipse.hyades.logging.adapter.model.internal.unit.ProcessUnitType |
|---|
getDescription, getProperty, getUniqueID, isDisabled, isSetDisabled, setDescription, setDisabled, setUniqueID, unsetDisabled |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
boolean isContainsLineBreaks()
isSetContainsLineBreaks(),
unsetContainsLineBreaks(),
setContainsLineBreaks(boolean),
ExtractorPackage.getExtractorType_ContainsLineBreaks()void setContainsLineBreaks(boolean value)
Contains Line Breaks' attribute.
value - the new value of the 'Contains Line Breaks' attribute.isSetContainsLineBreaks(),
unsetContainsLineBreaks(),
isContainsLineBreaks()void unsetContainsLineBreaks()
Contains Line Breaks' attribute.
isSetContainsLineBreaks(),
isContainsLineBreaks(),
setContainsLineBreaks(boolean)boolean isSetContainsLineBreaks()
Contains Line Breaks' attribute is set.
unsetContainsLineBreaks(),
isContainsLineBreaks(),
setContainsLineBreaks(boolean)java.lang.String getEndPattern()
setEndPattern(String),
ExtractorPackage.getExtractorType_EndPattern()void setEndPattern(java.lang.String value)
End Pattern' attribute.
value - the new value of the 'End Pattern' attribute.getEndPattern()boolean isIncludeEndPattern()
isSetIncludeEndPattern(),
unsetIncludeEndPattern(),
setIncludeEndPattern(boolean),
ExtractorPackage.getExtractorType_IncludeEndPattern()void setIncludeEndPattern(boolean value)
Include End Pattern' attribute.
value - the new value of the 'Include End Pattern' attribute.isSetIncludeEndPattern(),
unsetIncludeEndPattern(),
isIncludeEndPattern()void unsetIncludeEndPattern()
Include End Pattern' attribute.
isSetIncludeEndPattern(),
isIncludeEndPattern(),
setIncludeEndPattern(boolean)boolean isSetIncludeEndPattern()
Include End Pattern' attribute is set.
unsetIncludeEndPattern(),
isIncludeEndPattern(),
setIncludeEndPattern(boolean)boolean isIncludeStartPattern()
isSetIncludeStartPattern(),
unsetIncludeStartPattern(),
setIncludeStartPattern(boolean),
ExtractorPackage.getExtractorType_IncludeStartPattern()void setIncludeStartPattern(boolean value)
Include Start Pattern' attribute.
value - the new value of the 'Include Start Pattern' attribute.isSetIncludeStartPattern(),
unsetIncludeStartPattern(),
isIncludeStartPattern()void unsetIncludeStartPattern()
Include Start Pattern' attribute.
isSetIncludeStartPattern(),
isIncludeStartPattern(),
setIncludeStartPattern(boolean)boolean isSetIncludeStartPattern()
Include Start Pattern' attribute is set.
unsetIncludeStartPattern(),
isIncludeStartPattern(),
setIncludeStartPattern(boolean)java.lang.String getLineBreakSymbol()
setLineBreakSymbol(String),
ExtractorPackage.getExtractorType_LineBreakSymbol()void setLineBreakSymbol(java.lang.String value)
Line Break Symbol' attribute.
value - the new value of the 'Line Break Symbol' attribute.getLineBreakSymbol()boolean isReplaceLineBreaks()
isSetReplaceLineBreaks(),
unsetReplaceLineBreaks(),
setReplaceLineBreaks(boolean),
ExtractorPackage.getExtractorType_ReplaceLineBreaks()void setReplaceLineBreaks(boolean value)
Replace Line Breaks' attribute.
value - the new value of the 'Replace Line Breaks' attribute.isSetReplaceLineBreaks(),
unsetReplaceLineBreaks(),
isReplaceLineBreaks()void unsetReplaceLineBreaks()
Replace Line Breaks' attribute.
isSetReplaceLineBreaks(),
isReplaceLineBreaks(),
setReplaceLineBreaks(boolean)boolean isSetReplaceLineBreaks()
Replace Line Breaks' attribute is set.
unsetReplaceLineBreaks(),
isReplaceLineBreaks(),
setReplaceLineBreaks(boolean)java.lang.String getStartPattern()
setStartPattern(String),
ExtractorPackage.getExtractorType_StartPattern()void setStartPattern(java.lang.String value)
Start Pattern' attribute.
value - the new value of the 'Start Pattern' attribute.getStartPattern()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||