Uses of Class
org.modelsphere.sms.db.DbSMSClassifier

Packages that use DbSMSClassifier
org.modelsphere.sms.be.db   
org.modelsphere.sms.db   
org.modelsphere.sms.or.db   
 

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

Methods in org.modelsphere.sms.be.db that return DbSMSClassifier
 DbSMSClassifier DbBEFlow.getFirstEnd()
          Gets the extremity 1 object associated to a DbBEFlow's instance.
 DbSMSClassifier DbBEFlow.getSecondEnd()
          Gets the extremity 2 object associated to a DbBEFlow's instance.
 

Methods in org.modelsphere.sms.be.db with parameters of type DbSMSClassifier
 void DbBEFlow.setFirstEnd(DbSMSClassifier value)
          Sets the extremity 1 object associated to a DbBEFlow's instance.
 void DbBEFlow.setSecondEnd(DbSMSClassifier value)
          Sets the extremity 2 object associated to a DbBEFlow's instance.
 

Constructors in org.modelsphere.sms.be.db with parameters of type DbSMSClassifier
DbBEActorGo(DbSMSDiagram composite, DbSMSClassifier classifier)
          Creates an instance of DbBEActorGo.
DbBEContextGo(DbSMSDiagram composite, DbSMSClassifier classifier)
          Creates an instance of DbBEContextGo.
DbBEStoreGo(DbSMSDiagram composite, DbSMSClassifier classifier)
          Creates an instance of DbBEStoreGo.
DbBEUseCaseGo(DbSMSDiagram composite, DbSMSClassifier classifier)
          Creates an instance of DbBEUseCaseGo.
 

Uses of DbSMSClassifier in org.modelsphere.sms.db
 

Methods in org.modelsphere.sms.db that return DbSMSClassifier
 DbSMSClassifier DbSMSClassifierGo.getClassifier()
          Gets the classifier object associated to a DbSMSClassifierGo's instance.
 

Methods in org.modelsphere.sms.db with parameters of type DbSMSClassifier
 void DbSMSClassifierGo.setClassifier(DbSMSClassifier value)
          Sets the classifier object associated to a DbSMSClassifierGo's instance.
 

Constructors in org.modelsphere.sms.db with parameters of type DbSMSClassifier
DbSMSClassifierGo(DbSMSDiagram composite, DbSMSClassifier classifier)
          Creates an instance of DbSMSClassifierGo.
 

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

Constructors in org.modelsphere.sms.or.db with parameters of type DbSMSClassifier
DbORTableGo(DbSMSDiagram composite, DbSMSClassifier classifier)
          Creates an instance of DbORTableGo.
 



Open ModelSphere 2007. All Rights Reserved.