See: Description
| Class | Description | 
|---|---|
| BlueprintsUriFactory | A  UriFactorythat creates Blueprints specific resource URIs. | 
 This package defines the BlueprintsUriFactory class, that
 extends UriFactory to create Blueprints specific URIs. BlueprintsUriFactorys are convenience wrappers of EMF URIs that set a
 dedicated protocol that is parsed by NeoEMF to create the appropriate database.
 
 BlueprintsUriFactorys are created using the following code:
 
 URI uri = BlueprintsUriFactory.createLocalUri("model_path");
 // The created URI can be used as a regular EMF URI to create a NeoEMF resource
 Resource resource = resourceSet.createResource(uri);
 // And accessed as a regular EMF resource
 resource.getContents() [...]
 Copyright © 2013–2019 Atlanmod. All rights reserved.