|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbSemanticalObject
org.modelsphere.sms.db.DbSMSSemanticalObject
org.modelsphere.sms.db.DbSMSAbstractRelationship
org.modelsphere.sms.be.db.DbBEFlow
public final class DbBEFlow
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEUseCase.
Components : DbBEFlowQualifier, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fArrowFirstEnd
|
static MetaField |
fArrowSecondEnd
|
static MetaField |
fControl
|
static MetaField |
fDiscreteContinous
|
static MetaField |
fEmissionCondition
|
static MetaChoice |
fFirstEnd
|
static MetaRelationN |
fFlowGos
|
static MetaField |
fFrequency
|
static MetaField |
fIdentifier
|
static MetaChoice |
fSecondEnd
|
static MetaClass |
metaClass
|
static MetaField[] |
notationFields
|
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Constructor Summary | |
---|---|
DbBEFlow()
Parameter-less constructor. |
|
DbBEFlow(DbObject composite)
Creates an instance of DbBEFlow. |
Method Summary | |
---|---|
java.lang.Boolean |
getArrowFirstEnd()
Deprecated. use isArrowFirstEnd() method instead |
java.lang.Boolean |
getArrowSecondEnd()
Deprecated. use isArrowSecondEnd() method instead |
java.lang.Boolean |
getControl()
Deprecated. use isControl() method instead |
BEDiscreteContinous |
getDiscreteContinous()
Gets the "discrete / continous" of a DbBEFlow's instance. |
java.lang.String |
getEmissionCondition()
Gets the "emission condition" property of a DbBEFlow's instance. |
protected int |
getFeatureSet()
|
DbSMSClassifier |
getFirstEnd()
Gets the extremity 1 object associated to a DbBEFlow's instance. |
DbRelationN |
getFlowGos()
Gets the list of graphical objects associated to a DbBEFlow's instance. |
java.lang.Integer |
getFrequency()
Gets the "frequency" of a DbBEFlow's instance. |
java.lang.String |
getIdentifier()
Gets the "identifier" property of a DbBEFlow's instance. |
MetaClass |
getMetaClass()
|
DbSMSClassifier |
getSecondEnd()
Gets the extremity 2 object associated to a DbBEFlow's instance. |
java.lang.String |
getSemanticalName(int form)
|
static void |
initMeta()
For internal use only. |
boolean |
isArrowFirstEnd()
Tells whether a DbBEFlow's instance is arrowFirstEnd or not. |
boolean |
isArrowSecondEnd()
Tells whether a DbBEFlow's instance is arrowSecondEnd or not. |
boolean |
isControl()
Tells whether a DbBEFlow's instance is control or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setArrowFirstEnd(java.lang.Boolean value)
Sets the "extremity 1 arrow" property of a DbBEFlow's instance. |
void |
setArrowSecondEnd(java.lang.Boolean value)
Sets the "extremity 2 arrow" property of a DbBEFlow's instance. |
void |
setControl(java.lang.Boolean value)
Sets the "control" property of a DbBEFlow's instance. |
void |
setDiscreteContinous(BEDiscreteContinous value)
Sets the "discrete / continous" property of a DbBEFlow's instance. |
void |
setEmissionCondition(java.lang.String value)
Sets the "emission condition" property of a DbBEFlow's instance. |
void |
setFirstEnd(DbSMSClassifier value)
Sets the extremity 1 object associated to a DbBEFlow's instance. |
void |
setFrequency(java.lang.Integer value)
Sets the "frequency" property of a DbBEFlow's instance. |
void |
setIdentifier(java.lang.String value)
Sets the "identifier" property of a DbBEFlow's instance. |
void |
setSecondEnd(DbSMSClassifier value)
Sets the extremity 2 object associated to a DbBEFlow's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaChoice fFirstEnd
public static final MetaChoice fSecondEnd
public static final MetaField fIdentifier
public static final MetaField fControl
public static final MetaField fFrequency
public static final MetaField fDiscreteContinous
public static final MetaField fEmissionCondition
public static final MetaRelationN fFlowGos
public static final MetaField fArrowFirstEnd
public static final MetaField fArrowSecondEnd
public static final MetaClass metaClass
public static final MetaField[] notationFields
Constructor Detail |
---|
public DbBEFlow()
public DbBEFlow(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public java.lang.String getSemanticalName(int form) throws DbException
getSemanticalName
in class DbObject
form
- int
DbException
protected final int getFeatureSet()
public final void setFirstEnd(DbSMSClassifier value) throws DbException
value
- the extremity 1 object to be associated
DbException
public final void setSecondEnd(DbSMSClassifier value) throws DbException
value
- the extremity 2 object to be associated
DbException
public final void setIdentifier(java.lang.String value) throws DbException
value
- the "identifier" property
DbException
public final void setControl(java.lang.Boolean value) throws DbException
value
- the "control" property
DbException
public final void setFrequency(java.lang.Integer value) throws DbException
value
- the "frequency" property
DbException
public final void setDiscreteContinous(BEDiscreteContinous value) throws DbException
value
- the "discrete / continous" property
DbException
public final void setEmissionCondition(java.lang.String value) throws DbException
value
- the "emission condition" property
DbException
public final void setArrowFirstEnd(java.lang.Boolean value) throws DbException
value
- the "extremity 1 arrow" property
DbException
public final void setArrowSecondEnd(java.lang.Boolean value) throws DbException
value
- the "extremity 2 arrow" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSAbstractRelationship
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSAbstractRelationship
DbException
public final DbSMSClassifier getFirstEnd() throws DbException
DbException
public final DbSMSClassifier getSecondEnd() throws DbException
DbException
public final java.lang.String getIdentifier() throws DbException
DbException
public final java.lang.Boolean getControl() throws DbException
DbException
public final boolean isControl() throws DbException
DbException
public final java.lang.Integer getFrequency() throws DbException
DbException
public final BEDiscreteContinous getDiscreteContinous() throws DbException
DbException
public final java.lang.String getEmissionCondition() throws DbException
DbException
public final DbRelationN getFlowGos() throws DbException
DbException
public final java.lang.Boolean getArrowFirstEnd() throws DbException
DbException
public final boolean isArrowFirstEnd() throws DbException
DbException
public final java.lang.Boolean getArrowSecondEnd() throws DbException
DbException
public final boolean isArrowSecondEnd() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |