public class Renaming extends Object
| Constructor and Description |
|---|
Renaming() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectLabel |
apply(Map<ObjectLabel,ObjectLabel> m,
ObjectLabel objlabel)
Renames the given object label according to the map.
|
static PropertyReference |
apply(Map<ObjectLabel,ObjectLabel> m,
PropertyReference p)
Renames the given property reference according to the map.
|
static Set<ObjectLabel> |
apply(Map<ObjectLabel,ObjectLabel> m,
Set<ObjectLabel> objlabels)
Renames the given object labels according to the map.
|
public static ObjectLabel apply(Map<ObjectLabel,ObjectLabel> m, ObjectLabel objlabel)
public static PropertyReference apply(Map<ObjectLabel,ObjectLabel> m, PropertyReference p)
public static Set<ObjectLabel> apply(Map<ObjectLabel,ObjectLabel> m, Set<ObjectLabel> objlabels)
Copyright © 2012 Aarhus University