Package com.netflix.nfgraph.spec

Class Summary
NFGraphSpec An NFGraphSpec defines the schema for a graph.
NFNodeSpec An NFNodeSpec specifies the schema for a node type.
NFPropertySpec This class defines a specification for a single property.

The recommended interface for creating a property is to instantiate with the flag method below.

By default, an NFPropertySpec is NFPropertySpec.GLOBAL, NFPropertySpec.MULTIPLE, and NFPropertySpec.COMPACT.