Package i3.dragos.gm.core.proxy

Proxies are implementation helpers that hold references to actual graph entities / graph entity classes.

See:
          Description

Class Summary
AttributeProxy A AttributeProxy delegates all method calls to the underlying attribtue except for those that access fields which are used after a attribute has been deleted.
EdgeClassProxy An EdgeClassProxy delegates all method calls to the underlying edge class except for those that access fields which are used after an edge class has been deleted.
EdgeProxy An EdgeProxy delegates all method calls to the underlying edge except for those that access fields which are used after an edge has been deleted.
GraphClassProxy An GraphClassProxy delegates all method calls to the underlying graph class except for those that access fields which are used after an graph class has been deleted.
GraphEntityClassProxy A GraphEntityClassProxy delegates all method calls to the underlying graph entity class except for those that access fields which are used after a graph entity has been deleted.
GraphEntityProxy A GraphEntityProxy delegates all method calls to the underlying graph entity except for those that access fields which are used after a graph entity has been deleted.
GraphProxy A GraphProxy delegates all method calls to the underlying graph except for those that access fields which are used after a graph has been deleted.
NodeClassProxy An NodeClassProxy delegates all method calls to the underlying node class except for those that access fields which are used after an node class has been deleted.
NodeProxy A NodeProxy delegates all method calls to the underlying node except for those that access fields which are used after a node has been deleted.
ProxyUnwrapTool Utility class to simplify the unwrapping of proxy graph elements.
ProxyWrapper The ProxyWrapper provides methods to wrap graph entity, graph entity classes, and attributes into so-called proxies.
ProxyWrapTool Utility class to simplify the wrapping of collections of graph entities into proxies.
RelationClassProxy An RelationClassProxy delegates all method calls to the underlying relation class except for those that access fields which are used after an relation class has been deleted.
RelationEndClassProxy An RelationEndClassProxy delegates all method calls to the underlying relation end class except for those that access fields which are used after an relation end class has been deleted.
RelationEndProxy A RelationEndProxy delegates all method calls to the underlying relation end except for those that access fields which are used after a relation end has been deleted.
RelationProxy A RelationProxy delegates all method calls to the underlying relation except for those that access fields which are used after a relation has been deleted.
 

Package i3.dragos.gm.core.proxy Description

Proxies are implementation helpers that hold references to actual graph entities / graph entity classes.



Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.