class NetworkApp def initialize(cluster) super cluster.getApp(:networkNode) assert{networkNode} @networkNode=networkNode end end