My Project
|
Public Member Functions | |
long | getID () |
BusinessElementInstance (int aBusinessElement, boolean isUndefined) | |
int | getWhatBusinessElement () |
boolean | isUndefined () |
Private Member Functions | |
void | setID () |
Static Private Member Functions | |
static synchronized void | IncrementLastSerialID () |
static synchronized long | getLastSerialID () |
Private Attributes | |
int | whatBusinessElement |
boolean | undefined |
Long | id |
The identification number of each single instance. | |
Static Private Attributes | |
static long | last_serial_id =0 |
Business elements are aspects of a knowledge field: product, market, technology, organization, etc. Business elements instances are a particular product, a particular market, etc.
|
inline |
An instance of a business element is created keeping track of:
aBusinessElement | |
isUndefined |
|
inline |
|
inlinestaticprivate |
|
inline |
Reports what business element this is an instance of.
|
inline |
Reports whether a business element is undefined.
|
staticprivate |
The value of this static variable is common to all.
|
private |
Undefined business elements are be created by the partial intersection of regular knowledge fields.
|
private |
What a business element this is an instance of.