new Concept(modelManager, ns, type)
This constructor should not be called directly.
Note: Only to be called by framework code. Applications should
retrieve instances from Factory
Parameters:
Name | Type | Description |
---|---|---|
modelManager |
ModelManager | The ModelManager for this instance |
ns |
string | The namespace this instance. |
type |
string | The type this instance. |
- Source:
- See:
-
See Resource
Extends
- Identifiable
Methods
-
isConcept()
-
Determine if this typed is a concept.
Returns:
True if this typed is a concept,
false if not.- Type
- boolean