Package | Description |
---|---|
org.graphstream.stream | |
org.graphstream.stream.file.dgs |
Modifier and Type | Field and Description |
---|---|
(package private) SourceBase.ElementType |
SourceBase.AttributeChangedEvent.eltType |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumMap<SourceBase.ElementType,AnnotatedSink.MethodMap> |
AnnotatedSink.methods |
Modifier and Type | Method and Description |
---|---|
static SourceBase.ElementType |
SourceBase.ElementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceBase.ElementType[] |
SourceBase.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceBase.sendAttributeChangedEvent(java.lang.String sourceId,
long timeId,
java.lang.String eltId,
SourceBase.ElementType eltType,
java.lang.String attribute,
AbstractElement.AttributeChangeEvent event,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
SourceBase.sendAttributeChangedEvent(java.lang.String sourceId,
java.lang.String eltId,
SourceBase.ElementType eltType,
java.lang.String attribute,
AbstractElement.AttributeChangeEvent event,
java.lang.Object oldValue,
java.lang.Object newValue)
Send a add/change/remove attribute event on an element.
|
Constructor and Description |
---|
SourceBase.AttributeChangedEvent(java.lang.String sourceId,
long timeId,
java.lang.String eltId,
SourceBase.ElementType eltType,
java.lang.String attribute,
AbstractElement.AttributeChangeEvent event,
java.lang.Object oldValue,
java.lang.Object newValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
DGSParser.attribute(SourceBase.ElementType type,
java.lang.String elementId) |
protected void |
DGSParser.attributes(SourceBase.ElementType type,
java.lang.String id) |