A B C D E F G H I L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- filter(Q, Map<String, Object>) - Method in class com.ensoftcorp.open.commons.filters.Filter
-
Returns the filtered input.
- filter(String, Object) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxHashSet
- Filter - Class in com.ensoftcorp.open.commons.filters
-
Filters are generalized implementation of the classic Gang of Four Pipe/Filter design pattern.
- Filter() - Constructor for class com.ensoftcorp.open.commons.filters.Filter
- FilterableRootset - Class in com.ensoftcorp.open.commons.filters.rootset
-
Filterable root sets are predefined sets that are commonly used as a starting point for filtering experiments
- FilterableRootset() - Constructor for class com.ensoftcorp.open.commons.filters.rootset.FilterableRootset
- FilterableRootsets - Class in com.ensoftcorp.open.commons.filters.rootset
- FilterableRootsets() - Constructor for class com.ensoftcorp.open.commons.filters.rootset.FilterableRootsets
- Filters - Class in com.ensoftcorp.open.commons.filters
- Filters() - Constructor for class com.ensoftcorp.open.commons.filters.Filters
- findSCCs() - Method in class com.ensoftcorp.open.commons.algorithms.StronglyConnectedComponents
-
Returns the graph's strongly-connected-components in the graph.
- findSCCs(boolean) - Method in class com.ensoftcorp.open.commons.algorithms.StronglyConnectedComponents
-
Returns the graph's strongly-connected-components in the graph.
- firstDeclarator(Q, Q, String...) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the first declaring node of the given Q which is tagged with one of the given types.
- firstDeclarator(Q, String...) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the first declaring node of the given Q which is tagged with one of the given types.
- flush() - Method in class com.ensoftcorp.open.commons.sandbox.Sandbox
-
Flushes the changes made in the sandbox universe to the Atlas graph
- flush(SandboxGraph) - Method in class com.ensoftcorp.open.commons.sandbox.Sandbox
-
Flushes the changes made in the sandbox that are restricted to the nodes and edges in the given graph to the Atlas graph This methods does the following: 1) Adds nodes/edges that are not mirrored to the Atlas graph with the current tags/attributes 2) Updates (adds/removes) tags and attributes from the corresponding Atlas graph element's to match the current sandbox tags/attributes for each node/edge in the sandbox.
- flush(SandboxGraphElement, Map<String, SandboxGraphElement>) - Method in class com.ensoftcorp.open.commons.sandbox.DefaultFlushProvider
-
Flushes the changes made or creation of a sandbox graph element to the Atlas graph and updates the address map accordingly
- flush(SandboxGraph, Map<String, SandboxGraphElement>) - Method in class com.ensoftcorp.open.commons.sandbox.DefaultFlushProvider
-
Flushes the changes made in the sandbox that are restricted to the nodes and edges in the given graph to the Atlas graph This methods does the following: 1) Adds nodes/edges that are not mirrored to the Atlas graph with the current tags/attributes 2) Updates (adds/removes) tags and attributes from the corresponding Atlas graph element's to match the current sandbox tags/attributes for each node/edge in the sandbox.
- flush(SandboxGraph, Map<String, SandboxGraphElement>) - Method in interface com.ensoftcorp.open.commons.sandbox.FlushProvider
-
Flushes the changes made in the sandbox that are restricted to the nodes and edges in the given graph to the Atlas graph and updates the address map accordingly.
- flush(String) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraphElement
-
Updates the sandbox's temporary address with the flushed address
- FlushProvider - Interface in com.ensoftcorp.open.commons.sandbox
- FormattedSourceCorrespondence - Class in com.ensoftcorp.open.commons.utilities
-
A convenience utility wrapper for pretty printing SourceCorrespondence line numbers and other properties
- FormattedSourceCorrespondence.LineNumberRange - Class in com.ensoftcorp.open.commons.utilities
- forward(SandboxHashSet<SandboxNode>) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
From this graph, selects the subgraph reachable from the given nodes using forward transitive traversal.
- forward(SandboxNode) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
From this graph, selects the subgraph reachable from the given nodes using forward transitive traversal.
- forwardDFSIterator() - Method in class com.ensoftcorp.open.commons.algorithms.StronglyConnectedComponents
-
Returns an iterator which iterates over the elements of this graph in a forward DFS order, after having identified SCCs and converted the graph to a DAG.
- forwardStep(SandboxHashSet<SandboxNode>) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
From this graph, selects the subgraph reachable from the given nodes along a path length of 1 in the forward direction.
- forwardStep(SandboxNode) - Method in class com.ensoftcorp.open.commons.sandbox.SandboxGraph
-
From this graph, selects the subgraph reachable from the given nodes along a path length of 1 in the forward direction.
- from() - Method in class com.ensoftcorp.open.commons.sandbox.SandboxEdge
-
Returns the node this edge is directed from
- functionParameter(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the parameters of the given functions.
- functionParameter(Q, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the parameters of the given functions.
- functionParameter(Q, Q, Integer...) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the parameters of the given functions at the given indices.
- functionParameter(Q, Integer...) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the parameters of the given functions at the given indices.
- functionReturn(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the return nodes for the given functions.
- functionReturn(Q, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the return nodes for the given functions.
- functions(String...) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the set of functions where their names matches the any of the names given (functionNames) list.
- functionsOf(Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the functions declared by the given types.
- functionsOf(Q, Q) - Static method in class com.ensoftcorp.open.commons.analysis.CommonQueries
-
Returns the functions declared by the given types.
All Classes All Packages