object VariabilityReq extends AbstractSelector with scala.Product with Serializable
- Alphabetic
- By Inheritance
- VariabilityReq
- Serializable
- Serializable
- Product
- Equals
- AbstractSelector
- Selector
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
AbstractType = VariabilityReq
- Definition Classes
- VariabilityReq → AbstractSelector
Value Members
-
def
&&(that: Selector): AndSelector
- Definition Classes
- Selector
-
def
*(that: Model): Model
- Definition Classes
- Selector
-
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
-
def
isMatch(that: Elem): Boolean
- Definition Classes
- Selector
-
def
restrict(that: Model): Model
- Definition Classes
- Selector
-
def
unary_!: NotSelector
- Definition Classes
- Selector
-
def
||(that: Selector): OrSelector
- Definition Classes
- Selector