MCPcopy Create free account
hub / github.com/ddf-project/DDF / getMLSupporter

Method getMLSupporter

core/src/main/java/io/ddf/DDF.java:818–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

816 }
817
818 public ISupportML getMLSupporter() {
819 if (mMLSupporter == null) mMLSupporter = this.createMLSupporter();
820 if (mMLSupporter == null) throw new UnsupportedOperationException();
821 else return mMLSupporter;
822 }
823
824 public DDF setMLSupporter(ISupportML aMLSupporter) {
825 this.mMLSupporter = aMLSupporter;

Callers 1

initializeMethod · 0.95

Calls 1

createMLSupporterMethod · 0.95

Tested by

no test coverage detected