Uses of Enum Class
ch.admin.bit.jeap.reaction.observer.web.models.graph.EdgeType
Packages that use EdgeType
-
Uses of EdgeType in ch.admin.bit.jeap.reaction.observer.web.models.graph
Methods in ch.admin.bit.jeap.reaction.observer.web.models.graph that return EdgeTypeModifier and TypeMethodDescriptionActionEdge.edgeType()Returns the value of theedgeTyperecord component.TriggerEdge.edgeType()Returns the value of theedgeTyperecord component.static EdgeTypeReturns the enum constant of this class with the specified name.static EdgeType[]EdgeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.admin.bit.jeap.reaction.observer.web.models.graph with parameters of type EdgeTypeModifierConstructorDescriptionActionEdge(EdgeType edgeType, long sourceReactionId, long targetId, NodeType targetNodeType) Creates an instance of aActionEdgerecord class.TriggerEdge(EdgeType edgeType, long sourceId, NodeType sourceNodeType, long targetReactionId, Integer median) Creates an instance of aTriggerEdgerecord class.