Concept newInstance (String uri, String extId)Concept newInstance (String uri, String extId)uri.| Name | Type | Description |
|---|---|---|
uri | String | The URI in the project of the Concept to create. |
extId | String | When used with ActiveMatrix Decisions, this parameter must be null. |
| Type | Description |
|---|---|
Concept | The newly created Concept instance. |
customerArray[customerArray@length]= Instance.newInstance("com.example.samplenewinstance.Customer", null);