public class OpLabel extends Op1
Modifier and Type | Method and Description |
---|---|
Op |
apply(Transform transform,
Op subOp) |
Op1 |
copy(Op subOp) |
static Op |
create(Object label,
Op op) |
boolean |
equalTo(Op other,
NodeIsomorphismMap labelMap) |
String |
getName() |
Object |
getObject() |
int |
hashCode() |
boolean |
hasSubOp() |
void |
visit(OpVisitor opVisitor) |
toString, toString
toString
public boolean equalTo(Op other, NodeIsomorphismMap labelMap)
public void visit(OpVisitor opVisitor)
public Object getObject()
public boolean hasSubOp()
public String getName()
Licenced under the Apache License, Version 2.0