public interface Associatable
An interface that defines the ability to associate an object with another
object. Used in conjunction with sub classes of Element
to allow for
the automatic Inference of associative relationships between entities.
Modifier and Type | Method and Description |
---|---|
void |
associate(Associatable a)
Associate this object with the given object.
|
void associate(Associatable a)
a
- The object to associate with this object.