public class Follow extends Action implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
Follow()
Creates a new
Follow instance. |
Follow(Follow o)
Creates a new
Follow instance by deeply copying a given Follow instance. |
Modifier and Type | Method and Description |
---|---|
Follow |
clone()
Creates and returns a deep copy of this object.
|
public Follow()
Follow
instance.public Follow(Follow o)
Follow
instance by deeply copying a given Follow
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.Copyright © 2021 Dassault Systèmes, All Rights Reserved.