Changeset 10507 for trunk/Padre-Plugin-Swarm/lib/Padre/Swarm/Geometry.pm
- Timestamp:
- 02/05/10 01:02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Swarm/lib/Padre/Swarm/Geometry.pm
r10494 r10507 11 11 graph => 'graph', 12 12 }; 13 our $VERSION = '0.0 7';13 our $VERSION = '0.08'; 14 14 15 15 =pod … … 19 19 Padre::Swarm::Geometry - represent connectedness between points 20 20 21 =head1 SYNOPSIS22 23 my $geometry = $message->geometry;24 my $root = $geometry->root;25 if ( $existing_geometry->is_connected( $root->nodeid ) ) {26 27 }28 29 my $nexus = $existing_geometry->get_node('nexus');30 if ( $geometry31 32 21 =head1 DESCRIPTION 33 22 34 Vaporware. TODO. 23 Vaporware. 24 25 =head2 TODO 35 26 36 27 Swarm geometry should be very flexible and fetchable incrementally, a geometry 37 walker may find a reference to more geometry that is unknown to it, later if38 that geometry arrives in the swarm it may be connected to any existing swarm39 geometries that refer to it.28 walker may find a reference to more geometry that is unknown to it, 29 later if that geometry arrives in the swarm it may be connected to any 30 existing swarm geometries that refer to it. 40 31 41 32 =cut
Note: See TracChangeset
for help on using the changeset viewer.
