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

Packages that use Association
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 Association in org.devaki.nextobjects.ui.workspace.models
 

Methods in org.devaki.nextobjects.ui.workspace.models with parameters of type Association
static void EditorFactory.getAssociationEdit(Association pAssociation)
          Call the 'AssociationEdit' window
 

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

Methods in org.devaki.nextobjects.ui.workspace.models.objects with parameters of type Association
 void AssociationEdit.setData(Association pAssociation)
          Initialize window components with the data of the object given as parameter of the constructor
 

Uses of Association in org.devaki.nextobjects.util
 

Methods in org.devaki.nextobjects.util that return Association
static Association ModelMan.addAssociation(ConceptualModel pMerise, java.awt.Point p)
          Add an association
 

Methods in org.devaki.nextobjects.util with parameters of type Association
static void EditorFactory.getAssociationEdit(Association pAssociation)
          Call the 'AssociationEdit' window
static int MeriseTransform.getCardType(Association theAssociation)
          return the type of the relation (11,1N,1N) so we know wich Merise rule to apply for a given association (cardinalities) card_is 01 11 0N 1N (right) is_card -------------------------------- 01 | 11 11 1N 1N 11 | 11 11 1N 1N 0N | 1N 1N NM NM 1N | 1N 1N NM NM (left)
static void ModelMan.addAssociation(ConceptualModel pMerise, Association pAssoc)
          Function used to paste an association when using the clipboard
static int NOTools.getCardType(Association theAssociation)
          return the type of the relation (11,1N,1N) so we know wich Merise rule to apply for a given association (cardinalities) card_is 01 11 0N 1N (right) is_card -------------------------------- 01 | 11 11 1N 1N 11 | 11 11 1N 1N 0N | 1N 1N NM NM 1N | 1N 1N NM NM (left)
 

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

Methods in org.devaki.nextobjects.workspace.models that return Association
 Association ConceptualModel.getAssociationAt(int at)
          Return the association identified by the parameter in the list of associations.
 

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

Constructors in org.devaki.nextobjects.workspace.models.graphics with parameters of type Association
AssociationView(Association pAssociation)
          Construct a new 'AssociationView' object
 

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

Constructors in org.devaki.nextobjects.workspace.models.objects with parameters of type Association
Association(Association pObject)
          Clone new 'Association' object
AssociationLink(Association pAssociation, Entity pEntity, int pCard)
          Create a new 'AssociationLink' object while dragging
 



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