Uses of Class
org.devaki.nextobjects.workspace.models.ConceptualModel

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

Uses of ConceptualModel in org.devaki.nextobjects.util
 

Methods in org.devaki.nextobjects.util with parameters of type ConceptualModel
static boolean CDMVerifier.verify(ConceptualModel pMerise)
          Verify the current CDM
static PhysicalModel MeriseTransform.cdm2pdm(ConceptualModel pConceptualModel)
          Generate a PDM from the current CDM *
static void ModelMan.newConceptualDatamodel(ConceptualModel pMerise)
          Create a new Conceptual Data Model
static Entity ModelMan.addEntity(ConceptualModel pMerise, java.awt.Point p)
          Conveniency method for the ConceptualView.java to add an entity.
static void ModelMan.addEntity(ConceptualModel pMerise, Entity pEntity)
          Function used to paste an entity when using the clipboard
static void ModelMan.addAssociation(ConceptualModel pMerise, Association pAssoc)
          Function used to paste an association when using the clipboard
static Association ModelMan.addAssociation(ConceptualModel pMerise, java.awt.Point p)
          Add an association
static AssociationLink ModelMan.addAssociationLink(ConceptualModel pMerise, AssociationLink pAssocLink)
          Add an associationLink
static void NOXMLFactory.loadCdm(org.w3c.dom.Document doc, ConceptualModel pMerise)
          Convert a XML stream into an ConceptualModel
static void NOXMLOutputer.writeModel(ConceptualModel pCDM, java.io.OutputStream out)
          Write a model to an XML stream.
 

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

Constructors in org.devaki.nextobjects.workspace.models.graphics with parameters of type ConceptualModel
ConceptualView(ConceptualModel pMerise)
          Construct a new ConceptualView object
 

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

Constructors in org.devaki.nextobjects.workspace.models.objects with parameters of type ConceptualModel
Association(ConceptualModel pModel, Entity pEntityBegin, Entity pEntityEnd)
          Construct a new 'Association' object
Association(ConceptualModel pModel)
          Create a new 'Association' object
Entity(ConceptualModel pModel)
          Construct a new 'Entity' object
 



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