| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.model | |
| de.aristaflow.adept2.model.common | |
| de.aristaflow.adept2.model.common.i18n | |
| de.aristaflow.adept2.model.common.paramref | |
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| de.aristaflow.adept2.model.processmodel.systemdata |
| Modifier and Type | Method and Description |
|---|---|
LocalisationFactory |
ClientService.getLocalisationFactory()
Gets the localisation factory.
|
LocalisationFactory |
MultiplexingClientService.getLocalisationFactory() |
| Modifier and Type | Method and Description |
|---|---|
LocalisationFactory |
ModelFactoryRegistry.getLocalisationFactory(java.lang.String instanceName)
Gets the designated instance of the localisation factory configured for the
designated component instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalisationFactory |
LocalisedCheckReport.locFac
The localisation factory which to use for localising attributes from model elements.
|
| Modifier and Type | Method and Description |
|---|---|
LocalisationFactory |
LocalisedCheckReport.getLocalisationFactory()
Gets the localisation factory which to use for localising attributes from model elements or
null if model elements should not be localised. |
| Modifier and Type | Method and Description |
|---|---|
static CheckReport |
LocalisedCheckReport.createLocalisedCheckReport(java.net.URI base,
LocalisationFactory locFac,
java.util.Locale... locales)
Convenience method for creating a check report respecting localisation.
|
void |
LocalisedCheckReport.setLocalisationFactory(LocalisationFactory locFac)
Sets the localisation factory if it is not set yet.
|
| Constructor and Description |
|---|
LocalisedCheckReport(java.net.URI base,
LocalisationFactory locFac,
java.util.Locale... locales)
Creates a localised check report for the designated base URI providing the designated locales
(and their fallbacks) using the designated localisation factory.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.util.Locale,java.lang.String> |
LocalisationTools.fillLocalisedMessage(java.util.Map<java.util.Locale,java.lang.String> localisedMessage,
java.lang.String msgKey,
java.lang.String bundleName,
java.util.List<java.util.Locale> locales,
java.lang.Class<?> localisingClass,
LocalisationFactory locFac,
LocalisedString... args)
Loads the designated message key from the designated bundle for the designated locales and
stores them in the designated map.
|
static java.lang.String |
LocalisationTools.getLocalisedMessage(java.lang.String msgKey,
java.lang.String bundleName,
java.util.Locale locale,
java.lang.Class<?> localisingClass,
LocalisationFactory locFac,
LocalisedString... args)
Gets the localised message for the designated message key from the designated bundle for the
designated locale.
|
java.lang.Object |
LocalisedString.toLocalisedString(LocalisationFactory locFac,
java.util.Locale loc)
Gets the localised representation of the implementing object.
|
java.lang.String |
LocalisedStringCollection.toLocalisedString(LocalisationFactory locFac,
java.util.Locale loc) |
java.lang.Object |
NonLocalisedString.toLocalisedString(LocalisationFactory locFac,
java.util.Locale loc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ParameterRef.toLocalisedString(LocalisationFactory locFac,
java.util.Locale loc) |
| Modifier and Type | Method and Description |
|---|---|
LocalisationFactory |
LocalisedChangeReport.getLocalisationFactory()
Gets the localisation factory which to use for localising attributes from model elements or
null if model elements should not be localised. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AbstractWrappingTemplate.toLocalisedString(LocalisationFactory locFac,
java.util.Locale loc) |
| Constructor and Description |
|---|
LocalisedChangeReport(java.net.URI baseURI,
java.util.UUID oldInstanceID,
LocalisationFactory locFac,
java.util.Locale... locales)
Sets up a change report which is a check report providing the old and the new ID of the changed
instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
SystemDataProducer.toLocalisedString(LocalisationFactory locFac,
java.util.Locale loc) |