// This is the Host class graph. Compile this separately package HostPackage; public class Host { public String str = "johan rulez!"; public String toModify() { return str; } // will be mapped to readOp }