RDF::Base::Arc::List
Inherits from RDF::Base::List
$l->active
Returns: A new list with the arcs that are RDF::Base::Arc/active
$l->direct
Returns: A new list with the arcs that are RDF::Base::Arc/direct
$l->adirect
Returns: A new list with the arcs that are RDF::Base::Arc/active and RDF::Base::Arc/direct
$l->submitted
Returns: A new list with the arcs that are RDF::Base::Arc/submitted
$l->is_new
Returns: A new list with the arcs that are RDF::Base::Arc/is_new
$l->old
Returns: A new list with the arcs that are RDF::Base::Arc/old
$l->inactive
Returns: A new list with the arcs that are RDF::Base::Arc/inactive
$l->indirect
Returns: A new list with the arcs that are RDF::Base::Arc/indirect
$l->not_submitted
Returns: A new list with the arcs that are RDF::Base::Arc/not_submitted
$l->explicit
Returns: A new list with the arcs that are RDF::Base::Arc/explicit
$l->implicit
Returns: A new list with the arcs that are RDF::Base::Arc/implicit
$l->not_new
Returns: A new list with the arcs that are RDF::Base::Arc/not_new
$l->not_old
Returns: A new list with the arcs that are RDF::Base::Arc/not_old
$l->not_disregarded
Returns: A new list with the arcs that are RDF::Base::Arc/not_disregarded
$l->disregarded
Returns: A new list with the arcs that are RDF::Base::Arc/disregarded
$l->subjs
Returns: A new list with the subjs
$l->vals
(values() is taken as a perl function)
Returns: A new list with the values
$l->preds
Returns: A new list with the preds
$l->meets_proplim($proplim, \%args)
Not implemented
$l->meets_arclim($arclim)
Returns: A new list with the arcs that meets the arclim
$list->unique_arcs_prio( \@arcproperties )
Example:
$list->unique_arcs_prio( ['new','submitted','active'] )
Returns:
A List object with arc duplicates filtered out. Using the latest version if multiple arcs with same priority.
$list->arc_active_on_date( $date ) $args = parse_propargs({ arc_active_on_date => $date })
See also RDF::Base::Arc/version_by_date
Returns: A RDF::Base::Arc::List with the active arc, or an empty list if none found.
RDF::Base, RDF::Base::Resource, RDF::Base::Arc, RDF::Base::Pred, RDF::Base::Search