public interface FactorVisitor
Modifier and Type | Method and Description |
---|---|
void |
end(Factor factor)
End.
|
void |
start(Factor factor)
Start.
|
void |
visit(Factor factor,
Domain domain)
Visit domain.
|
Copyright © 1999–2020 CodeLutin. All rights reserved.