def from_dict(cls, dikt) -> 'NeoGraphData': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The NeoGraph_data of this NeoGraphData. # noqa: E501 :rtype: NeoGraphData """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'ProvRelationship': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The ProvRelationship of this ProvRelationship. # noqa: E501 :rtype: ProvRelationship """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'Agent': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The Agent of this Agent. # noqa: E501 :rtype: Agent """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'Reference': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The Reference of this Reference. # noqa: E501 :rtype: Reference """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'D3Graph': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The D3Graph of this D3Graph. # noqa: E501 :rtype: D3Graph """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'Activity': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The Activity of this Activity. # noqa: E501 :rtype: Activity """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'Node': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The Node of this Node. # noqa: E501 :rtype: Node """ return util.deserialize_model(dikt, cls)
def from_dict(cls: typing.Type[T], dikt) -> T: """Returns the dict as a model""" return util.deserialize_model(dikt, cls)