org
.
graphstream
.
scalags
.
graph
RichAttributeSink
trait
RichAttributeSink
[
T <:
AttributeSink
]
extends AnyRef
A trait for attribute sink wrappers.
Linear Supertypes
AnyRef,
Any
Known Subclasses
RichGraph
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
RichAttributeSink
AnyRef
Any
Visibility
Public
All
Abstract Value Members
val
element
: T
Attributes
protected abstract
Concrete Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
edgeAttributeAdded
(
sourceId: String
,
timeId:
Long
,
edgeId: String
,
attribute: String
,
value: AnyRef
)
:
Unit
def
edgeAttributeChanged
(
sourceId: String
,
timeId:
Long
,
edgeId: String
,
attribute: String
,
oldValue: AnyRef
,
newValue: AnyRef
)
:
Unit
def
edgeAttributeRemoved
(
sourceId: String
,
timeId:
Long
,
edgeId: String
,
attribute: String
)
:
Unit
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef
def
graphAttributeAdded
(
sourceId: String
,
timeId:
Long
,
attribute: String
,
value: AnyRef
)
:
Unit
def
graphAttributeChanged
(
sourceId: String
,
timeId:
Long
,
attribute: String
,
oldValue: AnyRef
,
newValue: AnyRef
)
:
Unit
def
graphAttributeRemoved
(
sourceId: String
,
timeId:
Long
,
attribute: String
)
:
Unit
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
nodeAttributeAdded
(
sourceId: String
,
timeId:
Long
,
nodeId: String
,
attribute: String
,
value: AnyRef
)
:
Unit
def
nodeAttributeChanged
(
sourceId: String
,
timeId:
Long
,
nodeId: String
,
attribute: String
,
oldValue: AnyRef
,
newValue: AnyRef
)
:
Unit
def
nodeAttributeRemoved
(
sourceId: String
,
timeId:
Long
,
nodeId: String
,
attribute: String
)
:
Unit
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from AnyRef
Inherited from
Any
A trait for attribute sink wrappers.