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

Method setFeatures

src/main/java/gate/util/FeatureBearer.java:34–34  ·  view source on GitHub ↗

Set the feature set

(FeatureMap features)

Source from the content-addressed store, hash-verified

32
33 /** Set the feature set */
34 public void setFeatures(FeatureMap features);
35
36} // interface FeatureBearer

Callers 10

testCreationMethod · 0.65
unpackMarkupMethod · 0.65
getDocumentFormatMethod · 0.65
createResourceMethod · 0.65
SerialCorpusImplMethod · 0.65
setTransientSourceMethod · 0.65
readGateXmlDocumentMethod · 0.65
startElementMethod · 0.65
initLocalDataMethod · 0.65
setValueAtMethod · 0.65

Implementers 7

AbstractFeatureBearersrc/main/java/gate/util/AbstractFeatur
DocumentFormatsrc/main/java/gate/DocumentFormat.java
AbstractVisualResourcesrc/main/java/gate/creole/AbstractVisu
SimpleRelationsrc/main/java/gate/relations/SimpleRel
FeatureMapEditorDialogsrc/main/java/gate/gui/FeatureMapEdito
FeaturesSchemaEditorsrc/main/java/gate/gui/FeaturesSchemaE
SerialDatastoreViewersrc/main/java/gate/gui/SerialDatastore

Calls

no outgoing calls

Tested by 1

testCreationMethod · 0.52