org.nlogo.api
Interface HubNetWorkspaceInterface

All Superinterfaces:
org.nlogo.api.CompilerServices
All Known Implementing Classes:
AbstractWorkspace, DummyAbstractWorkspace, HeadlessWorkspace

public interface HubNetWorkspaceInterface
extends org.nlogo.api.CompilerServices


Method Summary
 void computerHubNetRunning(boolean running)
           
 WorldPropertiesInterface getPropertiesInterface()
           
 String modelNameForDisplay()
           
 
Methods inherited from interface org.nlogo.api.CompilerServices
autoConvert, checkCommandSyntax, checkReporterSyntax, findProcedurePositions, getTokenAtPosition, isValidIdentifier, readFromString, readNumberFromString, tokenizeForColorization
 

Method Detail

getPropertiesInterface

WorldPropertiesInterface getPropertiesInterface()

computerHubNetRunning

void computerHubNetRunning(boolean running)

modelNameForDisplay

String modelNameForDisplay()