Package hydra.cypher.openCypher
Class Properties
- java.lang.Object
-
- hydra.cypher.openCypher.Properties
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Properties>
- Direct Known Subclasses:
Properties.Map,Properties.Parameter
public abstract class Properties extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Properties>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProperties.Mapstatic classProperties.Parameterstatic interfaceProperties.PartialVisitor<R>Partial visitor overPropertieswith a defaultProperties.PartialVisitor.otherwise(hydra.cypher.openCypher.Properties)branch.static interfaceProperties.Visitor<R>Visitor overProperties.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(Properties.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.cypher.openCypher.Propertiestype.
-
MAP
public static final Name MAP
Name of thehydra.cypher.openCypher.Properties.mapfield.
-
PARAMETER
public static final Name PARAMETER
Name of thehydra.cypher.openCypher.Properties.parameterfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(Properties.Visitor<R> visitor)
Dispatch tovisitor.
-
-