trait MinShapeAlgorithm extends RestrictionComputation
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinShapeAlgorithm
- RestrictionComputation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
keepEditingInfo: Boolean
- Definition Classes
- RestrictionComputation
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val allShapeFields: List[Field]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
computeBooleanComparison(lcomparison: Boolean, rcomparison: Boolean, lvalue: AmfElement, rvalue: AmfElement): Boolean
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
def
computeMinAny(baseShape: Shape, anyShape: AnyShape): Shape
- Attributes
- protected
-
def
computeMinArray(baseArray: ArrayShape, superArray: ArrayShape): Shape
- Attributes
- protected
- def computeMinFile(baseFile: FileShape, superFile: FileShape): Shape
-
def
computeMinGeneric(baseShape: NodeShape, superShape: Shape): Shape
- Attributes
- protected
-
def
computeMinMatrix(baseMatrix: MatrixShape, superMatrix: MatrixShape): Shape
- Attributes
- protected
-
def
computeMinNode(baseNode: NodeShape, superNode: NodeShape): Shape
- Attributes
- protected
- def computeMinProperty(baseProperty: PropertyShape, superProperty: PropertyShape): Shape
- def computeMinRecursive(baseShape: Shape, recursiveShape: RecursiveShape): Shape
-
def
computeMinScalar(baseScalar: ScalarShape, superScalar: ScalarShape): ScalarShape
- Attributes
- protected
-
def
computeMinSuperUnion(baseShape: Shape, superUnion: UnionShape): Shape
- Attributes
- protected
-
def
computeMinTuple(baseTuple: TupleShape, superTuple: TupleShape): Shape
- Attributes
- protected
-
def
computeMinUnion(baseUnion: UnionShape, superUnion: UnionShape): Shape
- Attributes
- protected
-
def
computeMinUnionNode(baseUnion: UnionShape, superNode: NodeShape): Shape
- Attributes
- protected
-
def
computeNarrow(field: Field, baseValue: AmfElement, superValue: AmfElement): AmfElement
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
def
computeNarrowRestrictions(fields: Seq[Field], baseShape: Shape, superShape: Shape, filteredFields: Seq[Field] = Seq.empty): Shape
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
def
computeNumericComparison(comparison: String, lvalue: AmfElement, rvalue: AmfElement): Boolean
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
def
computeNumericRestriction(comparison: String, lvalue: AmfElement, rvalue: AmfElement): AmfElement
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
def
computeStringEquality(lvalue: AmfElement, rvalue: AmfElement): Boolean
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
inheritAnnotations(annotations: Annotations, from: Shape): Annotations
- Definition Classes
- RestrictionComputation
- def inheritProp(from: Shape)(prop: PropertyShape): PropertyShape
-
def
isGenericNodeShape(shape: Shape): Boolean
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
minShape(baseShapeOrig: Shape, superShape: Shape): Shape
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
restrictShape(restriction: Shape, shape: Shape): Shape
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
def
stringValue(value: AmfElement): Option[String]
- Attributes
- protected
- Definition Classes
- RestrictionComputation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @throws( ... )