Constructor and Description |
---|
Mapping() |
Modifier and Type | Method and Description |
---|---|
void |
addFrom(String from)
Adds a from to this mapping's list of from mappings.
|
String |
getMatch(String path)
Attempts to match the given
path on one of the
the from values, if a match can be made, the new path value is returned,
otherwise null is returned. |
String |
getTo() |
void |
setTo(String to) |
public Mapping()
public void addFrom(String from)
from
- the from mapping.public String getMatch(String path)
path
on one of the
the from values, if a match can be made, the new path value is returned,
otherwise null is returned.path
- Copyright © 2005–2014 AndroMDA.org. All rights reserved.