object Textified
- Source
- parse.scala
- Alphabetic
- By Inheritance
- Textified
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(text: String): Model
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def firstWord(s: String): String
-
final
def
getClass(): java.lang.Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indentElemSeq(s: String): List[(Int, Elem)]
- def indentSize(s: String): Int
- val isAttribute: Set[String]
- val isEntity: Set[String]
- def isEntityOrAttributeStart(s: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isRelation: Set[String]
- def isSpecial(s: String): Boolean
- def lastWord(s: String): String
- def merge(xs: String*): String
- def middle(s: String): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseElem(tuple: (Int, String, String, String)): (Int, Elem)
- def parts(s: String): (Int, String, String, String)
- def placeRelation(tuple: (Int, String, String, String)): (Int, String, String, String)
- def recursiveMerge(levelElems: List[(Int, Elem)]): List[(Int, Elem)]
- val relationTypeFromString: Map[String, RelationType]
- def replaceSectionItem(tuple: (Int, String, String, String)): (Int, String, String, String)
- def split(s: String): Seq[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val test1: String
- val test2: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )