Packages

c

conexp.fx.gui.graph.ConceptGraph

HighlightRequests

final class HighlightRequests extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HighlightRequests
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def attribute(attribute: M): Iterable[HighlightRequest]
  6. final def bothArrow(object: G, attribute: M): Iterable[HighlightRequest]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def concept(concept: Concept[G, M]): Iterable[HighlightRequest]
  9. final def dehighlight(): Iterable[HighlightRequest]
  10. final def downArrow(object: G, attribute: M): Iterable[HighlightRequest]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def filter(concept: Concept[G, M]): Iterable[HighlightRequest]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def ideal(concept: Concept[G, M]): Iterable[HighlightRequest]
  18. final def implication(implication: Implication[M]): Iterable[HighlightRequest]
  19. final def incidence(object: G, attribute: M): Iterable[HighlightRequest]
  20. final def interval(lowerConcept: Concept[G, M], upperConcept: Concept[G, M]): Iterable[HighlightRequest]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def lowerNeighbors(concept: Concept[G, M]): Iterable[HighlightRequest]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def nonIncidence(object: G, attribute: M): Iterable[HighlightRequest]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def object(object: G): Iterable[HighlightRequest]
  28. final def strictFilter(concept: Concept[G, M]): Iterable[HighlightRequest]
  29. final def strictIdeal(concept: Concept[G, M]): Iterable[HighlightRequest]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def upArrow(object: G, attribute: M): Iterable[HighlightRequest]
  33. final def upperNeighbors(concept: Concept[G, M]): Iterable[HighlightRequest]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped