Package com.embabel.agent.domain.library
Interface HasContent
-
- All Implemented Interfaces:
public interface HasContentInterface when an object has a single important text component.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetContent()Content associated with this object. -
-
Method Detail
-
getContent
abstract String getContent()
Content associated with this object.
-
-
-
-