PlotConverter

org.nlogo.fileformat.PlotConverter
See thePlotConverter companion object
class PlotConverter(extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment, literalParser: LiteralParser, baseDialect: Dialect, components: Seq[AutoConvertable]) extends ModelConverter

Attributes

Companion
object
Source
PlotConverter.scala
Graph
Supertypes
trait (Model, Path) => ConversionResult
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

class SnippetConverter(otherCodeConversions: Seq[SourceRewriter => String], containsAnyTargets: String => Boolean, rewriter: CompilationOperand => SourceRewriter, results: StructureResults, extensionManager: ExtensionManager, libManager: LibraryManager, compilationEnv: CompilationEnvironment) extends AutoConverter

Attributes

Inherited from:
ModelConverter
Source
ModelConverter.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(model: Model, modelPath: Path): ConversionResult

Attributes

Definition Classes
Source
PlotConverter.scala

Inherited methods

def curried: Model => Path => ConversionResult

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((Model, Path)) => ConversionResult

Attributes

Inherited from:
Function2