public static interface Mappings.SourceMapping extends Mappings.CoreMapping
Properties:
TODO: figure out which interfaces this should extend
| Modifier and Type | Method and Description |
|---|---|
MappingType |
getMappingType()
Returns the mapping type.
|
int |
getSource(int target) |
int |
getSourceCount() |
int |
getSourceOpt(int target) |
int |
getTargetCount() |
int |
getTargetOpt(int source) |
Mapping |
inverse() |
boolean |
isIdentity() |
sizeint getSourceCount()
int getSource(int target)
int getSourceOpt(int target)
int getTargetCount()
int getTargetOpt(int source)
MappingType getMappingType()
Mappings.CoreMappinggetMappingType in interface Mappings.CoreMappingboolean isIdentity()
Mapping inverse()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.