|
||||||||||
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.DbSMSClassifier
org.modelsphere.sms.be.db.DbBEUseCase
public final class DbBEUseCase
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEModel, DbBEUseCase.
Components : DbBEUseCase, DbBEDiagram, DbBEFlow, DbBEUseCaseResource,
DbBEUseCaseQualifier<
/A>, DbSMSNotice, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fAlphanumericIdentifier
|
static MetaField |
fControl
|
static MetaField |
fExternal
|
static MetaRelationN |
fFirstEndFlows
|
static MetaField |
fFixedCost
|
static MetaField |
fFixedTime
|
static MetaField |
fFixedTimeUnit
|
static MetaField |
fNumericIdentifier
|
static MetaField |
fPartialCost
|
static MetaField |
fPartialTime
|
static MetaField |
fPartialTimeUnit
|
static MetaField |
fResourceCost
|
static MetaField |
fResourceTime
|
static MetaField |
fResourceTimeUnit
|
static MetaRelationN |
fSecondEndFlows
|
static MetaField |
fSourceAlphanumericIdentifier
|
static MetaField |
fSourceNumericIdentifier
|
static MetaField |
fSynchronizationRule
|
static MetaField |
fTerminologyName
|
static MetaField |
fTotalCost
|
static MetaField |
fTotalTime
|
static MetaField |
fTotalTimeUnit
|
static MetaClass |
metaClass
|
static MetaField[] |
notationFields
|
Fields inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
fClassifierGos |
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 | |
---|---|
DbBEUseCase()
Parameter-less constructor. |
|
DbBEUseCase(DbObject composite)
Creates an instance of DbBEUseCase. |
Method Summary | |
---|---|
DbBEFlow |
findFlowComponentByID(java.lang.String identifier)
|
java.lang.String |
getAlphanumericHierID()
|
java.lang.String |
getAlphanumericIdentifier()
Gets the "alphanumeric identifier" property of a DbBEUseCase's instance. |
java.lang.Boolean |
getControl()
Deprecated. use isControl() method instead |
java.lang.Boolean |
getExternal()
Deprecated. use isExternal() method instead |
protected int |
getFeatureSet()
|
DbRelationN |
getFirstEndFlows()
Gets the list of flows associated to a DbBEUseCase's instance. |
java.lang.Double |
getFixedCost()
Gets the "fixed cost" of a DbBEUseCase's instance. |
java.lang.Double |
getFixedTime()
Gets the "fixed time" of a DbBEUseCase's instance. |
BETimeUnit |
getFixedTimeUnit()
Gets the "fixed time unit" of a DbBEUseCase's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getNumericHierID()
|
java.lang.Integer |
getNumericIdentifier()
Gets the "numeric identifier" of a DbBEUseCase's instance. |
java.lang.Double |
getPartialCost()
Gets the "partial cost" of a DbBEUseCase's instance. |
java.lang.Double |
getPartialTime()
Gets the "partial time" of a DbBEUseCase's instance. |
BETimeUnit |
getPartialTimeUnit()
Gets the "partial time unit" of a DbBEUseCase's instance. |
java.lang.Double |
getResourceCost()
Gets the "resource cost" of a DbBEUseCase's instance. |
java.lang.Double |
getResourceTime()
Gets the "resource time" of a DbBEUseCase's instance. |
BETimeUnit |
getResourceTimeUnit()
Gets the "resource time unit" of a DbBEUseCase's instance. |
DbRelationN |
getSecondEndFlows()
Gets the list of flows associated to a DbBEUseCase's instance. |
javax.swing.Icon |
getSemanticalIcon(int form)
|
java.lang.String |
getSemanticalName(int form)
|
java.lang.String |
getSourceAlphanumericIdentifier()
Gets the "external alphanumeric identifier" property of a DbBEUseCase's instance. |
java.lang.String |
getSourceNumericIdentifier()
Gets the "external numeric identifier" property of a DbBEUseCase's instance. |
java.lang.String |
getSynchronizationRule()
Gets the "synchronization rule" property of a DbBEUseCase's instance. |
java.lang.String |
getTerminologyName()
Gets the "terminology" property of a DbBEUseCase's instance. |
java.lang.Double |
getTotalCost()
Gets the "total cost" of a DbBEUseCase's instance. |
java.lang.Double |
getTotalTime()
Gets the "total time" of a DbBEUseCase's instance. |
BETimeUnit |
getTotalTimeUnit()
Gets the "total time unit" of a DbBEUseCase's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isContext()
|
boolean |
isControl()
Tells whether a DbBEUseCase's instance is control or not. |
boolean |
isExternal()
Tells whether a DbBEUseCase's instance is external or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAlphanumericIdentifier(java.lang.String value)
Sets the "alphanumeric identifier" property of a DbBEUseCase's instance. |
void |
setControl(java.lang.Boolean value)
Sets the "control" property of a DbBEUseCase's instance. |
void |
setExternal(java.lang.Boolean value)
Sets the "external" property of a DbBEUseCase's instance. |
void |
setFixedCost(java.lang.Double value)
Sets the "fixed cost" property of a DbBEUseCase's instance. |
void |
setFixedTime(java.lang.Double value)
Sets the "fixed time" property of a DbBEUseCase's instance. |
void |
setFixedTimeUnit(BETimeUnit value)
Sets the "fixed time unit" property of a DbBEUseCase's instance. |
void |
setNumericIdentifier(java.lang.Integer value)
Sets the "numeric identifier" property of a DbBEUseCase's instance. |
void |
setPartialCost(java.lang.Double value)
Sets the "partial cost" property of a DbBEUseCase's instance. |
void |
setPartialTime(java.lang.Double value)
Sets the "partial time" property of a DbBEUseCase's instance. |
void |
setPartialTimeUnit(BETimeUnit value)
Sets the "partial time unit" property of a DbBEUseCase's instance. |
void |
setResourceCost(java.lang.Double value)
Sets the "resource cost" property of a DbBEUseCase's instance. |
void |
setResourceTime(java.lang.Double value)
Sets the "resource time" property of a DbBEUseCase's instance. |
void |
setResourceTimeUnit(BETimeUnit value)
Sets the "resource time unit" property of a DbBEUseCase's instance. |
void |
setSourceAlphanumericIdentifier(java.lang.String value)
Sets the "external alphanumeric identifier" property of a DbBEUseCase's instance. |
void |
setSourceNumericIdentifier(java.lang.String value)
Sets the "external numeric identifier" property of a DbBEUseCase's instance. |
void |
setSynchronizationRule(java.lang.String value)
Sets the "synchronization rule" property of a DbBEUseCase's instance. |
void |
setTerminologyName(java.lang.String value)
Sets the "terminology" property of a DbBEUseCase's instance. |
void |
setTotalCost(java.lang.Double value)
Sets the "total cost" property of a DbBEUseCase's instance. |
void |
setTotalTime(java.lang.Double value)
Sets the "total time" property of a DbBEUseCase's instance. |
void |
setTotalTimeUnit(BETimeUnit value)
Sets the "total time unit" property of a DbBEUseCase's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
getClassifierGos |
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 MetaField fNumericIdentifier
public static final MetaField fAlphanumericIdentifier
public static final MetaField fExternal
public static final MetaField fSynchronizationRule
public static final MetaRelationN fFirstEndFlows
public static final MetaRelationN fSecondEndFlows
public static final MetaField fFixedTime
public static final MetaField fFixedTimeUnit
public static final MetaField fResourceTime
public static final MetaField fResourceTimeUnit
public static final MetaField fPartialTime
public static final MetaField fPartialTimeUnit
public static final MetaField fTotalTime
public static final MetaField fTotalTimeUnit
public static final MetaField fFixedCost
public static final MetaField fResourceCost
public static final MetaField fPartialCost
public static final MetaField fTotalCost
public static final MetaField fControl
public static final MetaField fSourceAlphanumericIdentifier
public static final MetaField fSourceNumericIdentifier
public static final MetaField fTerminologyName
public static final MetaClass metaClass
public static final MetaField[] notationFields
Constructor Detail |
---|
public DbBEUseCase()
public DbBEUseCase(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
public java.lang.String getNumericHierID() throws DbException
DbException
public final javax.swing.Icon getSemanticalIcon(int form) throws DbException
getSemanticalIcon
in class DbObject
form
- int
DbException
public DbBEFlow findFlowComponentByID(java.lang.String identifier) throws DbException
identifier
- java.lang.String
DbException
public boolean isContext() throws DbException
DbException
public java.lang.String getAlphanumericHierID() throws DbException
DbException
protected final int getFeatureSet()
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSClassifier
metafield
- org.modelsphere.jack.baseDb.meta.MetaFieldvalue
- java.lang.Object
DbException
public final void setNumericIdentifier(java.lang.Integer value) throws DbException
value
- the "numeric identifier" property
DbException
public final void setAlphanumericIdentifier(java.lang.String value) throws DbException
value
- the "alphanumeric identifier" property
DbException
public final void setExternal(java.lang.Boolean value) throws DbException
value
- the "external" property
DbException
public final void setSynchronizationRule(java.lang.String value) throws DbException
value
- the "synchronization rule" property
DbException
public final void setFixedTime(java.lang.Double value) throws DbException
value
- the "fixed time" property
DbException
public final void setFixedTimeUnit(BETimeUnit value) throws DbException
value
- the "fixed time unit" property
DbException
public final void setResourceTime(java.lang.Double value) throws DbException
value
- the "resource time" property
DbException
public final void setResourceTimeUnit(BETimeUnit value) throws DbException
value
- the "resource time unit" property
DbException
public final void setPartialTime(java.lang.Double value) throws DbException
value
- the "partial time" property
DbException
public final void setPartialTimeUnit(BETimeUnit value) throws DbException
value
- the "partial time unit" property
DbException
public final void setTotalTime(java.lang.Double value) throws DbException
value
- the "total time" property
DbException
public final void setTotalTimeUnit(BETimeUnit value) throws DbException
value
- the "total time unit" property
DbException
public final void setFixedCost(java.lang.Double value) throws DbException
value
- the "fixed cost" property
DbException
public final void setResourceCost(java.lang.Double value) throws DbException
value
- the "resource cost" property
DbException
public final void setPartialCost(java.lang.Double value) throws DbException
value
- the "partial cost" property
DbException
public final void setTotalCost(java.lang.Double value) throws DbException
value
- the "total cost" property
DbException
public final void setControl(java.lang.Boolean value) throws DbException
value
- the "control" property
DbException
public final void setSourceAlphanumericIdentifier(java.lang.String value) throws DbException
value
- the "external alphanumeric identifier" property
DbException
public final void setSourceNumericIdentifier(java.lang.String value) throws DbException
value
- the "external numeric identifier" property
DbException
public final void setTerminologyName(java.lang.String value) throws DbException
value
- the "terminology" property
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSClassifier
DbException
public final java.lang.Integer getNumericIdentifier() throws DbException
DbException
public final java.lang.String getAlphanumericIdentifier() throws DbException
DbException
public final java.lang.Boolean getExternal() throws DbException
DbException
public final boolean isExternal() throws DbException
DbException
public final java.lang.String getSynchronizationRule() throws DbException
DbException
public final DbRelationN getFirstEndFlows() throws DbException
DbException
public final DbRelationN getSecondEndFlows() throws DbException
DbException
public final java.lang.Double getFixedTime() throws DbException
DbException
public final BETimeUnit getFixedTimeUnit() throws DbException
DbException
public final java.lang.Double getResourceTime() throws DbException
DbException
public final BETimeUnit getResourceTimeUnit() throws DbException
DbException
public final java.lang.Double getPartialTime() throws DbException
DbException
public final BETimeUnit getPartialTimeUnit() throws DbException
DbException
public final java.lang.Double getTotalTime() throws DbException
DbException
public final BETimeUnit getTotalTimeUnit() throws DbException
DbException
public final java.lang.Double getFixedCost() throws DbException
DbException
public final java.lang.Double getResourceCost() throws DbException
DbException
public final java.lang.Double getPartialCost() throws DbException
DbException
public final java.lang.Double getTotalCost() throws DbException
DbException
public final java.lang.Boolean getControl() throws DbException
DbException
public final boolean isControl() throws DbException
DbException
public final java.lang.String getSourceAlphanumericIdentifier() throws DbException
DbException
public final java.lang.String getSourceNumericIdentifier() throws DbException
DbException
public final java.lang.String getTerminologyName() 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 |