Class/Object

org.ddahl.sdols.featureallocation

Feature

Related Docs: object Feature | package featureallocation

Permalink

final case class Feature[A] extends Ordered[Feature[A]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[Feature[A]], Comparable[Feature[A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Feature
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Feature[A]): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Feature[A]): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Feature[A]): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Feature[A]): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def add(i: Int): Feature[A]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def compare(that: Feature[A]): Int

    Permalink
    Definition Classes
    Feature → Ordered
  12. def compareTo(that: Feature[A]): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. def contains(i: Int): Boolean

    Permalink
  14. def dropParameter: Feature[Null]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def intersect(i: Set[Int]): Feature[A]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def iterator: Iterator[Int]

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. val parameter: A

    Permalink
  24. def remove(i: Set[Int]): Feature[A]

    Permalink
  25. def remove(i: Int): Feature[A]

    Permalink
  26. def replace(parameter: A): Feature[A]

    Permalink
  27. val set: Set[Int]

    Permalink
  28. val size: Int

    Permalink
  29. def subsetOf(f: Feature[A]): Boolean

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toAllocationString(zeroBased: Boolean): String

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    Feature → AnyRef → Any
  33. def toString(zeroBased: Boolean): String

    Permalink
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Feature[A]]

Inherited from Comparable[Feature[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped