Package | Description |
---|---|
fr.inria.atlanmod.neoemf.io.structure |
Provides simple representations of objects used during import/export.
|
Modifier and Type | Method and Description |
---|---|
static Namespace |
Namespace.getDefault()
Returns the default namespace.
|
Namespace |
Namespace.Registry.getFromPrefix(String prefix)
Returns a
Namespace identified by the given prefix , or null if no
namespace is registered with this prefix . |
Namespace |
Namespace.Registry.getFromUri(String uri)
Returns a
Namespace identified by the given uri , or null if no
namespace is registered with this uri . |
Namespace |
MetaClassifier.getNamespace()
Returns the namespace of this metaclassifier.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaClassifier.setNamespace(Namespace namespace)
Defines the namespace of this metaclassifier.
|
Constructor and Description |
---|
Classifier(Namespace namespace,
String localName)
Constructs a new
Classifier with the given namespace and localName . |
MetaClassifier(Namespace namespace,
String localName)
Constructs a new
MetaClassifier with the given namespace and localName . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.