Interface CompositeValueType

All Superinterfaces:
AbstractGMLType, EObject, Notifier
All Known Subinterfaces:
ValueArrayType
All Known Implementing Classes:
CompositeValueTypeImpl, ValueArrayTypeImpl

public interface CompositeValueType extends AbstractGMLType
A representation of the model object 'Composite Value Type'. Aggregate value built from other Values using the Composite pattern. It contains zero or an arbitrary number of valueComponent elements, and zero or one valueComponents elements. It may be used for strongly coupled aggregates (vectors, tensors) or for arbitrary collections of values.

The following features are supported:

See Also: