Class SimpleAlignerBroker
Inheritance
System.Object
SimpleAlignerBroker
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class SimpleAlignerBroker : IAlignerBroker
Constructors
SimpleAlignerBroker(ITranslationModelDataService)
Declaration
public SimpleAlignerBroker(ITranslationModelDataService modelService)
Parameters
Type | Name | Description |
---|---|---|
ITranslationModelDataService | modelService |
Methods
GetAligner(AlignerDefinition)
Declaration
public IFineGrainedAligner GetAligner(AlignerDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
AlignerDefinition | definition |
Returns
Type | Description |
---|---|
IFineGrainedAligner |
GetModel(TranslationModelId)
Declaration
public TranslationModel GetModel(TranslationModelId translationModelId)
Parameters
Type | Name | Description |
---|---|---|
TranslationModelId | translationModelId |
Returns
Type | Description |
---|---|
TranslationModel |