public class VelocityProperty extends AbstractSharedProperty<Velocity>
AbstractSharedProperty.GenericPropertyUpdatecompositeClass, dirty, propertyId, value| Constructor and Description |
|---|
VelocityProperty(VelocityProperty other) |
VelocityProperty(WorldObjectId objId,
String identifier,
Velocity value,
Class compositeClass) |
| Modifier and Type | Method and Description |
|---|---|
ISharedProperty |
clone()
Must return an exact duplicate of this ISharedProperty, this will be used
to create old versions of SharedProperties in the worldView.
|
protected Velocity |
cloneValue()
Every descendant must implement this by calling value.clone() or otherwise returning a new copy of value.
|
Class |
getPropertyValueClass()
Returns class of the property value.
|
createUpdateEvent, equals, getCompositeClass, getObjectId, getPropertyId, getValue, hashCode, isDirty, nullOverrides, setDirty, setValuepublic VelocityProperty(WorldObjectId objId, String identifier, Velocity value, Class compositeClass)
public VelocityProperty(VelocityProperty other)
public ISharedProperty clone()
ISharedPropertyclone in interface ISharedProperty<Velocity>clone in class AbstractSharedProperty<Velocity>public Class getPropertyValueClass()
ISharedPropertyprotected Velocity cloneValue()
AbstractSharedPropertycloneValue in class AbstractSharedProperty<Velocity>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.