MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getPatternText

Method getPatternText

src/main/java/gate/creole/annic/Pattern.java:127–129  ·  view source on GitHub ↗

Returns the text of the pattern

()

Source from the content-addressed store, hash-verified

125 * Returns the text of the pattern
126 */
127 public String getPatternText() {
128 return patternText;
129 }
130
131 /**
132 * Returns the text of the pattern between the given offsets

Callers 4

toXMLMethod · 0.95
updateStackViewMethod · 0.95
getValueAtMethod · 0.95
generateHTMLTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected