Interface WithTypeList
- All Superinterfaces:
Link
- All Known Subinterfaces:
ConstructorLink,MethodLink
- All Known Implementing Classes:
BasicConstructorLink,BasicMethodLink
An interface for links to types with a list of types.
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.Link
kind, reflection
-
Method Details
-
typeList
Returns the list of this link.
- Returns:
- the list of types
-