c

org.nlogo.agent

ImporterJ

abstract class ImporterJ extends ImportErrorHandler

Source
ImporterJ.java
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImporterJ
  2. ImportErrorHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImporterJ(errorHandler: ErrorHandler, world: World, importerUser: ImporterUser, stringReader: StringReader)

Value Members

  1. def hasMoreLines(returnBlankLines: Boolean): Boolean

    returns

    whether there more lines in the current section, that is, if we have not yet reached the next sentinel (or reached end of file)

  2. def importExtensionData(): Unit
  3. def importWorld(fileBuff: BufferedReader): Unit
  4. def next(): String
  5. def showError(title: String, message: String, defaultAction: String): Unit
    Definition Classes
    ImporterJImportErrorHandler