Workspace 6.21.5
Public Member Functions | List of all members
OutputDifference Class Reference

Contains all of the neccesary information to describe the differences between an output's instances in two different workflows. More...

#include <Tools/WorkflowComparison/outputdifference.h>

Inheritance diagram for OutputDifference:
[legend]

Public Member Functions

 OutputDifference ()
 
 OutputDifference (const OutputDifference &other)
 
 ~OutputDifference () override
 
size_t addToOperationDifference (OperationDifference &opDiff) const override
 
OutputDifferenceclone () const override
 
const QString & getOutputName () const
 
OutputDifferenceoperator= (const OutputDifference &rhs)
 
bool operator== (const OutputDifference &rhs) const
 
void setOutputName (const QString &name)
 
QString toString () const override
 
- Public Member Functions inherited from ElementDifference
 ElementDifference (const ElementDifference &other)
 
 ElementDifference (const QString &type="UnknownType")
 
 ~ElementDifference () override
 
AttributeDifferenceaddAttributeDifference (const AttributeDifference &attributeDifference)
 
virtual size_t addToOperationDifference (OperationDifference &opDiff) const
 
ElementDifferenceclone () const override
 
const CSIRO::DataExecution::ObjectArraygetAttributeDifferenceArray () const
 
ElementDifferenceoperator= (const ElementDifference &rhs)
 
bool operator== (const ElementDifference &rhs) const
 
void setAttributeDifferenceArray (const CSIRO::DataExecution::ObjectArray &attributes)
 
const QString & tag ()
 
- Public Member Functions inherited from ItemDifference
 ItemDifference ()
 
 ItemDifference (const ItemDifference &other)
 
 ~ItemDifference () override
 
ItemDifferenceclone () const override
 
const QString & getItemType () const
 
bool getPresentIn (ComparisonRole workflow) const
 
const bool & getPresentInA () const
 
const bool & getPresentInB () const
 
bool getSuppressAnnotationIn (ComparisonRole workflow) const
 
const bool & getSuppressAnnotationInA () const
 
const bool & getSuppressAnnotationInB () const
 
bool getUpdatedIn (ComparisonRole workflow) const
 
const bool & getUpdatedInA () const
 
const bool & getUpdatedInB () const
 
ItemDifferenceoperator= (const ItemDifference &rhs)
 
bool operator== (const ItemDifference &rhs) const
 
void setItemType (const QString &itemType)
 
void setPresentInA (const bool &presentInA)
 
void setPresentInB (const bool &presentInB)
 
void setSuppressAnnotation (const bool &updatedIn, ComparisonRole workflow)
 
void setSuppressAnnotationInA (const bool &updatedInA)
 
void setSuppressAnnotationInB (const bool &updatedInB)
 
void setUpdated (const bool &updatedIn, ComparisonRole workflow)
 
void setUpdatedInA (const bool &updatedInA)
 
void setUpdatedInB (const bool &updatedInB)
 
virtual QString toString () const
 
- Public Member Functions inherited from ObjectGroup
 ~ObjectGroup () override
 
bool add (const QString &name, DataObject &obj)
 
bool canSerialize () const override
 
ObjectGroupclone () const override=0
 
bool empty () const
 
void ensureGroupHasData ()
 
void erase (int index)
 
DataObjectgetChild (const QString &name)
 
const DataObjectgetChild (const QString &name) const
 
DataObjectgetDataObject (int index)
 
const DataObjectgetDataObject (int index) const
 
int getIndex (const QString &name) const
 
const QString & getName (int index) const
 
virtual QString getPreferedWidget (const QString &name) const
 
bool hasData () const
 
bool haveName (const QString &name) const
 
bool insert (const QString &name, DataObject &obj, int index=-1)
 
bool load (const QJsonDocument &doc)
 
bool load (const SerializedItem &item) override
 
bool save (QJsonDocument &doc) const
 
bool save (SerializedItem &item) const override
 
unsigned size () const
 
- Public Member Functions inherited from Clonable
virtual ~Clonable ()=default
 
virtual Clonableclone () const =0
 
- Public Member Functions inherited from Serialize
virtual ~Serialize ()=default
 
virtual bool canSerialize () const =0
 
virtual bool load (const SerializedItem &item)=0
 
virtual bool save (SerializedItem &item) const =0
 

Additional Inherited Members

- Protected Member Functions inherited from ObjectGroup
 ObjectGroup ()
 
void clear ()
 
ObjectGroupoperator= (const ObjectGroup &rhs)
 
bool operator== (const ObjectGroup &rhs) const
 
void swap (ObjectGroup &rhs)
 

Detailed Description

output instances are considered to correspond to each other if they have the same name and they belong to an operation with the same id (GUID).

Constructor & Destructor Documentation

◆ OutputDifference() [1/2]

◆ OutputDifference() [2/2]

OutputDifference ( const OutputDifference other)

◆ ~OutputDifference()

~OutputDifference ( )
overridedefault

Member Function Documentation

◆ addToOperationDifference()

size_t addToOperationDifference ( OperationDifference opDiff) const
overridevirtual

Reimplemented from ElementDifference.

◆ clone()

OutputDifference * clone ( ) const
overridevirtual

Cloning

Reimplemented from ElementDifference.

◆ getOutputName()

const QString & getOutputName ( ) const

◆ operator=()

OutputDifference & operator= ( const OutputDifference rhs)

Assignment

◆ operator==()

bool operator== ( const OutputDifference rhs) const

Comparison

◆ setOutputName()

void setOutputName ( const QString &  name)

◆ toString()

QString toString ( ) const
overridevirtual

Reimplemented from ItemDifference.