Package com.arangodb.entity
Class EdgeDefinition
java.lang.Object
com.arangodb.entity.EdgeDefinition
- Author:
- Mark Vollmary
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollection
(String collection) getFrom()
getTo()
satellites
(String... satellites)
-
Constructor Details
-
EdgeDefinition
public EdgeDefinition()
-
-
Method Details
-
getCollection
-
collection
-
getFrom
-
from
-
getTo
-
to
-
getSatellites
-
getOptions
-
satellites
- Parameters:
satellites
- collection names that will be used to create SatelliteCollections for a Hybrid (Disjoint) SmartGraph (Enterprise Edition only). Each array element must be a valid collection name. The collection type cannot be modified later.- Returns:
- this
- Since:
- ArangoDB 3.9.0
-