get_arcrole_type_by_uri method

get_arcrole_type_by_uri(arcrole_type_uri)

Gets the ArcroleType which has the specified uri.

Returns

The ArcroleType.

def get_arcrole_type_by_uri(self, arcrole_type_uri):
    ...
ParameterTypeDescription
arcrole_type_uristrThe arc role type uri.

See Also