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

A

AbstractBinaryRubricExpr - Class in com.googlecode.sarasvati.rubric.lang
 
AbstractBinaryRubricExpr(RubricExpr, RubricExpr) - Constructor for class com.googlecode.sarasvati.rubric.lang.AbstractBinaryRubricExpr
 
AbstractGraph - Class in com.googlecode.sarasvati.impl
Provides some base logic for getting input and output arcs for a given node.
AbstractGraph() - Constructor for class com.googlecode.sarasvati.impl.AbstractGraph
 
AbstractGraphFactory - Class in com.googlecode.sarasvati.load
 
AbstractGraphFactory(Class<? extends Node>) - Constructor for class com.googlecode.sarasvati.load.AbstractGraphFactory
 
AbstractGraphLoader<G extends Graph> - Class in com.googlecode.sarasvati.load
 
AbstractGraphLoader(GraphFactory, GraphRepository<G>, GraphValidator) - Constructor for class com.googlecode.sarasvati.load.AbstractGraphLoader
 
AbstractGraphVisualizer - Class in com.googlecode.sarasvati.visual
Base class for a standalone graph visualizer.
AbstractGraphVisualizer() - Constructor for class com.googlecode.sarasvati.visual.AbstractGraphVisualizer
 
AbstractJoinLangExpr - Class in com.googlecode.sarasvati.join.lang
 
AbstractJoinLangExpr() - Constructor for class com.googlecode.sarasvati.join.lang.AbstractJoinLangExpr
 
AbstractJoinRequirement - Class in com.googlecode.sarasvati.join.lang
 
AbstractJoinRequirement() - Constructor for class com.googlecode.sarasvati.join.lang.AbstractJoinRequirement
 
AbstractLayoutTree<N> - Class in com.googlecode.sarasvati.visual.graph
 
AbstractLayoutTree() - Constructor for class com.googlecode.sarasvati.visual.graph.AbstractLayoutTree
 
AbstractNodeIcon - Class in com.googlecode.sarasvati.visual.icon
 
AbstractNodeIcon() - Constructor for class com.googlecode.sarasvati.visual.icon.AbstractNodeIcon
 
AbstractProcessVisualizer - Class in com.googlecode.sarasvati.visual
Base class for a standalone process visualizer.
AbstractProcessVisualizer() - Constructor for class com.googlecode.sarasvati.visual.AbstractProcessVisualizer
 
AbstractRubricExpr - Class in com.googlecode.sarasvati.rubric.lang
 
AbstractRubricExpr() - Constructor for class com.googlecode.sarasvati.rubric.lang.AbstractRubricExpr
 
AbstractRubricStmt - Class in com.googlecode.sarasvati.rubric.lang
 
AbstractRubricStmt() - Constructor for class com.googlecode.sarasvati.rubric.lang.AbstractRubricStmt
 
AbstractStringValueOfAttributeConverter - Class in com.googlecode.sarasvati.env
 
AbstractStringValueOfAttributeConverter() - Constructor for class com.googlecode.sarasvati.env.AbstractStringValueOfAttributeConverter
 
AbstractTokenSetMemberEnv - Class in com.googlecode.sarasvati.impl
 
AbstractTokenSetMemberEnv(int) - Constructor for class com.googlecode.sarasvati.impl.AbstractTokenSetMemberEnv
 
accept(TokenVisitor) - Method in class com.googlecode.sarasvati.hib.HibArcToken
 
accept(TokenVisitor) - Method in class com.googlecode.sarasvati.hib.HibNodeToken
 
accept(TokenVisitor) - Method in class com.googlecode.sarasvati.mem.MemArcToken
 
accept(TokenVisitor) - Method in class com.googlecode.sarasvati.mem.MemNodeToken
 
accept(TokenVisitor) - Method in interface com.googlecode.sarasvati.Token
Should call the appropriate visit method on the given visitor.
accept(File) - Method in interface com.googlecode.sarasvati.util.FileVisitor
 
AcceptTokenGuardResult - Class in com.googlecode.sarasvati.impl
 
Adaptable - Interface in com.googlecode.sarasvati.adapter
Interface for allowing optional extension.
add(JoinRequirement) - Method in class com.googlecode.sarasvati.join.lang.AndJoinExpr
 
addActiveArcToken(ArcToken) - Method in interface com.googlecode.sarasvati.GraphProcess
Adds an ArcToken to the list of active ArcTokens.
addActiveArcToken(ArcToken) - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
addActiveArcToken(ArcToken) - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
addActiveNodeToken(NodeToken) - Method in interface com.googlecode.sarasvati.GraphProcess
Adds a NodeToken to the list of active NodeTokens.
addActiveNodeToken(NodeToken) - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
addActiveNodeToken(NodeToken) - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
addChild(ProcessTreeArc) - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
addEventTypesMask(int) - Method in class com.googlecode.sarasvati.event.DefaultExecutionEventQueue.RegisteredExecutionListener
 
addExecutionListener(Class<? extends ExecutionListener>, ExecutionEventType...) - Method in interface com.googlecode.sarasvati.Engine
Adds a listener of the given type for the given event types for all processes.
addExecutionListener(GraphProcess, Class<? extends ExecutionListener>, ExecutionEventType...) - Method in interface com.googlecode.sarasvati.Engine
Adds a listener for the given event types for the given process.
addExecutionListener(GraphProcess, Class<? extends ExecutionListener>, ExecutionEventType...) - Method in class com.googlecode.sarasvati.hib.HibEngine
 
addExecutionListener(Class<? extends ExecutionListener>, ExecutionEventType...) - Method in class com.googlecode.sarasvati.impl.BaseEngine
 
addExecutionListener(GraphProcess, Class<? extends ExecutionListener>, ExecutionEventType...) - Method in class com.googlecode.sarasvati.impl.BaseEngine
 
addGlobalCustomNodeType(String, Class<? extends CustomNode>) - Method in interface com.googlecode.sarasvati.Engine
Adds the type to the GraphFactory for this engine.
addGlobalCustomNodeType(String, Class<? extends CustomNode>) - Method in class com.googlecode.sarasvati.impl.BaseEngine
 
addGlobalCustomType(String, Class<? extends CustomNode>) - Method in class com.googlecode.sarasvati.load.AbstractGraphFactory
 
addGlobalCustomType(String, Class<? extends CustomNode>) - Static method in class com.googlecode.sarasvati.load.DefaultNodeFactory
 
addGlobalCustomType(String, Class<? extends CustomNode>) - Method in interface com.googlecode.sarasvati.load.GraphFactory
Adds the type to the GraphFactory for this engine.
addGraph(HibGraph) - Method in class com.googlecode.sarasvati.hib.HibGraphRepository
 
addGraph(T) - Method in interface com.googlecode.sarasvati.load.GraphRepository
Adds a graph to the repository.
addGraph(MemGraph) - Method in class com.googlecode.sarasvati.mem.MemGraphRepository
 
addListener(Engine, Class<? extends ExecutionListener>, ExecutionEventType...) - Method in class com.googlecode.sarasvati.event.CachingExecutionEventQueue
 
addListener(Engine, Class<? extends ExecutionListener>, ExecutionEventType...) - Method in class com.googlecode.sarasvati.event.DefaultExecutionEventQueue
 
addListener(ExecutionListener, ExecutionEventType...) - Method in class com.googlecode.sarasvati.event.DefaultExecutionEventQueue
 
addListener(ExecutionListener, int) - Method in class com.googlecode.sarasvati.event.DefaultExecutionEventQueue
 
addListener(Engine, Class<? extends ExecutionListener>, ExecutionEventType...) - Method in interface com.googlecode.sarasvati.event.ExecutionEventQueue
Adds the given listener type to the event queue for the given event types using the given engine.
addListener(Engine, Class<? extends ExecutionListener>, ExecutionEventType...) - Method in class com.googlecode.sarasvati.event.InitialExecutionEventQueue
 
addNodeFactory(String, NodeFactory) - Method in class com.googlecode.sarasvati.load.AbstractGraphFactory
 
addNodeFactory(String, NodeFactory) - Method in interface com.googlecode.sarasvati.load.GraphFactory
Allows custom loading logic to be used to create nodes of a specific type.
addNodeToken(NodeToken) - Method in interface com.googlecode.sarasvati.GraphProcess
Adds a NodeToken to the list of all NodeTokens for this process.
addNodeToken(NodeToken) - Method in class com.googlecode.sarasvati.hib.HibGraphProcess
 
addNodeToken(NodeToken) - Method in class com.googlecode.sarasvati.mem.MemGraphProcess
 
addNodeType(String, Class<? extends Node>) - Method in interface com.googlecode.sarasvati.Engine
Adds the type to the GraphFactory for this engine.
addNodeType(String, Class<? extends Node>) - Method in class com.googlecode.sarasvati.impl.BaseEngine
 
addNodeWidget(Widget) - Method in class com.googlecode.sarasvati.visual.common.ShortestPathRouterAdapter
 
addOffsetBendToPath(Path, int) - Static method in class com.googlecode.sarasvati.visual.util.SvGraphicsUtil
 
addParent(ProcessTreeArc) - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
addPath(Path, boolean) - Method in class com.googlecode.sarasvati.visual.common.ShortestPathRouterAdapter
 
addSource(T) - Method in class com.googlecode.sarasvati.impl.BaseProcessDefinitionResolver
 
addSource(String, T) - Method in class com.googlecode.sarasvati.impl.BaseProcessDefinitionResolver
 
addToConfiguration(AnnotationConfiguration, boolean) - Static method in class com.googlecode.sarasvati.hib.HibEngine
 
addToDigest(MessageDigest) - Method in class com.googlecode.sarasvati.xml.XmlArc
 
addToDigest(MessageDigest) - Method in class com.googlecode.sarasvati.xml.XmlExternal
 
addToDigest(MessageDigest) - Method in class com.googlecode.sarasvati.xml.XmlExternalArc
 
addToDigest(MessageDigest) - Method in class com.googlecode.sarasvati.xml.XmlNode
 
addToLayer(List<ProcessTreeNode>) - Method in class com.googlecode.sarasvati.visual.process.ProcessTreeNode
 
addType(String, Class<? extends Node>) - Method in class com.googlecode.sarasvati.hib.HibGraphFactory
 
addType(String, Class<? extends Node>) - Method in class com.googlecode.sarasvati.load.AbstractGraphFactory
 
addType(String, Class<? extends Node>) - Method in class com.googlecode.sarasvati.load.DefaultNodeFactory
 
addType(String, Class<? extends Node>) - Method in interface com.googlecode.sarasvati.load.GraphFactory
Adds the type to the GraphFactory for this engine.
addVariable(String, Object) - Method in class com.googlecode.sarasvati.script.BSFManagerEnv
 
addVariable(String, Object) - Method in class com.googlecode.sarasvati.script.ScriptEngineEnv
 
addVariable(String, Object) - Method in interface com.googlecode.sarasvati.script.ScriptEnv
 
addVisited(ArcToken) - Method in class com.googlecode.sarasvati.visitor.BacktrackMirrors
 
AllArcsRequired - Class in com.googlecode.sarasvati.join.lang
 
AllArcsRequired() - Constructor for class com.googlecode.sarasvati.join.lang.AllArcsRequired
 
AndJoinExpr - Class in com.googlecode.sarasvati.join.lang
 
AndJoinExpr(JoinRequirement) - Constructor for class com.googlecode.sarasvati.join.lang.AndJoinExpr
 
AndJoinStrategy - Class in com.googlecode.sarasvati.join
Implements a join strategy in which nodes will wait for arc tokens to be present on all incoming arcs before completing the join.
AndJoinStrategy() - Constructor for class com.googlecode.sarasvati.join.AndJoinStrategy
 
appendPolygon(Polygon, StringBuilder) - Static method in class com.googlecode.sarasvati.visual.util.ConvertUtil
 
apply(P) - Method in interface com.googlecode.sarasvati.adapter.Function
Applies this function to the parameter and returns a result.
apply(Widget) - Method in class com.googlecode.sarasvati.visual.util.HoverFunctionAdapter
 
apply(Widget) - Method in class com.googlecode.sarasvati.visual.util.HrefFunctionAdapter
 
apply(Widget) - Method in class com.googlecode.sarasvati.visual.util.ProcessHoverFunctionAdapter
 
apply(Widget) - Method in class com.googlecode.sarasvati.visual.util.ProcessHrefFunctionAdapter
 
Arc - Interface in com.googlecode.sarasvati
Arcs describe the relationships between Nodes.
ArcDefinition - Interface in com.googlecode.sarasvati.load.definition
An ArcDefinition is the result of the translation of a certain external source containing the definition of a process.
ArcToken - Interface in com.googlecode.sarasvati
Arc tokens point to arcs in the graph.
ArcTokenEvent - Class in com.googlecode.sarasvati.event
 
ArcTokenSetMember - Interface in com.googlecode.sarasvati
Extends the TokenSetMember interface to narrow the Token to an ArcToken.
asAnd() - Method in class com.googlecode.sarasvati.join.lang.AbstractJoinLangExpr
 
asAnd() - Method in class com.googlecode.sarasvati.join.lang.AndJoinExpr
 
asAnd() - Method in interface com.googlecode.sarasvati.join.lang.JoinLangExpr
 
asAnd() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricExpr
 
asAnd() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricExpr
 
asAnd() - Method in class com.googlecode.sarasvati.rubric.lang.RubricExprAnd
 
asDateSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricStmt
 
asDateSymbol() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricStmt
 
asDateSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtDateSymbol
 
asIf() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricStmt
 
asIf() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricStmt
 
asIf() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtIf
 
asNot() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricExpr
 
asNot() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricExpr
 
asNot() - Method in class com.googlecode.sarasvati.rubric.lang.RubricExprNot
 
asOr() - Method in class com.googlecode.sarasvati.join.lang.AbstractJoinLangExpr
 
asOr() - Method in interface com.googlecode.sarasvati.join.lang.JoinLangExpr
 
asOr() - Method in class com.googlecode.sarasvati.join.lang.OrJoinExpr
 
asOr() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricExpr
 
asOr() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricExpr
 
asOr() - Method in class com.googlecode.sarasvati.rubric.lang.RubricExprOr
 
asRelativeDate() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricStmt
 
asRelativeDate() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricStmt
 
asRelativeDate() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtRelativeDate
 
asResult() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricStmt
 
asResult() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricStmt
 
asResult() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtResult
 
asStringSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricStmt
 
asStringSymbol() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricStmt
 
asStringSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.RubricStmtStringSymbol
 
asSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.AbstractRubricExpr
 
asSymbol() - Method in interface com.googlecode.sarasvati.rubric.lang.RubricExpr
 
asSymbol() - Method in class com.googlecode.sarasvati.rubric.lang.RubricExprSymbol
 
AtLeastArcsRequired - Class in com.googlecode.sarasvati.join.lang
 
AtLeastArcsRequired(int) - Constructor for class com.googlecode.sarasvati.join.lang.AtLeastArcsRequired
 
AtLeastLabelArcsRequired - Class in com.googlecode.sarasvati.join.lang
 
AtLeastLabelArcsRequired(String, int) - Constructor for class com.googlecode.sarasvati.join.lang.AtLeastLabelArcsRequired
 
AttributeConverter - Interface in com.googlecode.sarasvati.env
Interface for converting to and from objects and strings.
AttributeConverterPropertyMutator - Class in com.googlecode.sarasvati.load.properties
 
AttributeConverterPropertyMutator(AttributeConverter, Class<?>) - Constructor for class com.googlecode.sarasvati.load.properties.AttributeConverterPropertyMutator
 
AttributeConverters - Class in com.googlecode.sarasvati.env
Static utility class for registering and using AttributeConverters.
AttributeConverters() - Constructor for class com.googlecode.sarasvati.env.AttributeConverters
 
awtToSwt(Rectangle) - Static method in class com.googlecode.sarasvati.visual.util.ConvertUtil
 
awtToSwt(Point) - Static method in class com.googlecode.sarasvati.visual.util.ConvertUtil
 

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