Uses of Interface
de.wwu.scdh.annotation.selection.Component
Packages that use Component
Package
Description
-
Uses of Component in de.wwu.scdh.annotation.selection
Methods in de.wwu.scdh.annotation.selection with type parameters of type ComponentModifier and TypeMethodDescriptionPoint.dimensions()Returns the components of the point as aSet.<T,C extends Component<T>>
TPoint.getComponent(Class<C> component) Returns the value of the requested component in a type-safe manner.<C extends Component<?>>
booleanPoint.hasComponent(Class<C> component) A predicate, that returns True if and only if the point has the component of the given type. -
Uses of Component in de.wwu.scdh.annotation.selection.component
Classes in de.wwu.scdh.annotation.selection.component that implement ComponentModifier and TypeClassDescriptionclassAnRFC5147CharComponentis aComponentfollowing the RFC5147 character scheme.classAnXPathComponentis aComponentof aPointwith a String value that represents an XPath into the resource. -
Uses of Component in de.wwu.scdh.annotation.selection.point
Methods in de.wwu.scdh.annotation.selection.point with type parameters of type ComponentModifier and TypeMethodDescriptionPointImpl.dimensions()Returns the components of the point as aSet.<T,C extends Component<T>>
TPointImpl.getComponent(Class<C> component) Returns the value of the requested component in a type-safe manner.<C extends Component<?>>
booleanPointImpl.hasComponent(Class<C> component) A predicate, that returns True if and only if the point has the component of the given type.Constructors in de.wwu.scdh.annotation.selection.point with parameters of type Component