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 StringaddedPrefixprotected Filefileprotected Mapportsprotected Mappropertiesprotected StringremovedPrefix
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddedPrefix()Insert the type's description here.FilegetFile()Insert the type's description here.MapgetPorts()Insert the type's description here.StringgetRemovedPrefix()Insert the type's description here.StringgetResolvedName(String name)Insert the type's description here.MapgetSubstitutions()Insert the type's description here.
-
-
-
Method Detail
-
getAddedPrefix
public String getAddedPrefix()
Description copied from interface:NameManipulatorInsert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getAddedPrefixin interfaceNameManipulator- Returns:
- something
- See Also:
NameManipulator.getAddedPrefix()
-
getRemovedPrefix
public String getRemovedPrefix()
Description copied from interface:NameManipulatorInsert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getRemovedPrefixin interfaceNameManipulator- Returns:
- something
- See Also:
NameManipulator.getRemovedPrefix()
-
getResolvedName
public String getResolvedName(String name)
Description copied from interface:NameManipulatorInsert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getResolvedNamein interfaceNameManipulator- Parameters:
name- name- Returns:
- something
- See Also:
NameManipulator.getResolvedName(String)
-
getSubstitutions
public Map getSubstitutions()
Description copied from interface:NameManipulatorInsert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getSubstitutionsin interfaceNameManipulator- Returns:
- something
- See Also:
NameManipulator.getSubstitutions()
-
getFile
public File getFile()
Description copied from interface:NameManipulatorInsert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getFilein interfaceNameManipulator- Returns:
- something
- See Also:
NameManipulator.getFile()
-
getPorts
public Map getPorts()
Description copied from interface:NameManipulatorInsert the type's description here. Creation date: (27.12.2000 11:47:12)- Specified by:
getPortsin interfaceNameManipulator- Returns:
- something
- See Also:
NameManipulator.getPorts()
-
-