ch
.
datascience
.
graph
.
scope
Scope
Related Doc:
package scope
class
Scope
extends
PropertyScope
with
NamedTypeScope
Created by johann on 11/05/17.
Linear Supertypes
NamedTypeScope
,
PropertyScope
,
AnyRef
,
Any
Known Subclasses
DummyScope
Ordering
Alphabetic
By Inheritance
Inherited
Scope
NamedTypeScope
PropertyScope
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Scope
(
persistenceLayer:
PersistenceLayer
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getCachedNamedTypes
:
Future
[
Map
[
NamespaceAndName
,
NamedType
]]
Definition Classes
NamedTypeScope
final
def
getCachedProperties
:
Future
[
Map
[
NamespaceAndName
,
PropertyKey
]]
Definition Classes
PropertyScope
final
def
getCachedPropertiesAndNamedTypes
:
Future
[(
Map
[
NamespaceAndName
,
PropertyKey
],
Map
[
NamespaceAndName
,
NamedType
])]
Definition Classes
NamedTypeScope
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getDefinitionsFor
(
typeIds:
Set
[
NamespaceAndName
]
)
(
implicit
ec:
ExecutionContext
)
:
Future
[(
Map
[
NamespaceAndName
,
PropertyKey
],
Map
[
NamespaceAndName
,
NamedType
])]
Definition Classes
NamedTypeScope
final
def
getDefinitionsFor
(
typeId:
NamespaceAndName
)
(
implicit
ec:
ExecutionContext
)
:
Future
[(
Map
[
NamespaceAndName
,
PropertyKey
],
Map
[
NamespaceAndName
,
NamedType
])]
Definition Classes
NamedTypeScope
final
def
getNamedTypeFor
(
typeId:
NamespaceAndName
)
(
implicit
ec:
ExecutionContext
)
:
Future
[
Option
[
NamedType
]]
Definition Classes
NamedTypeScope
final
def
getNamedTypesFor
(
typeIds:
Set
[
NamespaceAndName
]
)
(
implicit
ec:
ExecutionContext
)
:
Future
[
Map
[
NamespaceAndName
,
NamedType
]]
Definition Classes
NamedTypeScope
final
def
getPropertiesFor
(
keys:
Set
[
NamespaceAndName
]
)
(
implicit
ec:
ExecutionContext
)
:
Future
[
Map
[
NamespaceAndName
,
PropertyKey
]]
Definition Classes
PropertyScope
final
def
getPropertyFor
(
key:
NamespaceAndName
)
(
implicit
ec:
ExecutionContext
)
:
Future
[
Option
[
PropertyKey
]]
Definition Classes
PropertyScope
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
namedTypeDefinitions
:
TrieMap
[
NamespaceAndName
,
NamedType
]
Attributes
protected
Definition Classes
Scope
→
NamedTypeScope
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
persistedNamedTypes
:
PersistedNamedTypes
Attributes
protected
Definition Classes
Scope
→
NamedTypeScope
def
persistedProperties
:
PersistedProperties
Attributes
protected
Definition Classes
Scope
→
PropertyScope
val
persistenceLayer
:
PersistenceLayer
Attributes
protected
val
propertyDefinitions
:
TrieMap
[
NamespaceAndName
,
PropertyKey
]
Attributes
protected
Definition Classes
Scope
→
PropertyScope
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
NamedTypeScope
Inherited from
PropertyScope
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Created by johann on 11/05/17.