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

Method newFeatureMap

src/main/java/gate/Factory.java:813–815  ·  view source on GitHub ↗

Create a new FeatureMap.

()

Source from the content-addressed store, hash-verified

811
812 /** Create a new FeatureMap. */
813 public static FeatureMap newFeatureMap() {
814 return new SimpleFeatureMapImpl();
815 } // newFeatureMap
816
817 /** Open an existing DataStore. */
818 public static DataStore openDataStore(String dataStoreClassName,

Callers 15

setUpMethod · 0.95
testTypeIndexMethod · 0.95
testAddWithNodesMethod · 0.95
testNodesByOffsetMethod · 0.95
testAnnotationSetMethod · 0.95
_testGapMethod · 0.95
testDocumentOrderMethod · 0.95
testAddDuplicateIDMethod · 0.95
testEditMethod · 0.95
testExplicitMimeTypeMethod · 0.95

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.76
testTypeIndexMethod · 0.76
testAddWithNodesMethod · 0.76
testNodesByOffsetMethod · 0.76
testAnnotationSetMethod · 0.76
_testGapMethod · 0.76
testDocumentOrderMethod · 0.76
testAddDuplicateIDMethod · 0.76
testEditMethod · 0.76
testExplicitMimeTypeMethod · 0.76