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