LabLoader

org.nlogo.fileformat.LabLoader
See theLabLoader companion object
class LabLoader(literalParser: LiteralParser)

Attributes

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

Members list

Value members

Concrete methods

def apply(xml: String, editNames: Boolean, existingNames: Set[String]): Seq[LabProtocol]

Attributes

Source
LabLoader.scala
def apply(inputSource: InputSource, editNames: Boolean, existingNames: Set[String]): Seq[LabProtocol]

Attributes

Source
LabLoader.scala
def fixEmptyNames(protocol: LabProtocol, editNames: Boolean, existingNames: Set[String]): LabProtocol

Attributes

Source
LabLoader.scala
def readProtocolElement(element: Element, editNames: Boolean, existingNames: Set[String]): LabProtocol

Attributes

Source
LabLoader.scala

Implicits

Implicits

implicit def nodes2list(nodes: NodeList): List[Element]

Attributes

Source
LabLoader.scala