While reading the Ptolemy code, I found the following anomaly:

FloydWarshallAllPairShortestPathStrategy implements
AllPairShortestPathAnalyzer.

FloydWarshallCycleExistenceStrategy implements
CycleExistenceAnalyzer.

FloydWarshallNegativeLengthCycleStrategy implements
NegativeLengthCycleAnalyzer.

FloydWarshallTransitiveClosureStrategy implements
TransitiveClosureAnalyzer.

But
FloydWarshallZeroLengthCycleStrategy implements, not
ZeroLengthCycleAnalyzer, but
NegativeLengthCycleAnalyzer.

  Is this a bug?  Or just a design choice that doesn't
follow the pattern?

----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list.  Please send administrative
mail for this list to: ptolemy-hackers-requ...@ptolemy.eecs.berkeley.edu

Reply via email to