Uses of Interface
io.annot8.api.bounds.Bounds
-
Packages that use Bounds Package Description io.annot8.api.annotations This package contains the api interfaces for annotations and groups of annotations.io.annot8.api.capabilities Package containing classes for describing the capabilities of a component, for example what it creates, processes and deletes.io.annot8.api.stores This package contains the api interfaces for store objects -
-
Uses of Bounds in io.annot8.api.annotations
Methods in io.annot8.api.annotations with type parameters of type Bounds Modifier and Type Method Description default <B extends Bounds>
Optional<B>Annotation. getBounds(Class<B> boundsClass)Get theBoundsassociated with this annotation casting it to the bounds provided (if it is of that type / subtype).Methods in io.annot8.api.annotations that return Bounds Modifier and Type Method Description BoundsAnnotation. getBounds()Get theBoundsassociated with this annotationMethods in io.annot8.api.annotations with parameters of type Bounds Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. withBounds(Bounds bounds)Set theBoundsassociated with this annotation -
Uses of Bounds in io.annot8.api.capabilities
Methods in io.annot8.api.capabilities that return types with arguments of type Bounds Modifier and Type Method Description Class<? extends Bounds>AnnotationCapability. getBounds()The bounds of the annotation -
Uses of Bounds in io.annot8.api.stores
Methods in io.annot8.api.stores with type parameters of type Bounds Modifier and Type Method Description default <B extends Bounds>
Stream<Annotation>AnnotationStore. getByBounds(Class<B> boundsClass)Get all annotations of a given bounds currently held in this storedefault <B extends Bounds>
Stream<Annotation>AnnotationStore. getByBoundsAndType(Class<B> boundsClass, String type)Get all annotations of a given bounds and type currently held in this store
-