rjwut / ArtClientLib

NOTE: This library is being superseded by IAN: https://github.com/rjwut/ian
14 stars 3 forks source link

Make it easier to determine vessel internals links #59

Closed rjwut closed 9 years ago

rjwut commented 9 years ago

Clients will want to know which internal system nodes are connected in order to draw the connections between them. The rule is: "Any two non-empty nodes that are adjacent to each other on any axis are connected." While the information exposed by VesselInternals is sufficient to determine this, the class should expose this information in a more helpful manner. Add a getConnections() method that will return a Set containing all node connections.