Toggle navigation
Home
com.thinkaurelius.titan.core.RelationType to com.thinkaurelius.titan.core.PropertyKey
No. of Instances - 70
No. of Commits - 1
No. of Projects - {'titan'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
type
to
key
type
to
key
t
to
key
t
to
key
types
to
keys
types
to
keys
type
to
key
type
to
key
type
to
key
type
to
key
type
to
key
t
to
skey
t
to
skey
t
to
skey
t
to
skey
t
to
skey
t
to
skey
t
to
skey
t
to
skey
t
to
skey
t
to
skey
type
to
key
type
to
key
type
to
key
type
to
key
type
to
key
type
to
pkey
type
to
pkey
type
to
key
et
to
key
et
to
key
et
to
key
type
to
key
Add or Remove Method invocation
tx().getExistingRelationType(entry.key)
to
tx().getExistingPropertyKey(entry.key)
transaction.getExistingRelationType(typeId)
to
transaction.getExistingPropertyKey(typeId)
((PropertyKey)t).dataType()
to
key.dataType()
tx().getExistingRelationType(entry.key)
to
tx().getExistingPropertyKey(entry.key)
Stream.of(keyNames).map(s -> tx().getRelationType(s)).filter(rt -> rt != null && getValueDirect(rt) != null)
to
Stream.of(keyNames).map(s -> tx().getPropertyKey(s)).filter(rt -> rt != null && getValueDirect(rt) != null)
et
to
((PropertyKey)key).dataType()
Cascading Type Change (Different)
ArrayList<RelationType>
to
ArrayList<>
ArrayList<RelationType>
to
ArrayList<>
Cascading Type Change (Similar)
RelationType
to
PropertyKey
RelationType
to
PropertyKey
RelationType
to
PropertyKey