public class UpdateLoad extends Update
Constructor and Description |
---|
UpdateLoad(String source,
Node dest) |
UpdateLoad(String source,
Node dest,
boolean silent) |
UpdateLoad(String source,
String dest) |
UpdateLoad(String source,
String dest,
boolean silent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equalTo(Update obj,
NodeIsomorphismMap isoMap)
Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals
|
Node |
getDest() |
boolean |
getSilent() |
String |
getSource() |
void |
visit(UpdateVisitor visitor) |
public String getSource()
public Node getDest()
public boolean getSilent()
public void visit(UpdateVisitor visitor)
public boolean equalTo(Update obj, NodeIsomorphismMap isoMap)
Update
Licenced under the Apache License, Version 2.0