| Interface | Description |
|---|---|
| Concept |
Base for all runtime concepts.
|
| ContainedConcept |
Represents a concept contained in another concept.
|
| Property |
Base for concept and scorecard properties.
|
| Property.PropertyBoolean |
Base for properties which contain a boolean value.
|
| Property.PropertyConcept |
Base for properties of type
Concept. |
| Property.PropertyConceptReference |
Base for properties which refer to a
Concept. |
| Property.PropertyContainedConcept |
Base for properties which contain a
Concept. |
| Property.PropertyDateTime |
Base for properties which contain a date and time.
|
| Property.PropertyDouble |
Base for properties which contain a
double value. |
| Property.PropertyInt |
Base for properties which contain an
int value. |
| Property.PropertyLong |
Base for properties which contain a
long value. |
| Property.PropertyString |
Base for properties which contain a
String value. |
| PropertyArray |
Base for array properties, (properties that can contain multiple
PropertyAtom). |
| PropertyArrayBoolean |
Property that contains zero, one, or multiple
PropertyAtomBoolean. |
| PropertyArrayConcept |
Base for properties that contain or refer to zero, one, or multiple
PropertyAtomConcept. |
| PropertyArrayConceptReference |
Property that contains zero, one, or multiple
PropertyAtomConceptReference. |
| PropertyArrayContainedConcept |
Property that contains zero, one, or multiple
PropertyAtomContainedConcept. |
| PropertyArrayDateTime |
Property that contains zero, one, or multiple
PropertyAtomDateTime. |
| PropertyArrayDouble |
Property that contains zero, one, or multiple
PropertyAtomDouble. |
| PropertyArrayInt |
Property that contains zero, one, or multiple
PropertyAtomInt. |
| PropertyArrayLong |
Property that contains zero, one, or multiple
PropertyAtomLong. |
| PropertyArrayString |
Property that contains zero, one, or multiple
PropertyAtomString. |
| PropertyAtom |
Base for atom properties (properties that contains one value).
|
| PropertyAtomBoolean |
Property that contains one boolean value.
|
| PropertyAtomConcept |
Base for properties that contain or refer to one concept.
|
| PropertyAtomConceptReference |
Property that contains one reference to a
Concept. |
| PropertyAtomContainedConcept |
Property that contains one
Concept. |
| PropertyAtomDateTime |
Property that contains one DateTime i.e.
|
| PropertyAtomDouble |
Property that contains one
double. |
| PropertyAtomInt |
Property that contains one
int. |
| PropertyAtomLong |
Property that contains one long.
|
| PropertyAtomString |
Property that contains one
String. |
| Exception | Description |
|---|---|
| PropertyException |
Exception thrown when attempting to access a property value that is currently unknown or unset.
|