| org.mmbase.bridge.Relation
All known Subclasses: org.mmbase.bridge.implementation.BasicRelation,
Relation | public interface Relation extends Node(Code) | | A relation within the cloud.
author: Rob Vermeulen author: Pierre van Rooden version: $Id: Relation.java,v 1.4 2004/06/08 08:45:17 michiel Exp $ |
getDestination | public Node getDestination()(Code) | | Retrieves the destination of the relation
the destination node |
getRelationManager | public RelationManager getRelationManager()(Code) | | Retrieves the RelationManager used
the RelationManager |
getSource | public Node getSource()(Code) | | Retrieves the source of the relation
the source node |
setDestination | public void setDestination(Node node)(Code) | | set the destination of the relation
Parameters: node - the destination node |
setSource | public void setSource(Node node)(Code) | | set the source of the relation
Parameters: node - the source node |
|
|