Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions source/FluxBase-Core/FBActivation.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@ FBActivation >> printOn: aStream [

]

{ #category : 'accessing' }
FBActivation >> returnValue: anInteger [
self shouldBeImplemented.
]

{ #category : 'as yet unclassified' }
FBActivation >> suspend [
self waiting.
executor addWaiting: node
]

{ #category : 'accessing' }
FBActivation >> value [

Expand Down
6 changes: 0 additions & 6 deletions source/FluxBase-Core/FBBaseActivation.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ FBBaseActivation >> flowInstance [
^ executor flowInstance
]

{ #category : 'as yet unclassified' }
FBBaseActivation >> followAll: aCollection [
aCollection do: [ :transition |
self followTransition: transition ]
]

{ #category : 'as yet unclassified' }
FBBaseActivation >> followAllOutgoing [
self followAllOutgoingInSplit: self token split
Expand Down
6 changes: 0 additions & 6 deletions source/FluxBase-Core/FBFlowEvent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ FBFlowEvent >> initialize [
timestamp := DateAndTime now
]

{ #category : 'accessing' }
FBFlowEvent >> logTrace [

^ self subclassResponsibility
]

{ #category : 'accessing' }
FBFlowEvent >> message [

Expand Down
4 changes: 1 addition & 3 deletions source/FluxBase-Core/FBFlowExecutor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ Class {
#name : 'FBFlowExecutor',
#superclass : 'FBBaseExecutor',
#instVars : [
'initialValue',
'state',
'otherExecutor'
'initialValue'
],
#category : 'FluxBase-Core-Model',
#package : 'FluxBase-Core',
Expand Down
5 changes: 0 additions & 5 deletions source/FluxBase-Core/FBNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,6 @@ FBNode >> flow: aFBFlow [

]

{ #category : 'testing' }
FBNode >> hasOutgoing [
^ outgoing notEmpty
]

{ #category : 'accessing' }
FBNode >> id [
^ id
Expand Down
19 changes: 0 additions & 19 deletions source/FluxBase-Core/FBNodeActivationFinished.class.st

This file was deleted.

33 changes: 0 additions & 33 deletions source/FluxBase-Core/FBStringEvent.class.st

This file was deleted.

Loading