JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
L
M
N
O
P
Q
R
S
U
V
W
A
addToGroup(String, String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
C
clear()
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
clear()
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
create(Feature)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
createProperty(Property<T>)
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
createSchema()
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
createSchema()
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
D
delete(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
deleteProperty(String)
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
disable(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
disableGroup(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
E
enable(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
enableGroup(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
exist(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
existGroup(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
existProperty(String)
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
F
FeatureStoreNeo4J
- Class in
org.ff4j.neo4j.store
Implementatino of NEO4J Store.
FeatureStoreNeo4J()
- Constructor for class org.ff4j.neo4j.store.
FeatureStoreNeo4J
Default to create instances.
FeatureStoreNeo4J(GraphDatabaseService)
- Constructor for class org.ff4j.neo4j.store.
FeatureStoreNeo4J
Initialization of store
FF4jNeo4jConstants
- Class in
org.ff4j.neo4j
Cypher requests.
FF4jNeo4jLabels
- Enum in
org.ff4j.neo4j
Node of the FF4J Graph.
FF4jNeo4jRelationShips
- Enum in
org.ff4j.neo4j
RelationShips of the FF4J Graph.
fromNode2Feature(Node)
- Static method in class org.ff4j.neo4j.mapper.
Neo4jMapper
Transform node FF4J_FEATURE into core Feature.
fromNode2FlippingStrategy(String, Node)
- Static method in class org.ff4j.neo4j.mapper.
Neo4jMapper
Mapping from Neo4j node to
FlippingStrategy
.
fromNode2Property(Node)
- Static method in class org.ff4j.neo4j.mapper.
Neo4jMapper
Mapping from Neo4j node to
Property
G
getGraphDb()
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
Getter accessor for attribute 'graphDb'.
getGraphDb()
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
Getter accessor for attribute 'graphDb'.
grantRoleOnFeature(String, String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
GROUP_NAME
- Static variable in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
GROUPNAME
- Static variable in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
L
listPropertyNames()
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
M
MATCH_F
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
MATCH_P
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
N
NAME_GROUP_NAME
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Neo4jMapper
- Class in
org.ff4j.neo4j.mapper
Map Neo4j node from and to
Feature
bean.
NODEFEATURE_ATT_DESCRIPTION
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEFEATURE_ATT_ENABLE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEFEATURE_ATT_ROLES
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEFEATURE_ATT_UID
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEGROUP_ATT_NAME
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEPROPERTY_ATT_DESCRIPTION
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEPROPERTY_ATT_FIXEDVALUES
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEPROPERTY_ATT_NAME
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEPROPERTY_ATT_TYPE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODEPROPERTY_ATT_VALUE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODESTRATEGY_ATT_INITPARAMS
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
NODESTRATEGY_ATT_TYPE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
core attribute.
O
org.ff4j.neo4j
- package org.ff4j.neo4j
Constants and utilities relative to store implementations.
org.ff4j.neo4j.mapper
- package org.ff4j.neo4j.mapper
Mapping of Neo4j nodes and vertices into Features.
org.ff4j.neo4j.store
- package org.ff4j.neo4j.store
Implementation of FeatureStore to persist data into Neo4j.
P
PropertyStoreNeo4j
- Class in
org.ff4j.neo4j.store
Implementation of
PropertyStore
to work with Neo4J.
PropertyStoreNeo4j()
- Constructor for class org.ff4j.neo4j.store.
PropertyStoreNeo4j
Default to create instances.
PropertyStoreNeo4j(GraphDatabaseService)
- Constructor for class org.ff4j.neo4j.store.
PropertyStoreNeo4j
Initialization of store.
Q
QUERY_CYPHER_ADD_ROLE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_ADDTO_GROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_ALIAS
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query alias.
QUERY_CYPHER_COUNT_FEATURE_OF_GROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_DELETE_ALLFEATURE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_DELETE_ALLPROPERTY
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_DELETE_ALLSINGLEFEATURE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_DELETE_FEATURE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Delete Feature with all its relationships
QUERY_CYPHER_DELETE_GROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_DELETE_GROUP_FEATURE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Delete flipping strategy related to the feature.
QUERY_CYPHER_DELETE_PROPERTIES_FEATURE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Delete properties related to the feature.
QUERY_CYPHER_DELETE_PROPERTY
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Delete property.
QUERY_CYPHER_DELETE_STRATEGY_FEATURE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Delete flipping strategy related to the feature.
QUERY_CYPHER_DISABLE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_DISABLE_GROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_ENABLE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_ENABLE_GROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_EXISTS
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_EXISTS_GROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
QUERY_CYPHER_EXISTS_PROPERTY
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
QUERY_CYPHER_GET_FLIPPINGSTRATEGY
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_GETGROUPNAME
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_NORELATIONSHIPS
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_READ_ALL
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_READ_ALLPROPERTIES
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_READ_FEATURE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_READ_FEATURES_OF_GROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_READ_PROPERTY
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_READ_SINGLE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_REMOVEFROMGROUP
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_UPDATE_PROPERTYVALUE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_CYPHER_UPDATE_ROLE
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_READ_GROUPS
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
QUERY_READ_PROPERTYNAMES
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
Cypher query.
R
read(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
readAll()
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
readAllGroups()
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
readAllProperties()
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
readGroup(String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
readProperty(String)
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
removeFromGroup(String, String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
removeRoleFromFeature(String, String)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
RETURN_COUNT_AS
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
S
setGraphDb(GraphDatabaseService)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
Setter accessor for attribute 'graphDb'.
setGraphDb(GraphDatabaseService)
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
Setter accessor for attribute 'graphDb'.
U
update(Feature)
- Method in class org.ff4j.neo4j.store.
FeatureStoreNeo4J
updateProperty(String, String)
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
updateProperty(Property<T>)
- Method in class org.ff4j.neo4j.store.
PropertyStoreNeo4j
V
valueOf(String)
- Static method in enum org.ff4j.neo4j.
FF4jNeo4jLabels
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.ff4j.neo4j.
FF4jNeo4jRelationShips
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.ff4j.neo4j.
FF4jNeo4jLabels
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.ff4j.neo4j.
FF4jNeo4jRelationShips
Returns an array containing the constants of this enum type, in the order they are declared.
W
WHERE_F
- Static variable in class org.ff4j.neo4j.
FF4jNeo4jConstants
A
C
D
E
F
G
L
M
N
O
P
Q
R
S
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013–2019
FF4J
. All rights reserved.