NAME

Rit::Base::Arc::List

DESCRIPTION

Inherits from Rit::Base::List

active

  $l->active

Returns: A new list with the arcs that are Rit::Base::Arc/active

direct

  $l->direct

Returns: A new list with the arcs that are Rit::Base::Arc/direct

adirect

  $l->adirect

Returns: A new list with the arcs that are Rit::Base::Arc/active and Rit::Base::Arc/direct

submitted

  $l->submitted

Returns: A new list with the arcs that are Rit::Base::Arc/submitted

is_new

  $l->is_new

Returns: A new list with the arcs that are Rit::Base::Arc/is_new

old

  $l->old

Returns: A new list with the arcs that are Rit::Base::Arc/old

inactive

  $l->inactive

Returns: A new list with the arcs that are Rit::Base::Arc/inactive

indirect

  $l->indirect

Returns: A new list with the arcs that are Rit::Base::Arc/indirect

not_submitted

  $l->not_submitted

Returns: A new list with the arcs that are Rit::Base::Arc/not_submitted

explicit

  $l->explicit

Returns: A new list with the arcs that are Rit::Base::Arc/explicit

implicit

  $l->implicit

Returns: A new list with the arcs that are Rit::Base::Arc/implicit

not_new

  $l->not_new

Returns: A new list with the arcs that are Rit::Base::Arc/not_new

not_old

  $l->not_old

Returns: A new list with the arcs that are Rit::Base::Arc/not_old

not_disregarded

  $l->not_disregarded

Returns: A new list with the arcs that are Rit::Base::Arc/not_disregarded

disregarded

  $l->disregarded

Returns: A new list with the arcs that are Rit::Base::Arc/disregarded

subjs

  $l->subjs

Returns: A new list with the subjs

vals

  $l->vals

(values() is taken as a perl function)

Returns: A new list with the values

preds

  $l->preds

Returns: A new list with the preds

meets_proplim

  $l->meets_proplim($proplim, \%args)

Not implemented

meets_arclim

  $l->meets_arclim($arclim)

Returns: A new list with the arcs that meets the arclim

unique_arcs_prio

  $list->unique_arcs_prio( \@arcproperties )

Example:

  $list->unique_arcs_prio( ['new','submitted','active'] )

Returns:

A List object with arc duplicates filtered out

arc_active_on_date

  $list->arc_active_on_date( $date )

  $args = parse_propargs({ arc_active_on_date => $date })

See also Rit::Base::Arc/version_by_date

Returns: A Rit::Base::Arc::List with the active arc, or an empty list if none found.

as_rdf

SEE ALSO

Rit::Base, Rit::Base::Resource, Rit::Base::Arc, Rit::Base::Pred, Rit::Base::Search