trait
ModelIterators extends ModelBase
Abstract Value Members
-
abstract
def
empty: Model
-
abstract
def
myMap: Map[Key, MapTo]
-
abstract
def
toHashMap: HashMap[Key, MapTo]
-
abstract
def
toListMap: ListMap[Key, MapTo]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
bfs[T](f: PartialFunction[Elem, T]): Vector[T]
-
def
clone(): AnyRef
-
def
collect[T](f: PartialFunction[Elem, T]): Vector[T]
-
def
collectLeafPaths[T](f: PartialFunction[NodePath, T]): Vector[T]
-
def
collectLeafs[T](f: PartialFunction[Elem, T]): Vector[T]
-
def
dfs[T](f: PartialFunction[Elem, T]): Vector[T]
-
lazy val
elems: Vector[Elem]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
filter(p: (Elem) ⇒ Boolean): Model
-
def
filterNot(p: (Elem) ⇒ Boolean): Model
-
def
finalize(): Unit
-
def
flatMapDeep[T](f: (Elem) ⇒ Option[Elem]): Model
-
def
foreach(f: (Elem) ⇒ Unit): Unit
-
def
foreachDeep(block: ⇒ Unit): Unit
-
def
foreachDeep[U](f: (Elem) ⇒ U): Unit
-
def
foreachNodeDeep(block: ⇒ Unit): Unit
-
def
foreachNodeDeep[U](f: (Node) ⇒ U): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
iterator: Iterator[Elem]
-
def
map[T](f: (Elem) ⇒ T): Vector[T]
-
def
mapIterator: Iterator[(Key, MapTo)]
-
def
mapLeafPaths[T](f: (NodePath) ⇒ T): Vector[T]
-
def
mapModelDeep(f: (Model) ⇒ Model): Model
-
def
mapModelTailsDeep(f: (Model) ⇒ Model): Model
-
def
mapModelTop(f: (Model) ⇒ Model): Model
-
def
mapModelTopTails(f: (Model) ⇒ Model): Model
-
val
myType: TypeObject
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
p(): Unit
-
def
pp(): Unit
-
def
prettyPrint(): Unit
-
def
save(fileName: String): Unit
-
val
stringPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toGraph: String
-
def
toHashModel: Model
-
def
toHtml: String
-
def
toHtmlBody: String
-
lazy val
toIterable: Iterable[Elem]
-
def
toLatex: String
-
def
toLatexBody: String
-
lazy val
toList: List[Elem]
-
def
toListModel: Model
-
lazy val
toMap: Map[Key, MapTo]
-
lazy val
toSeq: Seq[Elem]
-
lazy val
toSet: Set[Elem]
-
def
toString(): String
-
lazy val
toStringBody: String
-
lazy val
toStringSimple: String
-
lazy val
toStringSimpleLineBreak: String
-
def
toTable: String
-
def
toText: String
-
lazy val
toVector: Vector[Elem]
-
def
transform(f: PartialFunction[Elem, Elem]): Model
-
def
transformAttribute(f: PartialFunction[Attribute[_], Elem]): Model
-
def
transformEntity(f: PartialFunction[Entity, Entity]): Model
-
def
transformEntityTypesByIdIn(that: Model): Model
-
def
transformLeafEntity(f: PartialFunction[Entity, Elem]): Model
-
def
transformRelation(f: PartialFunction[Relation, Elem]): Model
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(f: (Elem) ⇒ Boolean): FilterMonadic[Elem, Iterable[Elem]]
Value Members
-
abstract
def
empty: Model
-
abstract
def
myMap: Map[Key, MapTo]
-
abstract
def
toHashMap: HashMap[Key, MapTo]
-
abstract
def
toListMap: ListMap[Key, MapTo]
-
lazy val
elems: Vector[Elem]
-
def
iterator: Iterator[Elem]
-
def
mapIterator: Iterator[(Key, MapTo)]
-
val
myType: TypeObject
-
def
p(): Unit
-
def
pp(): Unit
-
def
prettyPrint(): Unit
-
def
save(fileName: String): Unit
-
val
stringPrefix: String
-
def
toGraph: String
-
def
toHashModel: Model
-
def
toHtml: String
-
def
toHtmlBody: String
-
lazy val
toIterable: Iterable[Elem]
-
def
toLatex: String
-
def
toLatexBody: String
-
lazy val
toList: List[Elem]
-
def
toListModel: Model
-
lazy val
toMap: Map[Key, MapTo]
-
lazy val
toSeq: Seq[Elem]
-
lazy val
toSet: Set[Elem]
-
def
toString(): String
-
lazy val
toStringBody: String
-
lazy val
toStringSimple: String
-
lazy val
toStringSimpleLineBreak: String
-
def
toTable: String
-
def
toText: String
-
lazy val
toVector: Vector[Elem]
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
abstract
def
empty: Model
-
abstract
def
myMap: Map[Key, MapTo]
-
abstract
def
toHashMap: HashMap[Key, MapTo]
-
abstract
def
toListMap: ListMap[Key, MapTo]
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
bfs[T](f: PartialFunction[Elem, T]): Vector[T]
-
def
clone(): AnyRef
-
def
collect[T](f: PartialFunction[Elem, T]): Vector[T]
-
def
collectLeafPaths[T](f: PartialFunction[NodePath, T]): Vector[T]
-
def
collectLeafs[T](f: PartialFunction[Elem, T]): Vector[T]
-
def
dfs[T](f: PartialFunction[Elem, T]): Vector[T]
-
lazy val
elems: Vector[Elem]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
filter(p: (Elem) ⇒ Boolean): Model
-
def
filterNot(p: (Elem) ⇒ Boolean): Model
-
def
finalize(): Unit
-
def
flatMapDeep[T](f: (Elem) ⇒ Option[Elem]): Model
-
def
foreach(f: (Elem) ⇒ Unit): Unit
-
def
foreachDeep(block: ⇒ Unit): Unit
-
def
foreachDeep[U](f: (Elem) ⇒ U): Unit
-
def
foreachNodeDeep(block: ⇒ Unit): Unit
-
def
foreachNodeDeep[U](f: (Node) ⇒ U): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
iterator: Iterator[Elem]
-
def
map[T](f: (Elem) ⇒ T): Vector[T]
-
def
mapIterator: Iterator[(Key, MapTo)]
-
def
mapLeafPaths[T](f: (NodePath) ⇒ T): Vector[T]
-
def
mapModelDeep(f: (Model) ⇒ Model): Model
-
def
mapModelTailsDeep(f: (Model) ⇒ Model): Model
-
def
mapModelTop(f: (Model) ⇒ Model): Model
-
def
mapModelTopTails(f: (Model) ⇒ Model): Model
-
val
myType: TypeObject
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
p(): Unit
-
def
pp(): Unit
-
def
prettyPrint(): Unit
-
def
save(fileName: String): Unit
-
val
stringPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toGraph: String
-
def
toHashModel: Model
-
def
toHtml: String
-
def
toHtmlBody: String
-
lazy val
toIterable: Iterable[Elem]
-
def
toLatex: String
-
def
toLatexBody: String
-
lazy val
toList: List[Elem]
-
def
toListModel: Model
-
lazy val
toMap: Map[Key, MapTo]
-
lazy val
toSeq: Seq[Elem]
-
lazy val
toSet: Set[Elem]
-
def
toString(): String
-
lazy val
toStringBody: String
-
lazy val
toStringSimple: String
-
lazy val
toStringSimpleLineBreak: String
-
def
toTable: String
-
def
toText: String
-
lazy val
toVector: Vector[Elem]
-
def
transform(f: PartialFunction[Elem, Elem]): Model
-
def
transformAttribute(f: PartialFunction[Attribute[_], Elem]): Model
-
def
transformEntity(f: PartialFunction[Entity, Entity]): Model
-
def
transformEntityTypesByIdIn(that: Model): Model
-
def
transformLeafEntity(f: PartialFunction[Entity, Elem]): Model
-
def
transformRelation(f: PartialFunction[Relation, Elem]): Model
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(f: (Elem) ⇒ Boolean): FilterMonadic[Elem, Iterable[Elem]]