org.rubato.math.yoneda
Interface Connectable

All Known Implementing Classes:
AbstractConnectableYoneda, ColimitDenotator, ColimitForm, Denotator, DenotatorReference, Form, FormReference, LimitDenotator, LimitForm, ListDenotator, ListForm, NameDenotator, NameForm, PowerDenotator, PowerForm, SimpleDenotator, SimpleForm

public interface Connectable

Interface for classes that have a connector attached. A connector is a transient additional field that is of arbitrary type and can be used for general purpose (i.e. tree walk algorithms). The code using the connector is responsible for themselves to avoid interferences with other code.

Author:
Gérard Milmeister, Stefan Müller, Stefan Göller

Method Summary
 java.lang.Object getConnector()
           
 void setConnector(java.lang.Object connector)
           
 

Method Detail

getConnector

java.lang.Object getConnector()

setConnector

void setConnector(java.lang.Object connector)