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

Method getRepresentationHandler

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

Source from the content-addressed store, hash-verified

721
722
723 public IHandleRepresentations getRepresentationHandler() {
724 if (mRepresentationHandler == null) mRepresentationHandler = this.createRepresentationHandler();
725 if (mRepresentationHandler == null) throw new UnsupportedOperationException();
726 else return mRepresentationHandler;
727 }
728
729 public DDF setRepresentationHandler(IHandleRepresentations aRepresentationHandler) {
730 this.mRepresentationHandler = aRepresentationHandler;

Callers 15

copyFromMethod · 0.95
rocMethod · 0.95
testRepresentDDFMethod · 0.95
initializeMethod · 0.95
updateInplaceMethod · 0.95
getRDDMethod · 0.80
saveAsTableMethod · 0.80
cleanupMethod · 0.80
mergeMethod · 0.80
convertDDFMethod · 0.80

Calls 1

Tested by 3

testRepresentDDFMethod · 0.76