toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.text2graph
/
ExistingRelationship
Existing
Relationship
data
class
ExistingRelationship
(
val
suggested
:
SuggestedRelationship
,
val
existing
:
RelationshipInstance
)
:
SuggestedRelationshipResolution
Members
Constructors
Existing
Relationship
Link copied to clipboard
constructor
(
suggested
:
SuggestedRelationship
,
existing
:
RelationshipInstance
)
Properties
existing
Link copied to clipboard
open
override
val
existing
:
RelationshipInstance
recommended
Link copied to clipboard
open
override
val
recommended
:
RelationshipInstance
suggested
Link copied to clipboard
open
override
val
suggested
:
SuggestedRelationship
Functions
info
String
Link copied to clipboard
open
fun
infoString
(
verbose
:
Boolean
?
,
indent
:
Int
)
:
String