Package jadex.rules.tools.reteviewer
Class ReteEdge
- java.lang.Object
- 
- jadex.rules.tools.reteviewer.ReteEdge
 
- 
 public class ReteEdge extends java.lang.ObjectAn edge has start node, end node and a type (object or tuple).
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Check if this edge equals a given object.INodegetEnd()Return the end node of this edge.INodegetStart()Return the start node of this edge.inthashCode()Hash code of the edge.booleanisTuple()Check, if this edge is a tuple edge (or an object edge).java.lang.StringtoString()Return a string representation
 
- 
- 
- 
Method Detail- 
getStartpublic INode getStart() Return the start node of this edge.
 - 
getEndpublic INode getEnd() Return the end node of this edge.
 - 
isTuplepublic boolean isTuple() Check, if this edge is a tuple edge (or an object edge).
 - 
hashCodepublic int hashCode() Hash code of the edge.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Check if this edge equals a given object.- Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() Return a string representation- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-