Uses of Enum
org.apache.uima.cas.impl.TypeSystemUtils.PathValid
Packages that use TypeSystemUtils.PathValid
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of TypeSystemUtils.PathValid in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return TypeSystemUtils.PathValidModifier and TypeMethodDescriptionprivate static final TypeSystemUtils.PathValidTypeSystemUtils.isPathValid(TypeImpl type, Deque<String> path, TypeSystemUtils.PathValid status) Recursively called on each successive path element.static final TypeSystemUtils.PathValidTypeSystemUtils.isPathValid(Type type, List<String> path) Given a starting Type and a list of features representing a feature path, checks if a feature path is valid for a given type.private static final TypeSystemUtils.PathValidTypeSystemUtils.isPathValidInSubtypes(TypeImpl type, String fName, Deque<String> nextPath) Called when the Feature Name is not a valid feature of the currenttype.static TypeSystemUtils.PathValidReturns the enum constant of this type with the specified name.static TypeSystemUtils.PathValid[]TypeSystemUtils.PathValid.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type TypeSystemUtils.PathValidModifier and TypeMethodDescriptionprivate static final TypeSystemUtils.PathValidTypeSystemUtils.isPathValid(TypeImpl type, Deque<String> path, TypeSystemUtils.PathValid status) Recursively called on each successive path element.