trait
ModelFormat[Section, Format <: ModelFormat[Section, Format]] extends AnyRef
Abstract Value Members
-
abstract
def
codeComponent: ComponentSerialization[Section, Format]
-
abstract
def
infoComponent: ComponentSerialization[Section, Format]
-
abstract
def
interfaceComponent: ComponentSerialization[Section, Format]
-
abstract
def
isCompatible(model: Model): Boolean
-
abstract
def
isCompatible(location: URI): Boolean
-
abstract
def
isCompatible(source: String): Boolean
-
abstract
def
linkShapesComponent: ComponentSerialization[Section, Format]
-
abstract
def
name: String
-
abstract
def
sections(location: URI): Try[Map[String, Section]]
-
abstract
def
sectionsFromSource(source: String): Try[Map[String, Section]]
-
abstract
def
sectionsToSource(sections: Map[String, Section]): Try[String]
-
abstract
def
shapesComponent: ComponentSerialization[Section, Format]
-
abstract
def
version: ComponentSerialization[Section, Format]
-
abstract
def
writeSections(sections: Map[String, Section], location: URI): Try[URI]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
baseModel: Model
-
def
clone(): AnyRef
-
def
constructModel(components: Seq[ComponentSerialization[Section, Format]], sections: Map[String, Section]): Try[Model]
-
def
defaultComponents: Seq[ComponentSerialization[Section, Format]]
-
def
emptyModel(optionalComponents: Seq[ComponentSerialization[Section, Format]]): Model
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
load(location: URI, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[Model]
-
def
load(source: String, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[Model]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
save(model: Model, uri: URI, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[URI]
-
def
sourceString(model: Model, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
abstract
def
codeComponent: ComponentSerialization[Section, Format]
-
abstract
def
infoComponent: ComponentSerialization[Section, Format]
-
abstract
def
interfaceComponent: ComponentSerialization[Section, Format]
-
abstract
def
isCompatible(model: Model): Boolean
-
abstract
def
isCompatible(location: URI): Boolean
-
abstract
def
isCompatible(source: String): Boolean
-
abstract
def
linkShapesComponent: ComponentSerialization[Section, Format]
-
abstract
def
name: String
-
abstract
def
sections(location: URI): Try[Map[String, Section]]
-
abstract
def
sectionsFromSource(source: String): Try[Map[String, Section]]
-
abstract
def
sectionsToSource(sections: Map[String, Section]): Try[String]
-
abstract
def
shapesComponent: ComponentSerialization[Section, Format]
-
abstract
def
version: ComponentSerialization[Section, Format]
-
abstract
def
writeSections(sections: Map[String, Section], location: URI): Try[URI]
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
baseModel: Model
-
def
clone(): AnyRef
-
def
constructModel(components: Seq[ComponentSerialization[Section, Format]], sections: Map[String, Section]): Try[Model]
-
def
defaultComponents: Seq[ComponentSerialization[Section, Format]]
-
def
emptyModel(optionalComponents: Seq[ComponentSerialization[Section, Format]]): Model
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
load(location: URI, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[Model]
-
def
load(source: String, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[Model]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
save(model: Model, uri: URI, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[URI]
-
def
sourceString(model: Model, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit