MCPcopy Create free account
hub / github.com/cschanck/single-file-java / Child

Interface Child

src/main/java/org/sfj/DrawDot.java:449–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 }
448
449 public interface Child {
450 void emit(DrawDot dot, PrintWriter writer, String indent) throws IOException;
451
452 String id();
453 }
454
455 public static class Node extends BaseAttributable<Node>
456 implements Child, Colored<Node>, Labeled<Node>, Shaped<Node>, NodeStyled<Node>, Commentable<Node> {

Callers 6

emitMethod · 0.65
emitMethod · 0.65
emitMethod · 0.65
emitMethod · 0.65
testSimpleMethod · 0.65
emitMethod · 0.65

Implementers 2

Graphsrc/main/java/org/sfj/DrawDot.java
Nodesrc/main/java/org/sfj/DrawDot.java

Calls

no outgoing calls

Tested by

no test coverage detected