Package org.yamcs.xtce.util
Interface NameReference.ResolvedAction
-
- All Known Subinterfaces:
ParameterReference.ParameterResolvedAction
- Enclosing interface:
- NameReference
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface NameReference.ResolvedAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanresolved(NameDescription nd)pushes the NameDescription through and returns true if the name reference is resolved and false otherwise false can be returned in case the NameDescription refers to something which is not itself fully resolved
-
-
-
Method Detail
-
resolved
boolean resolved(NameDescription nd)
pushes the NameDescription through and returns true if the name reference is resolved and false otherwise false can be returned in case the NameDescription refers to something which is not itself fully resolved
-
-