|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttrDistributionBroker
Mediator interface for distribution purposes. Provides services for creating and maintaining of interface/local-relations between attribute tuples and contexts.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
void |
connect(AttrContext interfaceContext,
AttrContext localContext)
Makes a context into an interface of another context. |
void |
connect(AttrInstance interfaceInstance,
AttrInstance localInstance)
Makes an instance tuple into an interface of another interface tuple. |
void |
connect(AttrType interfaceType,
AttrType localType)
Makes a type tuple into an interface of another type tuple. |
void |
disconnect(AttrContext interfaceContext,
AttrContext localContext)
Ends a context's role as an interface of another context. |
void |
disconnect(AttrInstance interfaceInstance,
AttrInstance localInstance)
Ends an instance tuple's role as an interface of another interface tuple. |
void |
disconnect(AttrType interfaceType,
AttrType localType)
Ends a type tuple's role as an interface of another type tuple. |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
void connect(AttrType interfaceType, AttrType localType)
void disconnect(AttrType interfaceType, AttrType localType)
void connect(AttrInstance interfaceInstance, AttrInstance localInstance)
void disconnect(AttrInstance interfaceInstance, AttrInstance localInstance)
void connect(AttrContext interfaceContext, AttrContext localContext)
void disconnect(AttrContext interfaceContext, AttrContext localContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |