Package org.nlogo.nvm

Examples of org.nlogo.nvm.Reference


  public _observervariable(int vn) {
    this.vn = vn;
  }

  public Reference makeReference() {
    return new Reference(Observer.class, vn, this);
  }
View Full Code Here


      return super.toString() + ":" + vn;
    }
  }

  public Reference makeReference() {
    return new Reference(Patch.class, vn, this);
  }
View Full Code Here

TOP

Related Classes of org.nlogo.nvm.Reference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.