Skip to content

A NetLogo extension for interacting with Java system properties

Notifications You must be signed in to change notification settings

NetLogo/Props-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetLogo Props Extension

This extension allows you to read and write Java system properties from within NetLogo.

Building

Run sbt package. If compilation succeeds, props.jar will be created.

Using

The Props extension bears only a small collection of primitives—after all, its purpose is to interact with Java system properties, and there's not a whole of primitives that you need in order to do that. You can find explanation of the primitives below:

  • get <x>
    • Returns the value for the Java system property with the name given by <x>. Returns false if no such property is found.
  • set <x> <y>
    • Sets the value of the Java system property with the name given by <x> to be the value given by <y>.

Terms of Use

CC0

The NetLogo Props extension is in the public domain. To the extent possible under law, Uri Wilensky has waived all copyright and related or neighboring rights.

About

A NetLogo extension for interacting with Java system properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages