示例#1
0
 /** @return a list of RIDS of other routers with cnf transports installed */
 public jprime.variable.OpaqueVariable getCnfRouters() {
   jprime.variable.OpaqueVariable temp =
       (jprime.variable.OpaqueVariable) getAttributeByName(ModelNodeVariable.cnf_routers());
   if (null != temp) return temp;
   return (jprime.variable.OpaqueVariable)
       this.getReplicatedNode().getAttributeByName(ModelNodeVariable.cnf_routers());
 }