Skip to content

Commit

Permalink
Merge pull request #37 from TelescopeSt/36-TLCytoscapeConnector-as-un…
Browse files Browse the repository at this point in the history
…defined-subclass-responsibility

36-TLCytoscapeConnector-as-undefined-subclass-responsibility
  • Loading branch information
jecisc committed Jun 28, 2019
2 parents 87a458d + 18bb23e commit b208094
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Telescope-Cytoscape/TLCytoscapeConnector.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@ TLCytoscapeConnector >> createLegendFrom: legendEnties [
"Nothing to do here"
]

{ #category : #'generation - interaction' }
TLCytoscapeConnector >> createMenuFor: aTLDrawable [
"Menu are managed in a different way in Cytoscape"

self shouldNotImplement
]

{ #category : #'generation - node' }
TLCytoscapeConnector >> define: parentCompositeElement asParentFor: aCollectionOfChildrenElements [
aCollectionOfChildrenElements parent: parentCompositeElement
Expand Down

0 comments on commit b208094

Please sign in to comment.