public interface NameFormatterHook
Modifier and Type | Method and Description |
---|---|
String |
checkFormat(INode node,
String defaultName)
Check the node format.
|
String |
checkFormat(IRelation relation,
String defaultName)
Check the relation format.
|
String |
checkFormat(IWay way,
String defaultName)
Check the way format.
|
String |
checkRelationTypeName(IRelation relation,
String defaultName)
Check the relation type name.
|
String checkRelationTypeName(IRelation relation, String defaultName)
relation
- The relation.defaultName
- The default name generated by core.String checkFormat(INode node, String defaultName)
node
- The node.defaultName
- The default name generated by core.String checkFormat(IWay way, String defaultName)
way
- The way.defaultName
- The default name generated by core.String checkFormat(IRelation relation, String defaultName)
relation
- The relation.defaultName
- The default name generated by core.