com.cosylab.vdct.graphics.objects
Interface NameManipulator

All Known Implementing Classes:
DefaultNamer

public interface NameManipulator

Insert the type's description here. Creation date: (27.12.2000 11:47:12)

Author:
Matej Sekoranja

Method Summary
 java.lang.String getAddedPrefix()
          Insert the type's description here.
 java.io.File getFile()
          Insert the type's description here.
 java.util.Map getPorts()
          Insert the type's description here.
 java.lang.String getRemovedPrefix()
          Insert the type's description here.
 java.lang.String getResolvedName(java.lang.String name)
          Insert the type's description here.
 java.util.Map getSubstitutions()
          Insert the type's description here.
 

Method Detail

getResolvedName

java.lang.String getResolvedName(java.lang.String name)
Insert the type's description here. Creation date: (27.12.2000 11:47:12)


getAddedPrefix

java.lang.String getAddedPrefix()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)


getRemovedPrefix

java.lang.String getRemovedPrefix()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)


getSubstitutions

java.util.Map getSubstitutions()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)


getPorts

java.util.Map getPorts()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)


getFile

java.io.File getFile()
Insert the type's description here. Creation date: (27.12.2000 11:47:12)