Operation
Function
This is a "weak" link in the sense that the Operation will not be deleted if the Function is deleted. @author Torgil Zethson
50515253545556
visitor.visit(this); } @Override protected EntityLink createOperationLink(Operation op) { return new OperationFunctionLink(getContent(), op); }
61626364656667
return Transformation.isPassThrough(getContent()); } @Override protected EntityLink createOperationLink(Operation op) { return new OperationFunctionLink(getContent(), op); }