Packages

trait MinShapeAlgorithm extends RestrictionComputation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MinShapeAlgorithm
  2. RestrictionComputation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val keepEditingInfo: Boolean
    Definition Classes
    RestrictionComputation

Concrete 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. val allShapeFields: List[Field]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def computeBooleanComparison(lcomparison: Boolean, rcomparison: Boolean, lvalue: AmfElement, rvalue: AmfElement): Boolean
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  8. def computeMinAny(baseShape: Shape, anyShape: AnyShape): Shape
    Attributes
    protected
  9. def computeMinArray(baseArray: ArrayShape, superArray: ArrayShape): Shape
    Attributes
    protected
  10. def computeMinFile(baseFile: FileShape, superFile: FileShape): Shape
  11. def computeMinGeneric(baseShape: NodeShape, superShape: Shape): Shape
    Attributes
    protected
  12. def computeMinMatrix(baseMatrix: MatrixShape, superMatrix: MatrixShape): Shape
    Attributes
    protected
  13. def computeMinNode(baseNode: NodeShape, superNode: NodeShape): Shape
    Attributes
    protected
  14. def computeMinProperty(baseProperty: PropertyShape, superProperty: PropertyShape): Shape
  15. def computeMinRecursive(baseShape: Shape, recursiveShape: RecursiveShape): Shape
  16. def computeMinScalar(baseScalar: ScalarShape, superScalar: ScalarShape): ScalarShape
    Attributes
    protected
  17. def computeMinSuperUnion(baseShape: Shape, superUnion: UnionShape): Shape
    Attributes
    protected
  18. def computeMinTuple(baseTuple: TupleShape, superTuple: TupleShape): Shape
    Attributes
    protected
  19. def computeMinUnion(baseUnion: UnionShape, superUnion: UnionShape): Shape
    Attributes
    protected
  20. def computeMinUnionNode(baseUnion: UnionShape, superNode: NodeShape): Shape
    Attributes
    protected
  21. def computeNarrow(field: Field, baseValue: AmfElement, superValue: AmfElement): AmfElement
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  22. def computeNarrowRestrictions(fields: Seq[Field], baseShape: Shape, superShape: Shape, filteredFields: Seq[Field] = Seq.empty): Shape
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  23. def computeNumericComparison(comparison: String, lvalue: AmfElement, rvalue: AmfElement): Boolean
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  24. def computeNumericRestriction(comparison: String, lvalue: AmfElement, rvalue: AmfElement): AmfElement
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  25. def computeStringEquality(lvalue: AmfElement, rvalue: AmfElement): Boolean
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  31. def inheritAnnotations(annotations: Annotations, from: Shape): Annotations
    Definition Classes
    RestrictionComputation
  32. def inheritProp(from: Shape)(prop: PropertyShape): PropertyShape
  33. def isGenericNodeShape(shape: Shape): Boolean
    Attributes
    protected
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def minShape(baseShapeOrig: Shape, superShape: Shape): Shape
    Attributes
    protected
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  39. def restrictShape(restriction: Shape, shape: Shape): Shape
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  40. def stringValue(value: AmfElement): Option[String]
    Attributes
    protected
    Definition Classes
    RestrictionComputation
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RestrictionComputation

Inherited from AnyRef

Inherited from Any

Ungrouped