A B C D E F G H I J L M N O P R S T U V W X Y

G

generate(SessionImplementor, Object) - Method in class com.googlecode.sarasvati.hib.SarasvatiIdentifierGenerator
 
generateCreateSchemaDDL() - Method in class com.googlecode.sarasvati.util.SarasvatiSchemaTool
 
generateDropSchemaDDL() - Method in class com.googlecode.sarasvati.util.SarasvatiSchemaTool
 
getActiveArcTokens() - Method in interface com.googlecode.sarasvati.GraphProcess
Returns the list of current ArcTokens.
getActiveArcTokens(HibTokenSet) - Method in class com.googlecode.sarasvati.hib.HibEngine
 
getActiveArcTokens() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getActiveArcTokens(Engine) - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getActiveArcTokens() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getActiveArcTokens(Engine) - Method in class com.googlecode.sarasvati.mem.MemTokenSet
 
getActiveArcTokens(Engine) - Method in interface com.googlecode.sarasvati.TokenSet
Returns the list of active (non-completed) arc tokens which are members of this token set.
getActiveNodeTokens() - Method in interface com.googlecode.sarasvati.GraphProcess
Returns the list of current NodeTokens.
getActiveNodeTokens(HibTokenSet) - Method in class com.googlecode.sarasvati.hib.HibEngine
 
getActiveNodeTokens() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getActiveNodeTokens(Engine) - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getActiveNodeTokens() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getActiveNodeTokens(Engine) - Method in class com.googlecode.sarasvati.mem.MemTokenSet
 
getActiveNodeTokens(Engine) - Method in interface com.googlecode.sarasvati.TokenSet
Returns the list of active (non-completed) node tokens which are members of this token set.
getAdaptor(Class<T>) - Method in interface com.googlecode.sarasvati.adapter.Adaptable
An adaptor of the given class is requested.
getAdaptor(Node, Class<T>) - Static method in class com.googlecode.sarasvati.adapter.NodeAdapterManager
 
getAdaptor(Class<T>) - Method in class com.googlecode.sarasvati.CustomNode
Default implementation calls CustomNodeWrapper.getDefaultAdaptor(Class).
getAdaptor(Class<T>) - Method in class com.googlecode.sarasvati.hib.HibNode
Will use the NodeAdapterManager to produce an adapter.
getAdaptor(Class<T>) - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getAdaptor(Class<T>) - Method in class com.googlecode.sarasvati.mem.MemNode
Will use the NodeAdapterManager to produce an adapter.
getAllowBacktrack() - Method in class com.googlecode.sarasvati.impl.ScriptNode
 
getAllowBacktrackType() - Method in class com.googlecode.sarasvati.impl.ScriptNode
 
getArc() - Method in interface com.googlecode.sarasvati.ArcToken
Returns the arc that this arc token points to.
getArc() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getArc() - Method in class com.googlecode.sarasvati.mem.MemArcToken
 
getArc() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeArc
 
getArc() - Method in interface com.googlecode.sarasvati.visual.process.VisualProcessArc
 
getArcs() - Method in interface com.googlecode.sarasvati.Graph
Returns a list of all arcs in the graph.
getArcs() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getArcs() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getArcs() - Method in class com.googlecode.sarasvati.mem.MemGraph
 
getArcs() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getArcsRequired() - Method in class com.googlecode.sarasvati.join.lang.AtLeastArcsRequired
 
getArcsRequired() - Method in class com.googlecode.sarasvati.join.lang.AtLeastLabelArcsRequired
 
getArcToken() - Method in class com.googlecode.sarasvati.event.ArcTokenEvent
 
getArcToken() - Method in class com.googlecode.sarasvati.event.ExecutionEvent
If this is an arc token related event, this returns the related arc token and null otherwise.
getArcTokensCompletingJoin() - Method in class com.googlecode.sarasvati.join.CompleteJoinResult
 
getArcTokensCompletingJoin() - Method in class com.googlecode.sarasvati.join.IncompleteJoinResult
Always throws an IllegalStateException
getArcTokensCompletingJoin() - Method in class com.googlecode.sarasvati.join.MergeJoinResult
 
getArcTokensCompletingJoin() - Method in interface com.googlecode.sarasvati.JoinResult
Returns the ArcTokens which were required to complete this join.
getArcTokenSetMembers() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getAttribute(String) - Method in interface com.googlecode.sarasvati.env.ReadEnv
Gets an attribute as a String.
getAttribute(String, Class<T>) - Method in interface com.googlecode.sarasvati.env.ReadEnv
Returns the given attribute, transformed into the given type.
getAttribute(String, Class<T>, T) - Method in interface com.googlecode.sarasvati.env.ReadEnv
Returns the given attribute, transformed into the given type.
getAttribute(int, String) - Method in interface com.googlecode.sarasvati.env.TokenSetMemberEnv
 
getAttribute(int, String, Class<T>) - Method in interface com.googlecode.sarasvati.env.TokenSetMemberEnv
 
getAttribute(int, String) - Method in class com.googlecode.sarasvati.hib.HibTokenSetMemberEnv
 
getAttribute(int, String, Class<T>) - Method in class com.googlecode.sarasvati.impl.AbstractTokenSetMemberEnv
 
getAttribute(String) - Method in class com.googlecode.sarasvati.impl.MapEnv
 
getAttribute(String, Class<T>) - Method in class com.googlecode.sarasvati.impl.MapEnv
 
getAttribute(String, Class<T>, T) - Method in class com.googlecode.sarasvati.impl.MapEnv
 
getAttribute(String) - Method in class com.googlecode.sarasvati.impl.NestedEnv
 
getAttribute(String, Class<T>) - Method in class com.googlecode.sarasvati.impl.NestedEnv
 
getAttribute(String, Class<T>, T) - Method in class com.googlecode.sarasvati.impl.NestedEnv
 
getAttribute(String) - Method in class com.googlecode.sarasvati.impl.NestedReadEnv
 
getAttribute(String, Class<T>) - Method in class com.googlecode.sarasvati.impl.NestedReadEnv
 
getAttribute(String, Class<T>, T) - Method in class com.googlecode.sarasvati.impl.NestedReadEnv
 
getAttribute(String) - Method in class com.googlecode.sarasvati.impl.TokenSetMemberEnvAdapter
 
getAttribute(String, Class<T>) - Method in class com.googlecode.sarasvati.impl.TokenSetMemberEnvAdapter
 
getAttribute(String, Class<T>, T) - Method in class com.googlecode.sarasvati.impl.TokenSetMemberEnvAdapter
 
getAttribute(int, String) - Method in class com.googlecode.sarasvati.mem.MemTokenSetMemberEnv
 
getAttributeNames() - Method in interface com.googlecode.sarasvati.env.ReadEnv
Returns an Iterable of attribute names.
getAttributeNames(int) - Method in interface com.googlecode.sarasvati.env.TokenSetMemberEnv
 
getAttributeNames(int) - Method in class com.googlecode.sarasvati.hib.HibTokenSetMemberEnv
 
getAttributeNames() - Method in class com.googlecode.sarasvati.impl.MapEnv
 
getAttributeNames() - Method in class com.googlecode.sarasvati.impl.NestedEnv
 
getAttributeNames() - Method in class com.googlecode.sarasvati.impl.NestedReadEnv
 
getAttributeNames() - Method in class com.googlecode.sarasvati.impl.TokenSetMemberEnvAdapter
 
getAttributeNames(int) - Method in class com.googlecode.sarasvati.mem.MemTokenSetMemberEnv
 
getAttrMap() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getAttrMap() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getAttrMap() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getAttrSetToken() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getAvailableTokens() - Method in interface com.googlecode.sarasvati.join.lang.JoinLangEnv
Returns the arc tokens which are present at the node being joined.
getAvailableTokens() - Method in class com.googlecode.sarasvati.join.lang.JoinLangEnvImpl
 
getBacktrack() - Method in class com.googlecode.sarasvati.impl.ScriptNode
 
getBacktrackType() - Method in class com.googlecode.sarasvati.impl.ScriptNode
 
getBehaviour() - Method in class com.googlecode.sarasvati.hib.HibNodeType
 
getBounds(Widget) - Static method in class com.googlecode.sarasvati.visual.util.SvGraphicsUtil
 
getChild() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeArc
 
getChildren() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getChildToken() - Method in interface com.googlecode.sarasvati.ArcToken
Returns the node token which was generated from this arc token.
getChildToken() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getChildToken() - Method in class com.googlecode.sarasvati.mem.MemArcToken
 
getChildTokens() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getChildTokens() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getChildTokens() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the list of ArcTokens which have this token as their parent.
getColor(NodeToken) - Static method in class com.googlecode.sarasvati.visual.common.NodeDrawConfig
 
getCompleteDate() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getCompleteDate() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getCompleteDate() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getCompleteDate() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the date/time the node token was completed
getConnectionLayer() - Method in class com.googlecode.sarasvati.visual.common.GraphSceneImpl
 
getConverterForType(Class<?>) - Static method in class com.googlecode.sarasvati.env.AttributeConverters
 
getCorrespondingBacktracked(boolean) - Method in enum com.googlecode.sarasvati.ExecutionType
Returns the backtracked version of the execution type, or itself if the execution type is already a backtracking type.
getCreateDate() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getCreateDate() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getCreateDate() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getCreateDate() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getCreateDate() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getCreateDate() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the date/time the node token was created.
getCurrentValue() - Method in class com.googlecode.sarasvati.load.properties.BasePropertyMutator
 
getCurrentValue() - Method in class com.googlecode.sarasvati.load.properties.EditorLoadPropertyMutator
 
getCurrentValue() - Method in interface com.googlecode.sarasvati.load.properties.PropertyMutator
 
getCustom() - Method in interface com.googlecode.sarasvati.load.definition.CustomDefinition
 
getCustom() - Method in interface com.googlecode.sarasvati.load.definition.ExternalDefinition
 
getCustom() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getCustom() - Method in class com.googlecode.sarasvati.xml.XmlCustom
 
getCustom() - Method in class com.googlecode.sarasvati.xml.XmlExternal
 
getCustom() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getCustomId() - Method in interface com.googlecode.sarasvati.Graph
Users may associate custom ids with a graph.
getCustomId() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getCustomId() - Method in class com.googlecode.sarasvati.mem.MemGraph
 
getCustomNode(Engine) - Method in interface com.googlecode.sarasvati.CustomNodeWrapper
Returns the CustomNode being wrapped.
getCustomNode(Engine) - Method in class com.googlecode.sarasvati.hib.HibCustomNodeWrapper
 
getCustomNode(Engine) - Method in class com.googlecode.sarasvati.mem.MemCustomNodeWrapper
 
getDateFunction(String) - Method in class com.googlecode.sarasvati.rubric.env.DefaultRubricFunctionRepository
 
getDateFunction(String) - Method in interface com.googlecode.sarasvati.rubric.env.RubricFunctionRepository
 
getDateSymbolExpr() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtRelativeDate
 
getDefaultAdaptor(Class<T>) - Method in interface com.googlecode.sarasvati.CustomNodeWrapper
Returns the default adapter for the current Engine.
getDefaultAdaptor(Class<T>) - Method in class com.googlecode.sarasvati.hib.HibCustomNodeWrapper
 
getDefaultAdaptor(Class<T>) - Method in class com.googlecode.sarasvati.mem.MemCustomNodeWrapper
 
getDefiningGraph() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getDependency() - Method in class com.googlecode.sarasvati.load.LoadResult
 
getDepth() - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getDepth() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getDescription() - Method in class com.googlecode.sarasvati.hib.HibNodeType
 
getDescription() - Method in enum com.googlecode.sarasvati.JoinType
 
getElseStmt() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtIf
 
getEnd() - Method in class com.googlecode.sarasvati.visual.common.PathTrackingConnectionWidget
 
getEndNode() - Method in interface com.googlecode.sarasvati.Arc
Returns the Node at the end of the arc.
getEndNode() - Method in class com.googlecode.sarasvati.hib.HibArc
 
getEndNode() - Method in class com.googlecode.sarasvati.mem.MemArc
 
getEngine() - Method in class com.googlecode.sarasvati.event.ExecutionEvent
Returns the engine which generated this event
getEngine() - Method in interface com.googlecode.sarasvati.join.lang.JoinLangEnv
Returns the engine instance performing the join
getEngine() - Method in class com.googlecode.sarasvati.join.lang.JoinLangEnvImpl
 
getEnv() - Method in interface com.googlecode.sarasvati.External
Returns the read-only state associated with this external.
getEnv() - Method in interface com.googlecode.sarasvati.GraphProcess
Returns the environment for the process.
getEnv() - Method in class com.googlecode.sarasvati.hib.HibExternal
 
getEnv() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getEnv() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getEnv() - Method in class com.googlecode.sarasvati.hib.HibNodeTokenSetMember
 
getEnv() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getEnv() - Method in class com.googlecode.sarasvati.mem.MemExternal
 
getEnv() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getEnv() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getEnv() - Method in class com.googlecode.sarasvati.mem.MemNodeTokenSetMember
 
getEnv() - Method in class com.googlecode.sarasvati.mem.MemTokenSet
 
getEnv() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the environment for just this token.
getEnv() - Method in interface com.googlecode.sarasvati.NodeTokenSetMember
Each TokenSet can set attributes specific to a given memberIndex.
getEnv() - Method in interface com.googlecode.sarasvati.TokenSet
A token set provides an environment into which attributes can be stored.
getError() - Method in class com.googlecode.sarasvati.join.lang.ErrorReporter
 
getError() - Method in class com.googlecode.sarasvati.rubric.lang.ErrorReporter
 
getErrorMessage(RecognitionException, String[]) - Method in class com.googlecode.sarasvati.join.lang.ErrorReportingJoinLangLexer
 
getErrorMessage(RecognitionException, String[]) - Method in class com.googlecode.sarasvati.join.lang.ErrorReportingJoinLangParser
 
getErrorMessage(RecognitionException, String[]) - Method in class com.googlecode.sarasvati.rubric.lang.ErrorReportingRubricLexer
 
getErrorMessage(RecognitionException, String[]) - Method in class com.googlecode.sarasvati.rubric.lang.ErrorReportingRubricParser
 
getEventQueue() - Method in interface com.googlecode.sarasvati.event.HasEventQueue
Returns the event queue which manages the set of listeners for the instance and handles firing events to those listeners.
getEventQueue() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getEventQueue() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getEventQueue() - Method in class com.googlecode.sarasvati.mem.MemGraph
 
getEventQueue() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getEventType() - Method in class com.googlecode.sarasvati.event.ExecutionEvent
Returns what type of event has occurred.
getEventType() - Method in enum com.googlecode.sarasvati.event.ExecutionEventType
 
getEventTypeMask() - Method in interface com.googlecode.sarasvati.event.PersistedExecutionListener
Returns the event type mask.
getEventTypeMask() - Method in class com.googlecode.sarasvati.hib.HibGraphListener
 
getEventTypeMask() - Method in class com.googlecode.sarasvati.hib.HibProcessListener
 
getExecute() - Method in class com.googlecode.sarasvati.impl.ScriptNode
 
getExecuteType() - Method in class com.googlecode.sarasvati.impl.ScriptNode
 
getExecutionQueue() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getExecutionType() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getExecutionType() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getExecutionType() - Method in class com.googlecode.sarasvati.mem.MemArcToken
 
getExecutionType() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getExecutionType() - Method in interface com.googlecode.sarasvati.Token
Returns the ExecutionType of the token.
getExitArcForSkip() - Method in interface com.googlecode.sarasvati.GuardResult
If GuardAction.SkipNode is returned from Node.guard(Engine, NodeToken), it may indicate an arc name other than the default on which to exit.
getExitArcForSkip() - Method in class com.googlecode.sarasvati.impl.AcceptTokenGuardResult
 
getExitArcForSkip() - Method in class com.googlecode.sarasvati.impl.DiscardTokenGuardResult
 
getExitArcForSkip() - Method in class com.googlecode.sarasvati.impl.SkipNodeGuardResult
 
getExitArcNames() - Method in class com.googlecode.sarasvati.rubric.visitor.ExitArcNameCollector
 
getExitArcsName() - Method in class com.googlecode.sarasvati.event.ExecutionEvent
If this is either a node token event for either ExecutionEventType.NODE_TOKEN_SKIPPED or ExecutionEventType.NODE_TOKEN_COMPLETED, this will return the name of the arc (or arcs) on which execution will be proceeding.
getExitArcsName() - Method in class com.googlecode.sarasvati.event.NodeTokenEvent
 
getExpr() - Method in class com.googlecode.sarasvati.rubric.lang.RubricExprNot
 
getExpr() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtIf
 
getExternal() - Method in class com.googlecode.sarasvati.CustomNode
 
getExternal() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getExternal() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getExternal() - Method in interface com.googlecode.sarasvati.load.definition.ArcDefinition
 
getExternal() - Method in interface com.googlecode.sarasvati.load.definition.ExternalArcDefinition
 
getExternal() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getExternal() - Method in interface com.googlecode.sarasvati.Node
If the node is defined in an external, returns the external and null otherwise.
getExternal() - Method in class com.googlecode.sarasvati.xml.XmlArc
 
getExternal() - Method in class com.googlecode.sarasvati.xml.XmlExternalArc
 
getExternalArcs() - Method in interface com.googlecode.sarasvati.load.definition.ExternalDefinition
 
getExternalArcs() - Method in class com.googlecode.sarasvati.xml.XmlExternal
 
getExternalEnv() - Method in class com.googlecode.sarasvati.CustomNode
 
getExternalEnv() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getExternalEnv() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getExternalEnv() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getExternalEnv() - Method in interface com.googlecode.sarasvati.Node
Returns a read-only environment containing all attributes defined for all associated externals.
getExternalGraph() - Method in interface com.googlecode.sarasvati.External
Returns the graph that this external points to.
getExternalGraph() - Method in class com.googlecode.sarasvati.hib.HibExternal
 
getExternalGraph() - Method in class com.googlecode.sarasvati.mem.MemExternal
 
getExternals() - Method in interface com.googlecode.sarasvati.load.definition.ProcessDefinition
 
getExternals() - Method in class com.googlecode.sarasvati.xml.XmlProcessDefinition
 
getFactory() - Method in interface com.googlecode.sarasvati.Engine
Returns an appropriate GraphFactory for this Engine.
getFactory() - Method in class com.googlecode.sarasvati.hib.HibEngine
 
getFactory() - Method in class com.googlecode.sarasvati.mem.MemEngine
 
getFrom() - Method in interface com.googlecode.sarasvati.load.definition.ExternalArcDefinition
 
getFrom() - Method in class com.googlecode.sarasvati.xml.XmlExternalArc
 
getFullEnv() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getFullEnv() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getFullEnv() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the full environment.
getGlobalInstance() - Static method in class com.googlecode.sarasvati.rubric.env.DefaultRubricFunctionRepository
 
getGraph() - Method in class com.googlecode.sarasvati.CustomNode
 
getGraph() - Method in interface com.googlecode.sarasvati.External
Returns the graph that this external is a member of.
getGraph() - Method in interface com.googlecode.sarasvati.GraphProcess
Returns the graph being executed.
getGraph() - Method in class com.googlecode.sarasvati.hib.HibArc
 
getGraph() - Method in class com.googlecode.sarasvati.hib.HibExternal
 
getGraph() - Method in class com.googlecode.sarasvati.hib.HibGraphListener
 
getGraph() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getGraph() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getGraph() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getGraph() - Method in class com.googlecode.sarasvati.mem.MemExternal
 
getGraph() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getGraph() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getGraph() - Method in interface com.googlecode.sarasvati.Node
Returns the graph that this node belongs to.
getGraphName() - Method in class com.googlecode.sarasvati.impl.NestedProcessNode
 
getGraphs(String) - Method in class com.googlecode.sarasvati.hib.HibGraphRepository
 
getGraphs() - Method in class com.googlecode.sarasvati.hib.HibGraphRepository
 
getGraphs(String) - Method in interface com.googlecode.sarasvati.load.GraphRepository
Returns all graphs with the given name.
getGraphs() - Method in interface com.googlecode.sarasvati.load.GraphRepository
Returns all graphs accessible via this repository.
getGraphs(String) - Method in class com.googlecode.sarasvati.mem.MemGraphRepository
 
getGraphs() - Method in class com.googlecode.sarasvati.mem.MemGraphRepository
 
getGuard() - Method in class com.googlecode.sarasvati.CustomNode
 
getGuard() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getGuard() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getGuard() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getGuard() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getGuard() - Method in interface com.googlecode.sarasvati.Node
Every node may have a guard associated with it.
getGuard() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getGuardAction() - Method in interface com.googlecode.sarasvati.GuardResult
Indicates which GuardAction has been selected.
getGuardAction() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getGuardAction() - Method in class com.googlecode.sarasvati.impl.AcceptTokenGuardResult
 
getGuardAction() - Method in class com.googlecode.sarasvati.impl.DiscardTokenGuardResult
 
getGuardAction() - Method in class com.googlecode.sarasvati.impl.SkipNodeGuardResult
Always returns GuardAction.SkipNode.
getGuardAction() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getGuardAction() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the GuardAction that was returned from the Node guard called on this token or null if the guard has not completed or been called.
getHexString(byte[]) - Static method in class com.googlecode.sarasvati.util.SvUtil
From http://www.rgagnon.com/javadetails/java-0596.html
getHorizontalNodeSpacing() - Static method in class com.googlecode.sarasvati.visual.common.NodeDrawConfig
 
getIconHeight() - Method in class com.googlecode.sarasvati.visual.icon.AbstractNodeIcon
 
getIconWidth() - Method in class com.googlecode.sarasvati.visual.icon.AbstractNodeIcon
 
getIconWidth() - Method in class com.googlecode.sarasvati.visual.icon.SmallCircleNodeIcon
 
getId() - Method in class com.googlecode.sarasvati.CustomNode
 
getId() - Method in class com.googlecode.sarasvati.hib.HibArc
 
getId() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getId() - Method in class com.googlecode.sarasvati.hib.HibArcTokenSetMember
 
getId() - Method in class com.googlecode.sarasvati.hib.HibExternal
 
getId() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getId() - Method in class com.googlecode.sarasvati.hib.HibGraphListener
 
getId() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getId() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getId() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getId() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getId() - Method in class com.googlecode.sarasvati.hib.HibNodeTokenSetMember
 
getId() - Method in class com.googlecode.sarasvati.hib.HibNodeType
 
getId() - Method in class com.googlecode.sarasvati.hib.HibProcessListener
 
getId() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getId() - Method in class com.googlecode.sarasvati.hib.HibTokenSetMemberAttribute
 
getId() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getId() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getId() - Method in interface com.googlecode.sarasvati.Node
Returns the node's unique id.
getId() - Method in interface com.googlecode.sarasvati.NodeToken
A unique identifier for this node token.
getIfStmt() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtIf
 
getImage() - Method in class com.googlecode.sarasvati.visual.GraphImageMapCreator
Returns the generated graph image.
getImage() - Method in class com.googlecode.sarasvati.visual.ProcessImageMapCreator
Returns the generated process image.
getIndex() - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getIndex() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getInitiatingToken() - Method in interface com.googlecode.sarasvati.join.lang.JoinLangEnv
Returns the arc token which initiated this join operation.
getInitiatingToken() - Method in class com.googlecode.sarasvati.join.lang.JoinLangEnvImpl
 
getInputArcs(Node) - Method in interface com.googlecode.sarasvati.Graph
Returns a list of arcs which have the given node as an end point.
getInputArcs(Node, String) - Method in interface com.googlecode.sarasvati.Graph
Returns a list of arcs which have the given node as an end point and which have the given name.
getInputArcs(Node) - Method in class com.googlecode.sarasvati.impl.AbstractGraph
 
getInputArcs(Node, String) - Method in class com.googlecode.sarasvati.impl.AbstractGraph
 
getJoinAction() - Method in class com.googlecode.sarasvati.join.CompleteJoinResult
Always returns JoinAction.Complete
getJoinAction() - Method in class com.googlecode.sarasvati.join.IncompleteJoinResult
Always returns JoinAction.Nothing
getJoinAction() - Method in class com.googlecode.sarasvati.join.MergeJoinResult
Always returns JoinAction.Merge
getJoinAction() - Method in interface com.googlecode.sarasvati.JoinResult
Returns the action that the join strategy wants to take.
getJoinParam() - Method in class com.googlecode.sarasvati.CustomNode
 
getJoinParam() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getJoinParam() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getJoinParam() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getJoinParam() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getJoinParam() - Method in interface com.googlecode.sarasvati.Node
Each node may specify a parameter to be used by the join strategy.
getJoinParam() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getJoinStrategy(Arc) - Method in class com.googlecode.sarasvati.CustomNode
 
getJoinStrategy(Arc) - Method in class com.googlecode.sarasvati.hib.HibNode
 
getJoinStrategy(Arc) - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getJoinStrategy() - Method in enum com.googlecode.sarasvati.JoinType
 
getJoinStrategy(Arc) - Method in class com.googlecode.sarasvati.mem.MemNode
 
getJoinStrategy(Arc) - Method in interface com.googlecode.sarasvati.Node
Returns the JoinStrategy to be used when an ArcToken arrives at this Node.
getJoinType() - Method in class com.googlecode.sarasvati.CustomNode
 
getJoinType() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getJoinType() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getJoinType() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getJoinType() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getJoinType() - Method in interface com.googlecode.sarasvati.Node
Returns the JoinType of the node.
getJoinType() - Method in enum com.googlecode.sarasvati.xml.XmlJoinType
 
getJoinType() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getLabel() - Method in class com.googlecode.sarasvati.join.lang.AtLeastLabelArcsRequired
 
getLabel() - Method in class com.googlecode.sarasvati.join.lang.LabelArcsRequired
 
getLatestGraph(String) - Method in class com.googlecode.sarasvati.hib.HibGraphRepository
 
getLatestGraph(String) - Method in interface com.googlecode.sarasvati.load.GraphRepository
Returns The newest Graph with the given name, or null if none is found.
getLatestGraph(String) - Method in class com.googlecode.sarasvati.mem.MemGraphRepository
 
getLeft() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractBinaryRubricExpr
 
getListener() - Method in class com.googlecode.sarasvati.event.DefaultExecutionEventQueue.RegisteredExecutionListener
 
getListener() - Method in class com.googlecode.sarasvati.event.ExecutionListenerWrapper
 
getListener(String) - Method in class com.googlecode.sarasvati.event.ListenerCache
 
getListener(Class<? extends ExecutionListener>) - Method in class com.googlecode.sarasvati.event.ListenerCache
 
getListenerCache() - Static method in class com.googlecode.sarasvati.event.CachingExecutionEventQueue
 
getListeners() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getListeners() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getLoader() - Method in interface com.googlecode.sarasvati.Engine
Returns an appropriate GraphLoader for this Engine.
getLoader(GraphValidator) - Method in interface com.googlecode.sarasvati.Engine
Returns an appropriate GraphLoader for this Engine.
getLoader() - Method in class com.googlecode.sarasvati.hib.HibEngine
 
getLoader(GraphValidator) - Method in class com.googlecode.sarasvati.hib.HibEngine
 
getLoader() - Method in class com.googlecode.sarasvati.mem.MemEngine
 
getLoader(GraphValidator) - Method in class com.googlecode.sarasvati.mem.MemEngine
 
getMapContents() - Method in class com.googlecode.sarasvati.visual.GraphImageMapCreator
Returns what should placed in a map tag.
getMapContents() - Method in class com.googlecode.sarasvati.visual.ProcessImageMapCreator
Returns what should placed in a map tag.
getMatch() - Method in class com.googlecode.sarasvati.visitor.FindNodeNamedVisitor
 
getMaxMemberIndex() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getMaxMemberIndex() - Method in class com.googlecode.sarasvati.mem.MemTokenSet
 
getMaxMemberIndex() - Method in interface com.googlecode.sarasvati.TokenSet
Returns the maximum member index that a member of this token set may have.
getMaxNodeRadius() - Static method in class com.googlecode.sarasvati.visual.common.NodeDrawConfig
 
getMemberAttributes() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getMemberEnv() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getMemberEnv() - Method in class com.googlecode.sarasvati.mem.MemTokenSet
 
getMemberEnv() - Method in interface com.googlecode.sarasvati.TokenSet
In addition to provide an environment which is shared across all members of the token set (see TokenSet.getEnv()), the token set also provides an environment which allows setting attributes per member index.
getMemberIndex() - Method in class com.googlecode.sarasvati.hib.HibArcTokenSetMember
 
getMemberIndex() - Method in class com.googlecode.sarasvati.hib.HibNodeTokenSetMember
 
getMemberIndex() - Method in class com.googlecode.sarasvati.hib.HibTokenSetMemberAttribute
 
getMemberIndex() - Method in class com.googlecode.sarasvati.mem.MemTokenSetMember
 
getMemberIndex() - Method in interface com.googlecode.sarasvati.TokenSetMember
Returns the index assigned to the token within the token set.
getMergeTarget() - Method in class com.googlecode.sarasvati.join.CompleteJoinResult
 
getMergeTarget() - Method in class com.googlecode.sarasvati.join.IncompleteJoinResult
 
getMergeTarget() - Method in class com.googlecode.sarasvati.join.MergeJoinResult
 
getMergeTarget() - Method in interface com.googlecode.sarasvati.JoinResult
If the join action is JoinAction.Merge, then the arc token in question will be made into a parent of the given NodeToken.
getMergeToken() - Method in interface com.googlecode.sarasvati.join.lang.JoinLangEnv
Returns the newest token on the join node, as long as that token is not backtracked.
getMergeToken() - Method in class com.googlecode.sarasvati.join.lang.JoinLangEnvImpl
 
getMessageDigest() - Method in interface com.googlecode.sarasvati.load.definition.ProcessDefinition
 
getMessageDigest() - Method in class com.googlecode.sarasvati.xml.XmlProcessDefinition
 
getMirror(ArcToken) - Method in class com.googlecode.sarasvati.visitor.BacktrackMirrors
 
getMutator(PropertyDescriptor, Object, PropertyMutator) - Static method in class com.googlecode.sarasvati.load.properties.PropertyMutatorRegistry
 
getMutatorForProperty(Object, String) - Static method in class com.googlecode.sarasvati.load.properties.DOMToObjectLoadHelper
 
getName() - Method in interface com.googlecode.sarasvati.Arc
Returns the arc name.
getName() - Method in class com.googlecode.sarasvati.CustomNode
 
getName() - Method in interface com.googlecode.sarasvati.External
Returns the name given to the external in the defining graph.
getName() - Method in interface com.googlecode.sarasvati.Graph
Returns the graph name, which should be unique.
getName() - Method in class com.googlecode.sarasvati.hib.HibArc
 
getName() - Method in class com.googlecode.sarasvati.hib.HibExternal
 
getName() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getName() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getName() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getName() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getName() - Method in class com.googlecode.sarasvati.hib.HibTokenSetMemberAttribute
 
getName() - Method in interface com.googlecode.sarasvati.load.definition.ArcDefinition
 
getName() - Method in interface com.googlecode.sarasvati.load.definition.ExternalArcDefinition
 
getName() - Method in interface com.googlecode.sarasvati.load.definition.ExternalDefinition
 
getName() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getName() - Method in interface com.googlecode.sarasvati.load.definition.ProcessDefinition
 
getName() - Method in class com.googlecode.sarasvati.load.LoadResult
 
getName() - Method in class com.googlecode.sarasvati.mem.MemArc
 
getName() - Method in class com.googlecode.sarasvati.mem.MemExternal
 
getName() - Method in class com.googlecode.sarasvati.mem.MemGraph
 
getName() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getName() - Method in class com.googlecode.sarasvati.mem.MemTokenSet
 
getName() - Method in interface com.googlecode.sarasvati.Node
Returns the node name.
getName() - Method in interface com.googlecode.sarasvati.TokenSet
Returns the name given to this token set.
getName() - Method in class com.googlecode.sarasvati.xml.XmlArc
 
getName() - Method in class com.googlecode.sarasvati.xml.XmlExternal
 
getName() - Method in class com.googlecode.sarasvati.xml.XmlExternalArc
 
getName() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getName() - Method in class com.googlecode.sarasvati.xml.XmlProcessDefinition
 
getNewBounds() - Method in class com.googlecode.sarasvati.visual.common.ShortestPathRouterAdapter.WidgetBoundsTracker
 
getNode() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getNode() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getNode() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getNode() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the node that this token points to.
getNode() - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getNode() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getNode() - Method in interface com.googlecode.sarasvati.visual.process.VisualProcessNode
 
getNodeFactory(String) - Method in class com.googlecode.sarasvati.load.AbstractGraphFactory
 
getNodeFactory(String) - Method in interface com.googlecode.sarasvati.load.GraphFactory
Returns the NodeFactory for the given node type.
getNodeName() - Method in class com.googlecode.sarasvati.join.lang.NodeRequired
 
getNodeParents() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getNodes() - Method in interface com.googlecode.sarasvati.Graph
Returns a list of all nodes in the graph.
getNodes() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getNodes() - Method in interface com.googlecode.sarasvati.load.definition.ProcessDefinition
 
getNodes() - Method in class com.googlecode.sarasvati.mem.MemGraph
 
getNodes() - Method in class com.googlecode.sarasvati.xml.XmlProcessDefinition
 
getNodeToken() - Method in class com.googlecode.sarasvati.event.ExecutionEvent
If this is a node token related event, this returns the related node token and null otherwise.
getNodeToken() - Method in class com.googlecode.sarasvati.event.NodeTokenEvent
 
getNodeTokens() - Method in interface com.googlecode.sarasvati.GraphProcess
Returns the list of all NodeTokens.
getNodeTokens() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getNodeTokens() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getNodeTokenSetMembers() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getNodeWrapper() - Method in class com.googlecode.sarasvati.CustomNode
 
getNonTokenProcessTreeNode(ProcessTreeNode, Node) - Method in class com.googlecode.sarasvati.visual.process.ProcessTree
 
getOffset() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtRelativeDate
 
getOffset() - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getOffset() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getOriginatingExternalNode() - Method in class com.googlecode.sarasvati.CustomNode
 
getOriginatingExternalNode() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getOriginatingExternalNode() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getOriginatingExternalNode() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getOriginatingExternalNode() - Method in interface com.googlecode.sarasvati.Node
If a node is defined in an external, this will return the node as defined in the external graph.
getOriginX() - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getOriginX(int) - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getOriginX() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getOriginX(int) - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getOriginY() - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getOriginY(int) - Method in class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
getOriginY() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getOriginY(int) - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getOutputArcs(Node) - Method in interface com.googlecode.sarasvati.Graph
Returns a list of arcs which have the given node as a starting point.
getOutputArcs(Node, String) - Method in interface com.googlecode.sarasvati.Graph
Returns a list of arcs which have the given node as a starting point and which have the given name.
getOutputArcs(Node) - Method in class com.googlecode.sarasvati.impl.AbstractGraph
 
getOutputArcs(Node, String) - Method in class com.googlecode.sarasvati.impl.AbstractGraph
 
getParent() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeArc
 
getParent() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getParentEngine() - Method in interface com.googlecode.sarasvati.Engine
If this engine was created to execute a nested process, it will remember the engine which created it.
getParentEngine() - Method in class com.googlecode.sarasvati.impl.BaseEngine
 
getParents() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getParentToken() - Method in interface com.googlecode.sarasvati.ArcToken
Returns the node token which directly preceded this arc token.
getParentToken() - Method in interface com.googlecode.sarasvati.GraphProcess
If this a nested process, then this will return the parent NodeToken and null otherwise.
getParentToken() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getParentToken() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getParentToken() - Method in class com.googlecode.sarasvati.mem.MemArcToken
 
getParentToken() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getParentToken() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getParentTokens() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getParentTokens() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getParentTokens() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the list of arc tokens which were involved in creating this NodeToken.
getPredicate(String) - Method in class com.googlecode.sarasvati.rubric.env.DefaultRubricFunctionRepository
 
getPredicate(String) - Method in interface com.googlecode.sarasvati.rubric.env.RubricFunctionRepository
 
getProcess() - Method in interface com.googlecode.sarasvati.ArcToken
Returns the process that this node token belongs to.
getProcess() - Method in class com.googlecode.sarasvati.event.ArcTokenEvent
 
getProcess() - Method in class com.googlecode.sarasvati.event.ExecutionEvent
Returns the process the event has occurred on.
getProcess() - Method in class com.googlecode.sarasvati.event.NodeTokenEvent
 
getProcess() - Method in class com.googlecode.sarasvati.event.ProcessEvent
 
getProcess() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getProcess() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getProcess() - Method in class com.googlecode.sarasvati.hib.HibProcessListener
 
getProcess() - Method in class com.googlecode.sarasvati.hib.HibTokenSet
 
getProcess() - Method in class com.googlecode.sarasvati.mem.MemArcToken
 
getProcess() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getProcess() - Method in class com.googlecode.sarasvati.mem.MemTokenSet
 
getProcess() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the process that this node token belongs to.
getProcess() - Method in interface com.googlecode.sarasvati.TokenSet
Returns the process that this token set belongs to.
getProcessDefinition() - Method in interface com.googlecode.sarasvati.load.definition.ExternalDefinition
 
getProcessDefinition() - Method in class com.googlecode.sarasvati.xml.XmlExternal
 
getProcessTreeNodes() - Method in class com.googlecode.sarasvati.visual.process.ProcessTree
 
getProperty(String) - Method in class com.googlecode.sarasvati.hib.HibPropertyNode
 
getRecognitionException() - Method in exception com.googlecode.sarasvati.join.JoinLangCompilationException
 
getRecognitionException() - Method in exception com.googlecode.sarasvati.join.JoinLangException
 
getRecognitionException() - Method in exception com.googlecode.sarasvati.rubric.RubricCompilationException
 
getRecognitionException() - Method in exception com.googlecode.sarasvati.rubric.RubricException
 
getRepository() - Method in interface com.googlecode.sarasvati.Engine
Returns an appropriate GraphRepository for this Engine.
getRepository() - Method in class com.googlecode.sarasvati.hib.HibEngine
 
getRepository() - Method in class com.googlecode.sarasvati.mem.MemEngine
 
getResult() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtResult
 
getRight() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractBinaryRubricExpr
 
getRoute() - Method in class com.googlecode.sarasvati.visual.common.PathTrackingConnectionWidget
 
getScriptRunner() - Static method in class com.googlecode.sarasvati.script.ScriptRunnerFactory
 
getSession() - Method in class com.googlecode.sarasvati.hib.HibEngine
 
getSession() - Method in class com.googlecode.sarasvati.visual.AbstractGraphVisualizer
Should return an open hibernate session.
getSession() - Method in class com.googlecode.sarasvati.visual.AbstractProcessVisualizer
Should return an open hibernate session.
getSorted(Map<String, ProcessDefinition>) - Static method in class com.googlecode.sarasvati.util.SvUtil
 
getSourceBounds() - Method in class com.googlecode.sarasvati.visual.common.PathTrackingConnectionWidget
 
getStart() - Method in class com.googlecode.sarasvati.visual.common.PathTrackingConnectionWidget
 
getStartNode() - Method in interface com.googlecode.sarasvati.Arc
Returns the Node at the start of the arc.
getStartNode() - Method in class com.googlecode.sarasvati.hib.HibArc
 
getStartNode() - Method in class com.googlecode.sarasvati.mem.MemArc
 
getStartNodes() - Method in interface com.googlecode.sarasvati.Graph
Returns a list of the nodes at which nodes should be placed to start a workflow process.
getStartNodes() - Method in class com.googlecode.sarasvati.impl.AbstractGraph
 
getState() - Method in interface com.googlecode.sarasvati.GraphProcess
Returns the current ProcessState
getState() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getState() - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getStringFunction(String) - Method in class com.googlecode.sarasvati.rubric.env.DefaultRubricFunctionRepository
 
getStringFunction(String) - Method in interface com.googlecode.sarasvati.rubric.env.RubricFunctionRepository
 
getSupportedTypes() - Method in class com.googlecode.sarasvati.script.JavaSixScriptRunner
 
getSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.RubricExprSymbol
 
getSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtDateSymbol
 
getSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtStringSymbol
 
getTargetBounds() - Method in class com.googlecode.sarasvati.visual.common.PathTrackingConnectionWidget
 
getTaskType() - Method in class com.googlecode.sarasvati.visual.GraphToImageMapAdapter
TaskType default is "task".
getTaskType() - Method in class com.googlecode.sarasvati.visual.ProcessToImageMapAdapter
TaskType default is "task".
getTo() - Method in interface com.googlecode.sarasvati.load.definition.ArcDefinition
 
getTo() - Method in interface com.googlecode.sarasvati.load.definition.ExternalArcDefinition
 
getTo() - Method in class com.googlecode.sarasvati.xml.XmlArc
 
getTo() - Method in class com.googlecode.sarasvati.xml.XmlExternalArc
 
getToken() - Method in interface com.googlecode.sarasvati.ArcTokenSetMember
 
getToken() - Method in class com.googlecode.sarasvati.hib.HibArcTokenSetMember
 
getToken() - Method in class com.googlecode.sarasvati.hib.HibNodeTokenSetMember
 
getToken() - Method in class com.googlecode.sarasvati.mem.MemTokenSetMember
 
getToken() - Method in interface com.googlecode.sarasvati.NodeTokenSetMember
 
getToken() - Method in interface com.googlecode.sarasvati.TokenSetMember
Returns the token.
getToken() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeArc
 
getToken() - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
getToken() - Method in interface com.googlecode.sarasvati.visual.process.VisualProcessArc
 
getToken() - Method in interface com.googlecode.sarasvati.visual.process.VisualProcessNode
 
getTokenSet() - Method in class com.googlecode.sarasvati.hib.HibArcTokenSetMember
 
getTokenSet(String) - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getTokenSet() - Method in class com.googlecode.sarasvati.hib.HibNodeTokenSetMember
 
getTokenSet() - Method in class com.googlecode.sarasvati.hib.HibTokenSetMemberAttribute
 
getTokenSet(String) - Method in interface com.googlecode.sarasvati.join.lang.JoinLangEnv
Looks for a token set with the given name on the tokens which are arriving at the joining node.
getTokenSet(String) - Method in class com.googlecode.sarasvati.join.lang.JoinLangEnvImpl
 
getTokenSet(ArcToken) - Method in class com.googlecode.sarasvati.join.TokenSetJoinStrategy
 
getTokenSet(String) - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getTokenSet() - Method in class com.googlecode.sarasvati.mem.MemTokenSetMember
 
getTokenSet(String) - Method in interface com.googlecode.sarasvati.NodeToken
Returns the first TokenSet of the given name that this token is tied to, or null if the token is not associated with a token of this name.
getTokenSet() - Method in interface com.googlecode.sarasvati.TokenSetMember
Returns the token set
getTokenSet(Token, String) - Static method in class com.googlecode.sarasvati.util.SvUtil
 
getTokenSetMember(String) - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getTokenSetMember(String) - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getTokenSetMember(String) - Method in interface com.googlecode.sarasvati.NodeToken
Like NodeToken.getTokenSet(String), except returns the link rather than the the token set itself.
getTokenSetMember(Token, String) - Static method in class com.googlecode.sarasvati.util.SvUtil
 
getTokenSetMemberships() - Method in interface com.googlecode.sarasvati.ArcToken
Returns the set members for each token set that this token is tied to.
getTokenSetMemberships() - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
getTokenSetMemberships() - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
getTokenSetMemberships() - Method in class com.googlecode.sarasvati.mem.MemArcToken
 
getTokenSetMemberships() - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
getTokenSetMemberships() - Method in interface com.googlecode.sarasvati.NodeToken
Returns the set members for each token set that this token is tied to.
getTokenSetMemberships() - Method in interface com.googlecode.sarasvati.Token
Returns the set of TokenSetMembers tying this token to a token set.
getTokenSetName() - Method in class com.googlecode.sarasvati.join.lang.TokenSetRequired
 
getTokensOnNode(Node, Engine) - Method in interface com.googlecode.sarasvati.GraphProcess
Returns the collection of NodeTokens which have been created on the given Node.
getTokensOnNode(Node, Engine) - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getTokensOnNode(Node, Engine) - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
getTransientAttribute(String) - Method in interface com.googlecode.sarasvati.env.Env
Returns the value associated with the given named transient attribute.
getTransientAttribute(int, String) - Method in interface com.googlecode.sarasvati.env.TokenSetMemberEnv
 
getTransientAttribute(int, String) - Method in class com.googlecode.sarasvati.impl.AbstractTokenSetMemberEnv
 
getTransientAttribute(String) - Method in class com.googlecode.sarasvati.impl.MapEnv
 
getTransientAttribute(String) - Method in class com.googlecode.sarasvati.impl.NestedEnv
 
getTransientAttribute(String) - Method in class com.googlecode.sarasvati.impl.TokenSetMemberEnvAdapter
 
getTransientAttributeNames() - Method in interface com.googlecode.sarasvati.env.Env
Returns an Iterable of transient attribute names.
getTransientAttributeNames(int) - Method in interface com.googlecode.sarasvati.env.TokenSetMemberEnv
 
getTransientAttributeNames(int) - Method in class com.googlecode.sarasvati.impl.AbstractTokenSetMemberEnv
 
getTransientAttributeNames() - Method in class com.googlecode.sarasvati.impl.MapEnv
 
getTransientAttributeNames() - Method in class com.googlecode.sarasvati.impl.NestedEnv
 
getTransientAttributeNames() - Method in class com.googlecode.sarasvati.impl.TokenSetMemberEnvAdapter
 
getTreeNode(N) - Method in class com.googlecode.sarasvati.visual.graph.AbstractLayoutTree
 
getType() - Method in class com.googlecode.sarasvati.CustomNode
 
getType() - Method in interface com.googlecode.sarasvati.event.PersistedExecutionListener
Returns the class name of the execution listener
getType() - Method in class com.googlecode.sarasvati.hib.HibGraphListener
 
getType() - Method in class com.googlecode.sarasvati.hib.HibNode
 
getType() - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
getType() - Method in class com.googlecode.sarasvati.hib.HibProcessListener
 
getType() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getType() - Method in class com.googlecode.sarasvati.mem.MemNode
 
getType() - Method in interface com.googlecode.sarasvati.Node
Every node has a type.
getType() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getUnit() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtRelativeDate
 
getValue() - Method in class com.googlecode.sarasvati.hib.HibTokenSetMemberAttribute
 
getVersion() - Method in interface com.googlecode.sarasvati.Graph
Returns the version number of the graph.
getVersion() - Method in class com.googlecode.sarasvati.hib.HibGraph
 
getVersion() - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
getVersion() - Method in class com.googlecode.sarasvati.mem.MemGraph
 
getVerticalNodeSpacing() - Static method in class com.googlecode.sarasvati.visual.common.NodeDrawConfig
 
getWhenExpr() - Method in class com.googlecode.sarasvati.join.lang.AbstractJoinRequirement
 
getWhenExpr() - Method in interface com.googlecode.sarasvati.join.lang.JoinRequirement
 
getWidgetFactory() - Method in class com.googlecode.sarasvati.visual.AbstractGraphVisualizer
 
getWidgetFactory() - Method in class com.googlecode.sarasvati.visual.AbstractProcessVisualizer
 
getX() - Method in interface com.googlecode.sarasvati.load.definition.ExternalDefinition
 
getX() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getX() - Method in class com.googlecode.sarasvati.xml.XmlExternal
 
getX() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
getXmlJoinType(JoinType) - Static method in enum com.googlecode.sarasvati.xml.XmlJoinType
 
getY() - Method in interface com.googlecode.sarasvati.load.definition.ExternalDefinition
 
getY() - Method in interface com.googlecode.sarasvati.load.definition.NodeDefinition
 
getY() - Method in class com.googlecode.sarasvati.xml.XmlExternal
 
getY() - Method in class com.googlecode.sarasvati.xml.XmlNode
 
Graph - Interface in com.googlecode.sarasvati
A Graph corresponds to a process definition.
GraphDefinedEventListenerInvoker - Class in com.googlecode.sarasvati.event
Invokes the process listeners that are defined at the graph level.
GraphDefinedEventListenerInvoker() - Constructor for class com.googlecode.sarasvati.event.GraphDefinedEventListenerInvoker
 
GraphFactory - Interface in com.googlecode.sarasvati.load
 
GraphImageMapCreator - Class in com.googlecode.sarasvati.visual
Class which generates HTML image maps for graphs.
GraphImageMapCreator(Graph, GraphToImageMap) - Constructor for class com.googlecode.sarasvati.visual.GraphImageMapCreator
Creates a new GraphImageMapCreate using the given graph and graph to image map helper.
GraphLayoutNode<N> - Class in com.googlecode.sarasvati.visual.graph
 
GraphLayoutNode(int, N) - Constructor for class com.googlecode.sarasvati.visual.graph.GraphLayoutNode
 
GraphLayoutTree - Class in com.googlecode.sarasvati.visual.graph
 
GraphLayoutTree(Graph) - Constructor for class com.googlecode.sarasvati.visual.graph.GraphLayoutTree
 
GraphLoader<G extends Graph> - Interface in com.googlecode.sarasvati.load
Interface for loading process definitions into a GraphRepository.
GraphLoaderImpl<G extends Graph> - Class in com.googlecode.sarasvati.load
Given a GraphFactory to construct the Graph parts, a GraphRepository and a ProcessDefinitionTranslator to translate the "raw" definition (for example an XML file) into a ProcessDefinition it can understand, the GraphLoader will load process definitions into that repository.
GraphLoaderImpl(GraphFactory, GraphRepository<G>, GraphValidator) - Constructor for class com.googlecode.sarasvati.load.GraphLoaderImpl
 
GraphLookAndFeel - Interface in com.googlecode.sarasvati.visual
Controls how a graph will be drawn, including generating an appropriate Widget for each Node.
GraphProcess - Interface in com.googlecode.sarasvati
A GraphProcess represents a currently executing workflow graph.
GraphRepository<T extends Graph> - Interface in com.googlecode.sarasvati.load
The graph repository is an engine specific way of accessing instances of Graph which have been loaded.
GraphSceneImpl<N,E> - Class in com.googlecode.sarasvati.visual.common
 
GraphSceneImpl() - Constructor for class com.googlecode.sarasvati.visual.common.GraphSceneImpl
 
GraphToImageMap - Interface in com.googlecode.sarasvati.visual
Used to generate HTML Image maps of graphs.
GraphToImageMapAdapter - Class in com.googlecode.sarasvati.visual
Provides default implementations for methods in the GraphToImageMap interface.
GraphToImageMapAdapter() - Constructor for class com.googlecode.sarasvati.visual.GraphToImageMapAdapter
 
GraphToImageMapAdapter(String) - Constructor for class com.googlecode.sarasvati.visual.GraphToImageMapAdapter
 
GraphValidator - Interface in com.googlecode.sarasvati.load
Interface containing methods which are invoked as part of the graph loading process.
GraphValidatorAdapter - Class in com.googlecode.sarasvati.load
Provides a base for creating GraphValidator implementations in cases where not all methods will be overridden.
GraphValidatorAdapter() - Constructor for class com.googlecode.sarasvati.load.GraphValidatorAdapter
 
guard(Engine, NodeToken) - Method in class com.googlecode.sarasvati.CustomNode
Default implementation calls CustomNodeWrapper.defaultGuard(Engine, NodeToken).
guard(Engine, NodeToken) - Method in class com.googlecode.sarasvati.hib.HibNode
 
guard(Engine, NodeToken) - Method in class com.googlecode.sarasvati.hib.HibNodeRef
 
guard(Engine, NodeToken) - Method in class com.googlecode.sarasvati.mem.MemNode
 
guard(Engine, NodeToken) - Method in interface com.googlecode.sarasvati.Node
When a NodeToken is created, the associated Node will not automatically be executed.
GuardAction - Enum in com.googlecode.sarasvati
A GuardAction is part of the response from a Node guard.
GuardResult - Interface in com.googlecode.sarasvati
A GuardResult is returned from Node.guard(Engine, NodeToken) to indicate what should be done with an incoming NodeToken.

A B C D E F G H I J L M N O P R S T U V W X Y