org.nlogo.fileformat

Members list

Type members

Classlikes

Attributes

Source
NLogoFormat.scala
Supertypes
trait ModelFormat[Array[String], A]
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
AutoConversionList.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Source
BaseWidgetParser.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Source
BaseWidgetParser.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ChainConverter(converters: Seq[ModelConversion]) extends ModelConversion

Attributes

Source
ChainConverter.scala
Supertypes
trait (Model, Path) => ConversionResult
class Object
trait Matchable
class Any

Attributes

Source
BaseWidgetParser.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Companion
class
Source
ConversionResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ConversionError(errors: Seq[Exception], componentDescription: String, conversionDescription: String)

Attributes

Companion
object
Source
ConversionResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ConversionResult

Attributes

Source
ConversionResult.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ConversionSet(conversionName: String, codeTabConversions: Seq[SourceRewriter => String], otherCodeConversions: Seq[SourceRewriter => String], targets: Seq[String], conversionDialect: Dialect => Dialect)

Attributes

Source
AutoConversionList.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ConversionResult.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ConversionWithErrors(originalModel: Model, model: Model, errors: Seq[ConversionError]) extends FailedConversionResult

Attributes

Companion
object
Source
ConversionResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ErroredConversion(model: Model, error: ConversionError) extends FailedConversionResult

Attributes

Source
ConversionResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ConversionResult.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FileFormat

Attributes

Source
FileFormat.scala
Supertypes
class Object
trait Matchable
class Any
Self type
FileFormat.type

Attributes

Source
HubNetWidgetReaders.scala
Supertypes
trait WidgetReader
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
HubNetWidgetReaders.scala
Supertypes
trait WidgetReader
class Object
trait Matchable
class Any
Self type

Attributes

Source
HubNetWidgetReaders.scala
Supertypes
trait WidgetReader
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
HubNetWidgetReaders.scala
Supertypes
trait WidgetReader
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
HubNetWidgetReaders.scala
Supertypes
trait WidgetReader
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
HubNetWidgetReaders.scala
Supertypes
trait WidgetReader
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
HubNetWidgetReaders.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object InfoConverter

Through NetLogo 4.1 (since 2.0 or so), we used a custom wiki-type format, with custom code for converting it to HTML for display. Now we use Markdown, but old models must be supported, so we convert the old markup to Markdown.

Through NetLogo 4.1 (since 2.0 or so), we used a custom wiki-type format, with custom code for converting it to HTML for display. Now we use Markdown, but old models must be supported, so we convert the old markup to Markdown.

Attributes

Source
InfoConverter.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
NLogoLabFormat.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LabLoader

Attributes

Companion
class
Source
LabLoader.scala
Supertypes
class Object
trait Matchable
class Any
Self type
LabLoader.type
class LabLoader(literalParser: LiteralParser)

Attributes

Companion
object
Source
LabLoader.scala
Supertypes
class Object
trait Matchable
class Any
object LabSaver

Attributes

Source
LabSaver.scala
Supertypes
class Object
trait Matchable
class Any
Self type
LabSaver.type
object LabXMLLoader

Attributes

Source
LabXMLLoader.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
class
Source
ModelConverter.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class ModelConverter(extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment, literalParser: LiteralParser, baseDialect: Dialect, components: Seq[AutoConvertable], applicableConversions: Model => Seq[ConversionSet]) extends ModelConversion

Attributes

Companion
object
Source
ModelConverter.scala
Supertypes
trait (Model, Path) => ConversionResult
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
NLogoModelSettings.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Source
NLogoAnyLoader.scala
Supertypes
trait ModelLoader
class Object
trait Matchable
class Any
Show all

Attributes

Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any
class NLogoFormatException(m: String) extends RuntimeException

Attributes

Source
NLogoFormat.scala
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Source
NLogoHubNetFormat.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
NLogoLabConverter.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class NLogoLabFormat(val literalParser: LiteralParser, val editNames: Boolean) extends LabFormat[NLogoFormat]

Attributes

Source
NLogoLabFormat.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
NLogoModelSettings.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
NLogoPreviewCommandsFormat.scala
Supertypes
class Object
trait Matchable
class Any
class NLogoThreeDLabFormat(val literalParser: LiteralParser, val editNames: Boolean) extends LabFormat[NLogoThreeDFormat]

Attributes

Source
NLogoLabFormat.scala
Supertypes
class Object
trait Matchable
class Any
class NLogoXMLLoader(headless: Boolean, literalParser: LiteralParser, editNames: Boolean) extends AbstractModelLoader

Attributes

Source
NLogoXMLLoader.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Source
ParsingStringUtils.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Source
ParsingStringUtils.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object PlotConverter

Attributes

Companion
class
Source
PlotConverter.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class PlotConverter(extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment, literalParser: LiteralParser, baseDialect: Dialect, components: Seq[AutoConvertable]) extends ModelConverter

Attributes

Companion
object
Source
PlotConverter.scala
Supertypes
trait (Model, Path) => ConversionResult
class Object
trait Matchable
class Any
case class SuccessfulConversion(originalModel: Model, model: Model) extends ConversionResult

Attributes

Source
ConversionResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ThreeDViewReader.scala
Supertypes
trait WidgetReader
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
object
Source
WidgetConverter.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Source
WidgetConverter.scala
Supertypes
class Object
trait Matchable
class Any
Self type