You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application for a "token bus network" class which might be useful to others:
(subclass TokenBusNetwork BusNetwork)
(documentation TokenBusNetwork EnglishLanguage "A type of local-area network (LAN)
that has a bus topology and uses a token-passing mechanism to regulate traffic on the
bus. A token bus network is very similar to a token ring network, the main difference
being that the endpoints of the bus do not meet to form a physical ring.")
Should this be proposed as a pull request?
The text was updated successfully, but these errors were encountered:
Great to have your interest in contributing! SUMO terms generally have logical definitions that go beyond just a taxonomic link. http://www.adampease.org/OP/Process.html has some information on what is needed for a submission of new content. I'm eager to advise if you'd like to do this.
haha, great that you're interested in this. I might recommend the videos at ontologyportal.org and (if you forgive some self-promotion) my book, in learning how to do SUMO coding. I'm happy to answer question and provide feedback on any exercises you do to learn
I have an application for a "token bus network" class which might be useful to others:
Should this be proposed as a pull request?
The text was updated successfully, but these errors were encountered: