Interface Relation<K,V>

Type Parameters:
K - The key's type
V - The value's type
All Superinterfaces:
org.refcodes.mixin.KeyAccessor<K>, org.refcodes.mixin.ValueAccessor<V>
All Known Subinterfaces:
Attribute, Attribute.AttributeBuilder, Property, Property.PropertyBuilder, Relation.RelationBuilder<K,V>
All Known Implementing Classes:
AttributeImpl, AttributeImpl.AttributeBuilderImpl, PropertyImpl, PropertyImpl.PropertyBuilderImpl, RelationImpl, RelationImpl.RelationBuilderImpl

public interface Relation<K,V> extends org.refcodes.mixin.KeyAccessor<K>, org.refcodes.mixin.ValueAccessor<V>
Provides an accessor for a key-to-value property useful in some occasions.