Interface Status
-
- All Known Implementing Classes:
DefaultStatus
,GraphMLEdgeStatus
,GraphMLStatus
,GraphMLVertexStatus
,LinkdEdgeStatusProvider.LinkdEdgeStatus
public interface Status
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
computeStatus()
java.util.Map<java.lang.String,java.lang.String>
getStatusProperties()
java.util.Map<java.lang.String,java.lang.String>
getStyleProperties()
Defines a CSS-Property to Value mapping, where the key defines the CSS-Property and the value the according value.
-
-
-
Method Detail
-
computeStatus
java.lang.String computeStatus()
-
getStatusProperties
java.util.Map<java.lang.String,java.lang.String> getStatusProperties()
-
getStyleProperties
java.util.Map<java.lang.String,java.lang.String> getStyleProperties()
Defines a CSS-Property to Value mapping, where the key defines the CSS-Property and the value the according value. Each entry is applied to the GWTEdge style attribute. If no style should be applied in addition, return an empty map.- Returns:
- CSS-Property to Value-Mapping for each GWTEdge. Must NOT be null
-
-