Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Method and Description |
---|---|
static MetaObjectSAPIRWeightedDist2 |
MetaObjectSAPIRWeightedDist2.create(java.io.File xmlFile)
Factory method that creates MetaObjects from SAPIR XML files retrieved from the given File
|
static MetaObjectSAPIRWeightedDist2 |
MetaObjectSAPIRWeightedDist2.create(org.xml.sax.InputSource is)
Factory method that creates MetaObjects from SAPIR XML files retrieved from the passed InputSource
|
static MetaObjectSAPIRWeightedDist2 |
MetaObjectSAPIRWeightedDist2.create(java.io.InputStream is)
Factory method that creates MetaObjects from SAPIR XML files retrieved from the passed InputStream
|
static MetaObjectSAPIRWeightedDist2 |
MetaObjectSAPIRWeightedDist2.create(java.lang.String uri)
Factory method that creates MetaObjects from SAPIR XML files retrieved from the passed URI
|