Uses of Class
org.devaki.nextobjects.workspace.models.objects.AssociationLink

Packages that use AssociationLink
org.devaki.nextobjects.ui.workspace.models   
org.devaki.nextobjects.ui.workspace.models.objects   
org.devaki.nextobjects.util   
org.devaki.nextobjects.workspace.models   
org.devaki.nextobjects.workspace.models.graphics   
org.devaki.nextobjects.workspace.models.objects   
 

Uses of AssociationLink in org.devaki.nextobjects.ui.workspace.models
 

Methods in org.devaki.nextobjects.ui.workspace.models with parameters of type AssociationLink
static void EditorFactory.getAssociationLinkEdit(AssociationLink pLink)
          Call the 'AssociationLinkEdit' window
 

Uses of AssociationLink in org.devaki.nextobjects.ui.workspace.models.objects
 

Methods in org.devaki.nextobjects.ui.workspace.models.objects with parameters of type AssociationLink
 void AssociationLinkEdit.setData(AssociationLink pAssociationLink)
          Get the informations from the selected AssociationLink
 

Uses of AssociationLink in org.devaki.nextobjects.util
 

Methods in org.devaki.nextobjects.util that return AssociationLink
static AssociationLink ModelMan.addAssociationLink(ConceptualModel pMerise, AssociationLink pAssocLink)
          Add an associationLink
 

Methods in org.devaki.nextobjects.util with parameters of type AssociationLink
static void EditorFactory.getAssociationLinkEdit(AssociationLink pLink)
          Call the 'AssociationLinkEdit' window
static AssociationLink ModelMan.addAssociationLink(ConceptualModel pMerise, AssociationLink pAssocLink)
          Add an associationLink
 

Uses of AssociationLink in org.devaki.nextobjects.workspace.models
 

Methods in org.devaki.nextobjects.workspace.models that return AssociationLink
 AssociationLink ConceptualModel.getAssociationLinkAt(int at)
          Return the association link identified by the parameter in the list of entities.
 

Uses of AssociationLink in org.devaki.nextobjects.workspace.models.graphics
 

Constructors in org.devaki.nextobjects.workspace.models.graphics with parameters of type AssociationLink
AssociationLinkView(AssociationLink pAssociationLink)
          Create a new 'AssociationLinkView' object
 

Uses of AssociationLink in org.devaki.nextobjects.workspace.models.objects
 

Methods in org.devaki.nextobjects.workspace.models.objects that return AssociationLink
 AssociationLink Association.getAssociationLinkAt(int i)
          Get the association link to the given parameter
 AssociationLink Association.addAssociationLink(Entity pEntity, int pCard)
          Add an association link
 AssociationLink Association.addAssociationLink(Entity pEntity)
          Add an association link
 

Constructors in org.devaki.nextobjects.workspace.models.objects with parameters of type AssociationLink
AssociationLink(AssociationLink pObject)
          Clone an 'AssociationLink' object
 



Copyright © 2002-2004 devaki.org. All Rights Reserved.