class Subdomain extends AnyRef
a description of a project's domain model. contains a pool of all the persistent types in the model, as well as all the component types.
- Source
- Subdomain.scala
- Alphabetic
- By Inheritance
- Subdomain
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Subdomain(packageName: String)
creates a subdomain by scanning the named package for persistent types and component types
creates a subdomain by scanning the named package for persistent types and component types
- packageName
the name of the package to scan
-
new
Subdomain(pTypePool: PTypePool, cTypePool: CTypePool = CTypePool.empty)
creates a subdomain from pools of persistent and component types
creates a subdomain from pools of persistent and component types
- pTypePool
a complete set of the persistent types in the subdomain.
- cTypePool
a complete set of the component types within the subdomain. defaults to empty
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Subdomain, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cTypePool: CTypePool
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (Subdomain) ⇒ Boolean, msg: ⇒ Any): Subdomain
- def ensuring(cond: (Subdomain) ⇒ Boolean): Subdomain
- def ensuring(cond: Boolean, msg: ⇒ Any): Subdomain
- def ensuring(cond: Boolean): Subdomain
-
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 formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val pTypePool: PTypePool
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Subdomain → 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
- @throws( ... )
- def →[B](y: B): (Subdomain, B)