Uses of Interface
org.molwind.model.RelationshipResolver

Packages that use RelationshipResolver
org.molwind.model   
org.molwind.view   
 

Uses of RelationshipResolver in org.molwind.model
 

Methods in org.molwind.model that return RelationshipResolver
 RelationshipResolver AbstractMolwindWorld.getRelationshipResolver()
          Returns a strategy object to resolve relationships among entities.
 RelationshipResolver MolwindWorld.getRelationshipResolver()
          Returns a strategy object to resolve relationships among entities.
 

Methods in org.molwind.model with parameters of type RelationshipResolver
 void AbstractMolwindWorld.setRelationshipResolver(RelationshipResolver newResolver)
          Set the RelationshipResolver value.
 

Uses of RelationshipResolver in org.molwind.view
 

Methods in org.molwind.view that return RelationshipResolver
 RelationshipResolver AbstractTopologyManager.getRelationshipResolver()
          Get the RelationshipResolver value.
 

Methods in org.molwind.view with parameters of type RelationshipResolver
 void TopologyManager.setRelationshipResolver(RelationshipResolver newRelationshipResolver)
          Set the RelationshipResolver value.
 void AbstractTopologyManager.setRelationshipResolver(RelationshipResolver newRelationshipResolver)
          Set the RelationshipResolver value.
 



Copyright © 2008-2010. All Rights Reserved.