edu.uchsc.ccp.knowtator.event
Class CurrentAnnotationsChangeEvent
java.lang.Object
java.util.EventObject
edu.uchsc.ccp.knowtator.event.CurrentAnnotationsChangeEvent
- All Implemented Interfaces:
- Serializable
public class CurrentAnnotationsChangeEvent
- extends EventObject
- See Also:
- Serialized Form
CurrentAnnotationsChangeEvent
public CurrentAnnotationsChangeEvent(Object source,
List<SimpleInstance> filteredAnnotations,
List<SimpleInstance> partiallyFilteredAnnotations)
- Parameters:
source
- will typically be an instance of KnowtatorManagerfilteredAnnotations
- annotations that pass through the currently selected filterpartiallyFilteredAnnotations
- annotations that pass through the currently selected filter
where the type constraint of the filter is ignored.
getFilteredAnnotations
public List<SimpleInstance> getFilteredAnnotations()
getPartiallyFilteredAnnotations
public List<SimpleInstance> getPartiallyFilteredAnnotations()