Uses of Class
org.modelsphere.jack.baseDb.meta.MetaRelationship

Packages that use MetaRelationship
org.modelsphere.jack.baseDb.db   
org.modelsphere.jack.baseDb.meta   
org.modelsphere.sms.oo.db   
org.modelsphere.sms.or.db   
org.modelsphere.sms.templates   
 

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

Methods in org.modelsphere.jack.baseDb.db with parameters of type MetaRelationship
 int DbObject.getMinCard(MetaRelationship metaRel)
           
 int DbObject.getNbNeighbors(MetaRelationship relation)
           
 

Uses of MetaRelationship in org.modelsphere.jack.baseDb.meta
 

Subclasses of MetaRelationship in org.modelsphere.jack.baseDb.meta
 class MetaChoice
          A special type of MetaRelationship.
 class MetaRelation
          Common interface to MetaRelation1 and MetaRelationN
 class MetaRelation1
          Defines an optional (0..1) or mandatory (1..1) relationship.
 class MetaRelationN
          Defines a one-to-many (0..n or 1..n) relationship.
 

Methods in org.modelsphere.jack.baseDb.meta that return MetaRelationship
 MetaRelationship MetaChoice.getOppositeRel(DbObject neighbor)
           
 MetaRelationship MetaRelation.getOppositeRel(DbObject neighbor)
           
abstract  MetaRelationship MetaRelationship.getOppositeRel(DbObject neighbor)
           
 

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

Methods in org.modelsphere.sms.oo.db with parameters of type MetaRelationship
 int DbOOAssociation.getMinCard(MetaRelationship metaRel)
           
 int DbOODataMember.getMinCard(MetaRelationship metaRel)
           
 

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

Methods in org.modelsphere.sms.or.db with parameters of type MetaRelationship
 int DbORAssociation.getMinCard(MetaRelationship metaRel)
           
 

Uses of MetaRelationship in org.modelsphere.sms.templates
 

Methods in org.modelsphere.sms.templates that return MetaRelationship
static MetaRelationship GenericMapping.getMetaRelation(java.lang.String repositoryString)
           
 



Open ModelSphere 2007. All Rights Reserved.