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

Method getTransformationHandler

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

Source from the content-addressed store, hash-verified

658 }
659
660 public IHandleTransformations getTransformationHandler() {
661 if (mTransformationHandler == null) mTransformationHandler = this.createTransformationHandler();
662 if (mTransformationHandler == null) throw new UnsupportedOperationException();
663 else return mTransformationHandler;
664 }
665
666 public DDF setTransformationHandler(IHandleTransformations aTransformationHandler) {
667 this.mTransformationHandler = aTransformationHandler;

Callers 3

initializeMethod · 0.95
getFlattenedDDFMethod · 0.95

Calls 1

Tested by

no test coverage detected