Skip navigation links

Package fr.inria.atlanmod.neoemf.data.blueprints.util

Provides utility classes related to Blueprints.

See: Description

Package fr.inria.atlanmod.neoemf.data.blueprints.util Description

Provides utility classes related to Blueprints.

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() [...]
 
Skip navigation links

Copyright © 2013–2019 Atlanmod. All rights reserved.