cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class DynamicReference
java.lang.Object
cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference
cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference
public class DynamicReference
- extends UnrealReference
A reference created by reading name and class of another object.
The name is read at the time of generation, after preprocessing the objects,
so automatic naming is already performed then. Any changes to the name or class of
target object are thus taken into account.
- Author:
- Martin Cerny
DynamicReference
public DynamicReference(IUnrealReferencableByName targetElement)
getClassName
public String getClassName()
- Specified by:
getClassName in class UnrealReference
getReferenceTarget
public String getReferenceTarget()
- Specified by:
getReferenceTarget in class UnrealReference
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.