public class IdentitySignatureMapper extends SignatureMapper
Constructor and Description |
---|
IdentitySignatureMapper(Interner interner)
Creates a new instance for the given interner.
|
Modifier and Type | Method and Description |
---|---|
void |
recompute()
Recomputes the mappings.
|
int |
remapBackward(int symbolID)
Maps a symbolID from the output to the input signature.
|
int |
remapForward(int symbolID)
Maps a symbolID from the input to the output signature.
|
String |
toString() |
public IdentitySignatureMapper(Interner interner)
interner
- public void recompute()
SignatureMapper
recompute
in class SignatureMapper
public int remapBackward(int symbolID)
SignatureMapper
remapBackward
in class SignatureMapper
public int remapForward(int symbolID)
SignatureMapper
remapForward
in class SignatureMapper
public String toString()
toString
in class SignatureMapper
Copyright © 2017. All rights reserved.