A B C D E F G I L M N O P R S T V

C

cancel(String) - Method in interface com.hammurapi.flow.runtime.PropertySet
Removes callable to be cooked from the cooking queue, converting it to lazy, if it is not already cooked.
canExecute(Runnable) - Method in interface com.hammurapi.flow.runtime.PickyExecutor
 
caseCommonObject(CommonObject) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Common Object'.
caseFactory(Factory) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Factory'.
caseFlow(Flow) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Flow'.
caseFlowElement(FlowElement) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Element'.
caseNamed(Named) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Named'.
caseNamedObjectDefinition(NamedObjectDefinition) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Named Object Definition'.
caseNode(Node) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Node'.
caseObjectDefinition(ObjectDefinition) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Object Definition'.
casePin(Pin) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Pin'.
casePropertySource(PropertySource) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Property Source'.
caseTransition(Transition) - Method in class com.hammurapi.flow.util.FlowSwitch
Returns the result of interpreting the object as an instance of 'Transition'.
clear() - Method in interface com.hammurapi.flow.runtime.PropertySet
Removes all entries from the property set
com.hammurapi.flow - package com.hammurapi.flow
 
com.hammurapi.flow.impl - package com.hammurapi.flow.impl
 
com.hammurapi.flow.runtime - package com.hammurapi.flow.runtime
 
com.hammurapi.flow.util - package com.hammurapi.flow.util
 
compareProperties(PropertySet) - Method in interface com.hammurapi.flow.runtime.PropertySet
 
compile(Flow) - Method in class com.hammurapi.flow.runtime.FlowCompiler
Compiles flow definition to object definition.
connect(int, String, int, boolean, K) - Method in interface com.hammurapi.flow.runtime.Flow
Connects contents of the flow (internal nodes).
connect(Invoker<S, A>, Invocable<S, A>, SynapseFactory.SynapseConfig, K, ProcessingPathElement, TaskCounter) - Method in interface com.hammurapi.flow.runtime.SynapseFactory
Connects invoker to invocable.
containsAll(PropertySet) - Method in interface com.hammurapi.flow.runtime.PropertySet
 
cook(String, Callable<?>) - Method in interface com.hammurapi.flow.runtime.PropertySet
Puts callable to the property set for asynchronous invocation to retrieve value at some point in the future.
cook(String, Callable<?>, long, TimeUnit) - Method in interface com.hammurapi.flow.runtime.PropertySet
Puts callable to the property set for asynchronous invocation to retrieve value at some point in the future after specified delay.
cooking(String, Future<?>) - Method in interface com.hammurapi.flow.runtime.PropertySet
Puts value which is not ready yet but "is being cooked by another thread" to the property set to be used at some point of time in the future.
create(EClass) - Method in class com.hammurapi.flow.impl.FlowFactoryImpl
 
createAdapter(Notifier) - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates an adapter for the target.
createCommonObjectAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Common Object'.
createEObjectAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for the default case.
createFactoryAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Factory'.
createFlow() - Method in interface com.hammurapi.flow.FlowFactory
Returns a new object of class 'Flow'.
createFlow() - Method in class com.hammurapi.flow.impl.FlowFactoryImpl
 
createFlowAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Flow'.
createFlowElementAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Element'.
createNamedAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Named'.
createNamedObjectDefinitionAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Named Object Definition'.
createNode() - Method in interface com.hammurapi.flow.FlowFactory
Returns a new object of class 'Node'.
createNode() - Method in class com.hammurapi.flow.impl.FlowFactoryImpl
 
createNodeAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Node'.
createObjectDefinitionAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Object Definition'.
createPackageContents() - Method in class com.hammurapi.flow.impl.FlowPackageImpl
Creates the meta-model objects for the package.
createPin() - Method in interface com.hammurapi.flow.FlowFactory
Returns a new object of class 'Pin'.
createPin() - Method in class com.hammurapi.flow.impl.FlowFactoryImpl
 
createPinAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Pin'.
createPropertySet(PropertySet...) - Method in interface com.hammurapi.flow.runtime.PropertySetFactory
Creates new property set.
createPropertySourceAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Property Source'.
createTransition() - Method in interface com.hammurapi.flow.FlowFactory
Returns a new object of class 'Transition'.
createTransition() - Method in class com.hammurapi.flow.impl.FlowFactoryImpl
 
createTransitionAdapter() - Method in class com.hammurapi.flow.util.FlowAdapterFactory
Creates a new adapter for an object of class 'Transition'.
createVersion() - Method in interface com.hammurapi.flow.runtime.Versionable
Creates new version of the object.

A B C D E F G I L M N O P R S T V