Index
All Classes and Interfaces|All Packages
A
- accept(V) - Method in interface io.github.astrapi69.design.pattern.visitor.Acceptable
-
Accepts the given visitor that provides a custom algorithm for processing all elements
- accept(VISITOR) - Method in interface io.github.astrapi69.design.pattern.visitor.GenericAcceptable
-
Accepts the given visitor that provides a custom algorithm for processing all elements
- Acceptable<V> - Interface in io.github.astrapi69.design.pattern.visitor
-
The interface
Acceptablemust be implemented by all classes that want to accept visitor objects.
G
- GenericAcceptable<VISITOR extends GenericVisitor<VISITOR,
ACCEPTABLE>, ACCEPTABLE extends GenericAcceptable<VISITOR, ACCEPTABLE>> - Interface in io.github.astrapi69.design.pattern.visitor -
The interface
GenericAcceptablemust be implemented by all classes that want to accept visitor objects. - GenericVisitor<VISITOR extends GenericVisitor<VISITOR,
ACCEPTABLE>, ACCEPTABLE extends GenericAcceptable<VISITOR, ACCEPTABLE>> - Interface in io.github.astrapi69.design.pattern.visitor -
The interface
GenericVisitormust be implemented by all classes that want to be visitor objects and provide a custom algorithm.
I
- io.github.astrapi69.design.pattern.visitor - package io.github.astrapi69.design.pattern.visitor
-
Provides a set of interfaces for implementing the Visitor design pattern in a generic way.
- io.github.astrapisixtynine.design.patterns.visitor - module io.github.astrapisixtynine.design.patterns.visitor
-
The MIT License Copyright (C) 2022 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
V
- visit(ACCEPTABLE) - Method in interface io.github.astrapi69.design.pattern.visitor.GenericVisitor
-
Visits the given acceptable object
- visit(T) - Method in interface io.github.astrapi69.design.pattern.visitor.Visitor
-
Visits the given acceptable object
- Visitor<T> - Interface in io.github.astrapi69.design.pattern.visitor
-
The interface
Visitormust be implemented by all classes that want to be visitor objects and provide a custom algorithm.
All Classes and Interfaces|All Packages