public class CopyUtils extends Object
Constructor and Description |
---|
CopyUtils() |
Modifier and Type | Method and Description |
---|---|
static AssociationIF |
copyAssociation(TopicIF targetPlayer,
AssociationIF source,
TopicIF sourcePlayer)
INTERNAL: Copies the variant from the source topic to the
target topic.
|
static TopicIF |
copyCharacteristics(TopicIF source)
INTERNAL: Creates a new topic and copies all the characteristics
from the source topic to this new topic.
|
static void |
copyCharacteristics(TopicIF target,
TopicIF source)
INTERNAL: Copies all the characteristics from the source topic to
the target topic.
|
static OccurrenceIF |
copyOccurrence(TopicIF target,
OccurrenceIF source)
INTERNAL: Copies the occurrence from the source topic to the
target topic.
|
static void |
copyOccurrenceData(OccurrenceIF target,
OccurrenceIF source)
INTERNAL: Copies the occurrence value and datatype from the
source topic to the target topic.
|
static TopicNameIF |
copyTopicName(TopicIF target,
TopicNameIF source)
INTERNAL: Copies the name from the source topic to the
target topic.
|
static VariantNameIF |
copyVariant(TopicNameIF target,
VariantNameIF source)
INTERNAL: Copies the variant from the source topic to the
target topic.
|
static void |
copyVariantData(VariantNameIF target,
VariantNameIF source)
INTERNAL: Copies the variant value and datatype from the
source topic to the target topic.
|
public static TopicIF copyCharacteristics(TopicIF source)
public static void copyCharacteristics(TopicIF target, TopicIF source)
public static OccurrenceIF copyOccurrence(TopicIF target, OccurrenceIF source)
public static void copyOccurrenceData(OccurrenceIF target, OccurrenceIF source)
public static TopicNameIF copyTopicName(TopicIF target, TopicNameIF source)
public static VariantNameIF copyVariant(TopicNameIF target, VariantNameIF source)
public static void copyVariantData(VariantNameIF target, VariantNameIF source)
public static AssociationIF copyAssociation(TopicIF targetPlayer, AssociationIF source, TopicIF sourcePlayer)