Uses of Class
org.modelsphere.jack.baseDb.db.DbRelationN

Packages that use DbRelationN
org.modelsphere.jack.baseDb.db   
org.modelsphere.sms.be.db   
org.modelsphere.sms.db   
org.modelsphere.sms.oo.db   
org.modelsphere.sms.oo.java.db   
org.modelsphere.sms.or.db   
org.modelsphere.sms.or.ibm.db   
org.modelsphere.sms.or.informix.db   
org.modelsphere.sms.or.oracle.db   
 

Uses of DbRelationN in org.modelsphere.jack.baseDb.db
 

Subclasses of DbRelationN in org.modelsphere.jack.baseDb.db
 class DbHugeRAMRelationN
          This class is a faster alternative to DbRAMRelationN for relations that may become big, but in counterpart it does not preserve the order of elements, so it cannot be used for lists whose order is controlled by the user.
 class DbRAMRelationN
          This class implements a general support for relation N, that may be used for any DBMS (not only DbRAM); so, for some DBMSs, we may prefer to use this implementation instead of the DBMS's own collections.
 

Methods in org.modelsphere.jack.baseDb.db that return DbRelationN
 DbRelationN DbObject.createRAMRelN(MetaRelationN metaRelN)
           
 DbRelationN DbObject.getComponents()
           
 DbRelationN DbUDF.getDisplayZones()
           
 DbRelationN DbLogin.getGroups()
           
 DbRelationN DbLoginGroup.getMembers()
           
 DbRelationN DbObject.getUdfValues()
           
 

Constructors in org.modelsphere.jack.baseDb.db with parameters of type DbRelationN
DbReinsertCommand(DbRelationN dbRelN, DbObject neighbor, int oldIndex, int newIndex)
           
 

Uses of DbRelationN in org.modelsphere.sms.be.db
 

Methods in org.modelsphere.sms.be.db that return DbRelationN
 DbRelationN DbBEContextCell.getActorGos()
          Gets the list of actor graphical objects associated to a DbBEContextCell's instance.
 DbRelationN DbBENotation.getDiagrams()
          Gets the list of diagrams associated to a DbBENotation's instance.
 DbRelationN DbBEActor.getFirstEndFlows()
          Gets the list of flows associated to a DbBEActor's instance.
 DbRelationN DbBEStore.getFirstEndFlows()
          Gets the list of flows associated to a DbBEStore's instance.
 DbRelationN DbBEUseCase.getFirstEndFlows()
          Gets the list of flows associated to a DbBEUseCase's instance.
 DbRelationN DbBEFlow.getFlowGos()
          Gets the list of graphical objects associated to a DbBEFlow's instance.
 DbRelationN DbBEResource.getProcessUsages()
          Gets the list of processes associated to a DbBEResource's instance.
 DbRelationN DbBEQualifier.getQualifiedActors()
          Gets the list of external entities associated to a DbBEQualifier's instance.
 DbRelationN DbBEQualifier.getQualifiedFlows()
          Gets the list of flows associated to a DbBEQualifier's instance.
 DbRelationN DbBEQualifier.getQualifiedStores()
          Gets the list of stores associated to a DbBEQualifier's instance.
 DbRelationN DbBEQualifier.getQualifiedUseCases()
          Gets the list of processes associated to a DbBEQualifier's instance.
 DbRelationN DbBEActor.getSecondEndFlows()
          Gets the list of flows associated to a DbBEActor's instance.
 DbRelationN DbBEStore.getSecondEndFlows()
          Gets the list of flows associated to a DbBEStore's instance.
 DbRelationN DbBEUseCase.getSecondEndFlows()
          Gets the list of flows associated to a DbBEUseCase's instance.
 DbRelationN DbBEContextCell.getStoreGos()
          Gets the list of store graphical objects associated to a DbBEContextCell's instance.
 DbRelationN DbBEContextCell.getUsecaseGos()
          Gets the list of process graphical objects associated to a DbBEContextCell's instance.
 

Uses of DbRelationN in org.modelsphere.sms.db
 

Methods in org.modelsphere.sms.db that return DbRelationN
 DbRelationN DbSMSAssociation.getAssociationGos()
          Gets the list of graphical objects associated to a DbSMSAssociation's instance.
 DbRelationN DbSMSGraphicalObject.getBackEndLineGos()
          Gets the list of back end line graphical objects associated to a DbSMSGraphicalObject's instance.
 DbRelationN DbSMSDiagram.getChildDiagrams()
          Gets the list of child diagrams associated to a DbSMSDiagram's instance.
 DbRelationN DbSMSClassifier.getClassifierGos()
          Gets the list of graphical objects associated to a DbSMSClassifier's instance.
 DbRelationN DbSMSCommonItem.getCommonItemGos()
          Gets the list of graphical objects associated to a DbSMSCommonItem's instance.
 DbRelationN DbSMSUmlConstraint.getConstrainedObjects()
          Gets the list of constrained objects associated to a DbSMSUmlConstraint's instance.
 DbRelationN DbSMSStyle.getDescendants()
          Gets the list of descendants associated to a DbSMSStyle's instance.
 DbRelationN DbSMSStyle.getDiagrams()
          Gets the list of diagrams associated to a DbSMSStyle's instance.
 DbRelationN DbSMSGraphicalObject.getFrontEndLineGos()
          Gets the list of front end lines graphical objects associated to a DbSMSGraphicalObject's instance.
 DbRelationN DbSMSStyle.getGraphicalObjects()
          Gets the list of graphical objects associated to a DbSMSStyle's instance.
 DbRelationN DbSMSInheritance.getInheritanceGos()
          Gets the list of inheritance graphical objects associated to a DbSMSInheritance's instance.
 DbRelationN DbSMSLink.getLinkGos()
          Gets the list of link graphical objects associated to a DbSMSLink's instance.
 DbRelationN DbSMSNotice.getNoticeGos()
          Gets the list of notice graphical objects associated to a DbSMSNotice's instance.
 DbRelationN DbSMSSemanticalObject.getObjectImports()
          Gets the list of imports associated to a DbSMSSemanticalObject's instance.
 DbRelationN DbSMSFeature.getOverriddenFeatures()
          Gets the list of overridden features associated to a DbSMSFeature's instance.
 DbRelationN DbSMSFeature.getOverridingFeatures()
          Gets the list of overriding features associated to a DbSMSFeature's instance.
 DbRelationN DbSMSPackage.getPackageGos()
          Gets the list of packages graphical objects associated to a DbSMSPackage's instance.
 DbRelationN DbSMSTargetSystem.getPackages()
          Gets the list of packages associated to a DbSMSTargetSystem's instance.
 DbRelationN DbSMSSemanticalObject.getSourceLinks()
          Gets the list of source links associated to a DbSMSSemanticalObject's instance.
 DbRelationN DbSMSLink.getSourceObjects()
          Gets the list of source objects associated to a DbSMSLink's instance.
 DbRelationN DbSMSStereotype.getStereotypedObjects()
          Gets the list of stereotyped objects associated to a DbSMSStereotype's instance.
 DbRelationN DbSMSSemanticalObject.getSubCopies()
          Gets the list of sub-copies associated to a DbSMSSemanticalObject's instance.
 DbRelationN DbSMSStereotype.getSubStereotypes()
          Gets the list of substereotypes associated to a DbSMSStereotype's instance.
 DbRelationN DbSMSStereotype.getSuperStereotypes()
          Gets the list of superstereotypes associated to a DbSMSStereotype's instance.
 DbRelationN DbSMSSemanticalObject.getTargetLinks()
          Gets the list of target links associated to a DbSMSSemanticalObject's instance.
 DbRelationN DbSMSLink.getTargetObjects()
          Gets the list of target objects associated to a DbSMSLink's instance.
 DbRelationN DbSMSSemanticalObject.getUmlConstraints()
          Gets the list of uml constraints associated to a DbSMSSemanticalObject's instance.
 DbRelationN DbSMSStyle.getUsedInNotations()
          Gets the list of used in notations associated to a DbSMSStyle's instance.
 

Uses of DbRelationN in org.modelsphere.sms.oo.db
 

Methods in org.modelsphere.sms.oo.db that return DbRelationN
 DbRelationN DbOOAdt.getCommonItems()
          Gets the list of common items associated to a DbOOAdt's instance.
 DbRelationN DbOOClass.getSubInheritances()
          Gets the list of subinheritances associated to a DbOOClass's instance.
 DbRelationN DbOOClass.getSuperInheritances()
          Gets the list of superinheritances associated to a DbOOClass's instance.
 DbRelationN DbOOAdt.getTypedDataMembers()
          Gets the list of typed fields associated to a DbOOAdt's instance.
 DbRelationN DbOOAdt.getTypedElementDataMembers()
          Gets the list of typed field elements associated to a DbOOAdt's instance.
 DbRelationN DbOOAdt.getTypedElementMethods()
          Gets the list of typed elements methods associated to a DbOOAdt's instance.
 DbRelationN DbOOAdt.getTypedElementParameters()
          Gets the list of typed element parameters associated to a DbOOAdt's instance.
 DbRelationN DbOOAdt.getTypedMethods()
          Gets the list of typed methods associated to a DbOOAdt's instance.
 DbRelationN DbOOAdt.getTypedParameters()
          Gets the list of typed parameters associated to a DbOOAdt's instance.
 DbRelationN DbOOAdt.getUsedByDomains()
          Gets the list of used by domains associated to a DbOOAdt's instance.
 

Uses of DbRelationN in org.modelsphere.sms.oo.java.db
 

Methods in org.modelsphere.sms.oo.java.db that return DbRelationN
 DbRelationN DbJVCompilationUnit.getClasses()
          Gets the list of classes associated to a DbJVCompilationUnit's instance.
 DbRelationN DbJVClass.getDbBEStores()
          Gets the list of roles associated to a DbJVClass's instance.
 DbRelationN DbJVClass.getImports()
          Gets the list of imports associated to a DbJVClass's instance.
 DbRelationN DbJVPackage.getImports()
          Gets the list of imports associated to a DbJVPackage's instance.
 DbRelationN DbJVConstructor.getJavaExceptions()
          Gets the list of exceptions associated to a DbJVConstructor's instance.
 DbRelationN DbJVMethod.getJavaExceptions()
          Gets the list of exceptions associated to a DbJVMethod's instance.
 DbRelationN DbJVMethod.getProcedures()
          Gets the list of procedures associated to a DbJVMethod's instance.
 DbRelationN DbJVClass.getThrowingConstructors()
          Gets the list of throwing constructors associated to a DbJVClass's instance.
 DbRelationN DbJVClass.getThrowingMethods()
          Gets the list of throwing methods associated to a DbJVClass's instance.
 

Uses of DbRelationN in org.modelsphere.sms.or.db
 

Methods in org.modelsphere.sms.or.db that return DbRelationN
 DbRelationN DbORPrimaryUnique.getAssociationDependencies()
          Gets the list of dependencies associated to a DbORPrimaryUnique's instance.
 DbRelationN DbORAbsTable.getAssociationEnds()
          Gets the list of association roles associated to a DbORAbsTable's instance.
 DbRelationN DbORPrimaryUnique.getAssociationReferences()
          Gets the list of referenced bys associated to a DbORPrimaryUnique's instance.
 DbRelationN DbORUser.getCheckConstraints()
          Gets the list of check constraints associated to a DbORUser's instance.
 DbRelationN DbORColumn.getChecks()
          Gets the list of check constraints associated to a DbORColumn's instance.
 DbRelationN DbORCommonItem.getColumns()
          Gets the list of columns associated to a DbORCommonItem's instance.
 DbRelationN DbORPrimaryUnique.getColumns()
          Gets the list of columns associated to a DbORPrimaryUnique's instance.
 DbRelationN DbORTrigger.getColumns()
          Gets the list of columns associated to a DbORTrigger's instance.
 DbRelationN DbORTypeClassifier.getCommonItems()
          Gets the list of common items associated to a DbORTypeClassifier's instance.
 DbRelationN DbORDomainModel.getDatabasesDefaultDomains()
          Gets the list of databases default domains associated to a DbORDomainModel's instance.
 DbRelationN DbORAssociationEnd.getDependentConstraints()
          Gets the list of dependent constraints associated to a DbORAssociationEnd's instance.
 DbRelationN DbORColumn.getDestFKeyColumns()
          Gets the list of dest foreign keys associated to a DbORColumn's instance.
 DbRelationN DbORNotation.getDiagrams()
          Gets the list of diagrams associated to a DbORNotation's instance.
 DbRelationN DbORTypeClassifier.getDomains()
          Gets the list of domains associated to a DbORTypeClassifier's instance.
 DbRelationN DbORUser.getDomains()
          Gets the list of domains associated to a DbORUser's instance.
 DbRelationN DbORCommonItem.getFields()
          Gets the list of fields associated to a DbORCommonItem's instance.
 DbRelationN DbORDomain.getFields()
          Gets the list of fields associated to a DbORDomain's instance.
 DbRelationN DbORColumn.getFKeyColumns()
          Gets the list of foreign keys associated to a DbORColumn's instance.
 DbRelationN DbORUser.getForeignKeys()
          Gets the list of foreign keys associated to a DbORUser's instance.
 DbRelationN DbORUser.getIbmSequences()
          Gets the list of db2-udb sequences associated to a DbORUser's instance.
 DbRelationN DbORUser.getIndexes()
          Gets the list of indexes associated to a DbORUser's instance.
 DbRelationN DbORColumn.getIndexKeys()
          Gets the list of index keys associated to a DbORColumn's instance.
 DbRelationN DbORDomain.getMethods()
          Gets the list of methods associated to a DbORDomain's instance.
 DbRelationN DbORUser.getOperations()
          Gets the list of operations associated to a DbORUser's instance.
 DbRelationN DbORDomain.getParameters()
          Gets the list of parameters associated to a DbORDomain's instance.
 DbRelationN DbORUser.getPrimaryUniqueKeys()
          Gets the list of primary / unique keys associated to a DbORUser's instance.
 DbRelationN DbORColumn.getPrimaryUniques()
          Gets the list of primary / unique keys associated to a DbORColumn's instance.
 DbRelationN DbORTypeClassifier.getReturnTypedProcedures()
          Gets the list of return typed procedures associated to a DbORTypeClassifier's instance.
 DbRelationN DbORUser.getSequences()
          Gets the list of oracle sequences associated to a DbORUser's instance.
 DbRelationN DbORDomain.getSubDomains()
          Gets the list of sub domains associated to a DbORDomain's instance.
 DbRelationN DbORUser.getTables()
          Gets the list of tables/views associated to a DbORUser's instance.
 DbRelationN DbORColumn.getTriggers()
          Gets the list of triggers associated to a DbORColumn's instance.
 DbRelationN DbORTypeClassifier.getTypedAttributes()
          Gets the list of typed attributes associated to a DbORTypeClassifier's instance.
 DbRelationN DbORTypeClassifier.getTypedParameters()
          Gets the list of typed parameters associated to a DbORTypeClassifier's instance.
 

Uses of DbRelationN in org.modelsphere.sms.or.ibm.db
 

Methods in org.modelsphere.sms.or.ibm.db that return DbRelationN
 DbRelationN DbIBMDbPartitionGroup.getDbIBMBufferPools()
          Gets the list of buffer pools associated to a DbIBMDbPartitionGroup's instance.
 DbRelationN DbIBMBufferPool.getDbIBMDbPartitionGroups()
          Gets the list of database partition groups associated to a DbIBMBufferPool's instance.
 DbRelationN DbIBMTablespace.getTables()
          Gets the list of linked tables associated to a DbIBMTablespace's instance.
 DbRelationN DbIBMTablespace.getTablesForIndexes()
          Gets the list of linked tables for indexes associated to a DbIBMTablespace's instance.
 DbRelationN DbIBMTablespace.getTablesForLOB()
          Gets the list of linked tables for long objects associated to a DbIBMTablespace's instance.
 DbRelationN DbIBMBufferPool.getTablespaces()
          Gets the list of tablespaces associated to a DbIBMBufferPool's instance.
 DbRelationN DbIBMDbPartitionGroup.getTablespaces()
          Gets the list of tablespaces associated to a DbIBMDbPartitionGroup's instance.
 

Uses of DbRelationN in org.modelsphere.sms.or.informix.db
 

Methods in org.modelsphere.sms.or.informix.db that return DbRelationN
 DbRelationN DbINFIndex.getFragmentationKeyColumns()
          Gets the list of fragmentation key columns associated to a DbINFIndex's instance.
 DbRelationN DbINFTable.getFragmentationKeyColumns()
          Gets the list of fragmentation key columns associated to a DbINFTable's instance.
 DbRelationN DbINFColumn.getFragmentationKeyIndexes()
          Gets the list of indexes associated to a DbINFColumn's instance.
 DbRelationN DbINFDbspace.getFragments()
          Gets the list of fragments associated to a DbINFDbspace's instance.
 DbRelationN DbINFDbspace.getIndexes()
          Gets the list of indexes associated to a DbINFDbspace's instance.
 DbRelationN DbINFSbspace.getLobColumns()
          Gets the list of lob columns associated to a DbINFSbspace's instance.
 DbRelationN DbINFColumn.getSbspaces()
          Gets the list of sbspaces associated to a DbINFColumn's instance.
 DbRelationN DbINFDbspace.getTables()
          Gets the list of tables associated to a DbINFDbspace's instance.
 

Uses of DbRelationN in org.modelsphere.sms.or.oracle.db
 

Methods in org.modelsphere.sms.or.oracle.db that return DbRelationN
 DbRelationN DbORATablespace.getAbsPartitions()
          Gets the list of partitions associated to a DbORATablespace's instance.
 DbRelationN DbORATable.getCheckConstraints()
          Gets the list of exception usage (check)s associated to a DbORATable's instance.
 DbRelationN DbORATable.getForeignConstraints()
          Gets the list of exception usage (foreign)s associated to a DbORATable's instance.
 DbRelationN DbORATablespace.getIndexes()
          Gets the list of indexes associated to a DbORATablespace's instance.
 DbRelationN DbORALobStorage.getLobItems()
          Gets the list of lob items associated to a DbORALobStorage's instance.
 DbRelationN DbORATablespace.getLobs()
          Gets the list of lobs associated to a DbORATablespace's instance.
 DbRelationN DbORAIndex.getPartitionKeyColumns()
          Gets the list of partition key columns associated to a DbORAIndex's instance.
 DbRelationN DbORATable.getPartitionKeyColumns()
          Gets the list of partition key columns associated to a DbORATable's instance.
 DbRelationN DbORAColumn.getPartitionKeyIndexes()
          Gets the list of indexes associated to a DbORAColumn's instance.
 DbRelationN DbORATable.getPrimaryUniqueConstraints()
          Gets the list of exception usage (primary/unique)s associated to a DbORATable's instance.
 DbRelationN DbORATablespace.getRollbackSegments()
          Gets the list of rollback segments associated to a DbORATablespace's instance.
 DbRelationN DbORAIndex.getSubpartitionKeyColumns()
          Gets the list of subpartition key columns associated to a DbORAIndex's instance.
 DbRelationN DbORATable.getSubpartitionKeyColumns()
          Gets the list of subpartition key columns associated to a DbORATable's instance.
 DbRelationN DbORAColumn.getSubpartitionKeyIndexes()
          Gets the list of indexes associated to a DbORAColumn's instance.
 DbRelationN DbORATablespace.getTables()
          Gets the list of tables associated to a DbORATablespace's instance.
 DbRelationN DbORATable.getTablespaces()
          Gets the list of tablespaces associated to a DbORATable's instance.
 



Open ModelSphere 2007. All Rights Reserved.