case class Image(value: String) extends StringAttribute with scala.Product with Serializable
- Alphabetic
- By Inheritance
- Image
- Serializable
- Serializable
- Product
- Equals
- StringAttribute
- Attribute
- HasValue
- MapTo
- Node
- Elem
- Selector
- CanBeMapped
- HasType
- DSL
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Image(value: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
&&(that: Selector): AndSelector
- Definition Classes
- Selector
-
def
*(that: Model): Model
- Definition Classes
- Selector
-
def
/: AttrVal[String]
- Definition Classes
- Attribute
-
def
=*=(that: Elem): Boolean
* old to be removed def isTypeMatch(that: HasType): Boolean = this.isInstanceOf[TypeObject] && that.myType == this def selects(that: Selector): Boolean = ( this == that ) || ( that match { case Head(e,l) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case Relation(e,l,t) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case ht: HasType => isTypeMatch(ht) case _ => false } ) **---
* old to be removed def isTypeMatch(that: HasType): Boolean = this.isInstanceOf[TypeObject] && that.myType == this def selects(that: Selector): Boolean = ( this == that ) || ( that match { case Head(e,l) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case Relation(e,l,t) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case ht: HasType => isTypeMatch(ht) case _ => false } ) **---
- Definition Classes
- Selector
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): java.lang.Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAttribute: Boolean
-
def
isEntity: Boolean
- Definition Classes
- Elem
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isInt: Boolean
- Definition Classes
- Attribute
-
def
isMatch(that: Elem): Boolean
- Definition Classes
- Selector
- def isNode: Boolean
-
def
isRelation: Boolean
- Definition Classes
- Elem
-
def
isString: Boolean
- Definition Classes
- StringAttribute → Attribute
-
def
key: AttributeType[String]
- Definition Classes
- Attribute → CanBeMapped
-
def
mapTo: Attribute[String]
- Definition Classes
- Attribute → CanBeMapped
- val myType: Image.type
-
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
prefix: String
- Definition Classes
- DSL
-
def
restrict(that: Model): Model
- Definition Classes
- Selector
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toMapping: (Key, MapTo)
- Definition Classes
- CanBeMapped
-
def
toScala: String
Concrete DSL classes should have an executable string representation.
-
def
toScalaBody: String
- Definition Classes
- StringAttribute → Attribute → Node
-
def
unary_!: NotSelector
- Definition Classes
- Selector
- val value: String
-
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( ... )
-
def
||(that: Selector): OrSelector
- Definition Classes
- Selector