net.sf.mmapps.modules.config
Interface RelationManagerConfiguration
- All Known Implementing Classes:
- BasicRelationManagerConfiguration
- public interface RelationManagerConfiguration
- Version:
- $Id: RelationManagerConfiguration.java,v 1.2 2004/05/18 13:53:55 keesj Exp $
- Author:
- Kees Jongenbuger
getName
public java.lang.String getName()
- Returns:
- sounrceNodeManagerName/roleName/DestinatoinNodeManagername
getSourceNodeManagerName
public java.lang.String getSourceNodeManagerName()
setSourceNodeManagerName
public void setSourceNodeManagerName(java.lang.String name)
getDestinationNodeManagerName
public java.lang.String getDestinationNodeManagerName()
setDestinationNodeManagerName
public void setDestinationNodeManagerName(java.lang.String name)
getRelationTypeName
public java.lang.String getRelationTypeName()
- the node manager of the relation manager is the nodemanager where
the relation manager stores it's data. The node manager(insrel/posrel) of the relation
manager can store the data for more relation managers
- Returns:
- the nodeManager where the relation manager should store it's data the nodemanger should extend insrel
setRelationTypeName
public void setRelationTypeName(java.lang.String name)
Copyright © 2003-2004 mmapps. All Rights Reserved.