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