public interface PropositionCheckedVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(AbstractParameter abstractParameter)
Processes an abstract parameter.
|
void |
visit(Collection<? extends Proposition> propositions)
Processes a collection of propositions.
|
void |
visit(Constant constantParameter)
Processes a constant parameter.
|
void |
visit(Context context)
Processes a context.
|
void |
visit(Event event)
Processes an event.
|
void |
visit(Map<String,List<Proposition>> finderResult)
Processes results from a PROTEMPA finder method.
|
void |
visit(PrimitiveParameter primitiveParameter)
Processes a primitive parameter.
|
void visit(Map<String,List<Proposition>> finderResult) throws ProtempaException
finderResult - a Map> .ProtempaExceptionvoid visit(Collection<? extends Proposition> propositions) throws ProtempaException
propositions - a Collection. Cannot be
null.ProtempaExceptionvoid visit(PrimitiveParameter primitiveParameter) throws ProtempaException
primitiveParameter - a PrimitiveParameter. Cannot be null.ProtempaExceptionvoid visit(Event event) throws ProtempaException
event - an Event. Cannot be null.ProtempaExceptionvoid visit(AbstractParameter abstractParameter) throws ProtempaException
abstractParameter - an AbstractParameter. Cannot be null.ProtempaExceptionvoid visit(Constant constantParameter) throws ProtempaException
constantParameter - an ConstantParameter. Cannot be null.ProtempaExceptionvoid visit(Context context) throws ProtempaException
context - a Context. Cannot be null.ProtempaExceptionCopyright © 2012–2018 Emory University. All rights reserved.