public interface LogicStructure
| Modifier and Type | Method and Description |
|---|---|
<C extends Term<?>> |
containsTermsOfType(Class<C> cls)
Checks if this logical structure contains at least one term of type C.
|
Set<Term<?>> |
getTerms() |
<C extends Term<?>> |
getTerms(Class<C> cls)
Processes the set containing all terms of type C.
|
<C extends Term<?>> Set<C> getTerms(Class<C> cls)
cls - The Class structure containing type information about the
searched term<C extends Term<?>> boolean containsTermsOfType(Class<C> cls)
cls - The class structure representing the type C of the term.Copyright © 2018. All rights reserved.