Class DefaultNamer
- java.lang.Object
-
- com.cosylab.vdct.graphics.objects.DefaultNamer
-
- All Implemented Interfaces:
NameManipulator
public class DefaultNamer extends Object implements NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description protected String
addedPrefix
protected File
file
protected Map
ports
protected Map
properties
protected String
removedPrefix
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddedPrefix()
Insert the type's description here.File
getFile()
Insert the type's description here.Map
getPorts()
Insert the type's description here.String
getRemovedPrefix()
Insert the type's description here.String
getResolvedName(String name)
Insert the type's description here.Map
getSubstitutions()
Insert the type's description here.
-
-
-
Method Detail
-
getAddedPrefix
public String getAddedPrefix()
Description copied from interface:NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getAddedPrefix
in interfaceNameManipulator
- Returns:
- something
- See Also:
NameManipulator.getAddedPrefix()
-
getRemovedPrefix
public String getRemovedPrefix()
Description copied from interface:NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getRemovedPrefix
in interfaceNameManipulator
- Returns:
- something
- See Also:
NameManipulator.getRemovedPrefix()
-
getResolvedName
public String getResolvedName(String name)
Description copied from interface:NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getResolvedName
in interfaceNameManipulator
- Parameters:
name
- name- Returns:
- something
- See Also:
NameManipulator.getResolvedName(String)
-
getSubstitutions
public Map getSubstitutions()
Description copied from interface:NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getSubstitutions
in interfaceNameManipulator
- Returns:
- something
- See Also:
NameManipulator.getSubstitutions()
-
getFile
public File getFile()
Description copied from interface:NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getFile
in interfaceNameManipulator
- Returns:
- something
- See Also:
NameManipulator.getFile()
-
getPorts
public Map getPorts()
Description copied from interface:NameManipulator
Insert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getPorts
in interfaceNameManipulator
- Returns:
- something
- See Also:
NameManipulator.getPorts()
-
-