public abstract class Element extends Object
Constructor and Description |
---|
Element() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object el2) |
abstract boolean |
equalTo(Element el2,
NodeIsomorphismMap isoMap) |
abstract int |
hashCode() |
String |
toString() |
abstract void |
visit(ElementVisitor v) |
public abstract void visit(ElementVisitor v)
public abstract boolean equalTo(Element el2, NodeIsomorphismMap isoMap)
Licenced under the Apache License, Version 2.0