com.hammurapi.flow
Interface FlowElement

All Superinterfaces:
CommonObject, org.eclipse.emf.ecore.EObject, Factory, Named, NamedObjectDefinition, org.eclipse.emf.common.notify.Notifier, ObjectDefinition, PropertySource
All Known Subinterfaces:
Flow, Node, Transition
All Known Implementing Classes:
FlowImpl, NodeImpl, TransitionImpl

public interface FlowElement
extends NamedObjectDefinition

A representation of the model object 'Element'. Flow element

The following features are supported:

See Also:
FlowPackage.getFlowElement()

Method Summary
 Flow getFlow()
          Returns the value of the 'Flow' container reference.
 org.eclipse.emf.common.util.EList<Named> getViewConfig()
          Returns the value of the 'View Config' containment reference list.
 void setFlow(Flow value)
          Sets the value of the 'Flow' container reference.
 
Methods inherited from interface com.hammurapi.config.Named
getName, inject, isRuntime, setName, setRuntime
 
Methods inherited from interface com.hammurapi.config.ObjectDefinition
getConstructor, getType, getValue, setConstructor, setType, setValue
 
Methods inherited from interface com.hammurapi.config.Factory
compile, create, getConfigScript, getDescription, getHomePage, getId, getService, getSource, getSupportedExecutionEnvironments, isEnabled, setConfigScript, setDescription, setEnabled, setHomePage, setId
 
Methods inherited from interface com.hammurapi.party.CommonObject
getRoles
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface com.hammurapi.config.PropertySource
getClassPath, getProfile, getProperty, injectProperties
 

Method Detail

getFlow

Flow getFlow()
Returns the value of the 'Flow' container reference. It is bidirectional and its opposite is 'Flow Element'.

If the meaning of the 'Flow' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Flow' container reference.
See Also:
setFlow(Flow), FlowPackage.getFlowElement_Flow(), Flow.getFlowElement()

setFlow

void setFlow(Flow value)
Sets the value of the 'Flow' container reference.

Parameters:
value - the new value of the 'Flow' container reference.
See Also:
getFlow()

getViewConfig

org.eclipse.emf.common.util.EList<Named> getViewConfig()
Returns the value of the 'View Config' containment reference list. The list contents are of type Named.

If the meaning of the 'View Config' containment reference list isn't clear, there really should be more of a description here...

Flow elements can store presentation information for different views in the viewConfig collection.

Returns:
the value of the 'View Config' containment reference list.
See Also:
FlowPackage.getFlowElement_ViewConfig()