Package net.ontopia.topicmaps.classify
Interface ClassifiableContentIF
- All Known Implementing Classes:
ClassifiableContent,TopicContentPlugin.TopicAsContent
public interface ClassifiableContentIF
INTERNAL: Interface that holds the identifier and the actual
content of a classifiable resource.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]INTERNAL: Returns the actual bytes in the content of the classiable content.INTERNAL: Returns an identifier that identifies the classifiable content.
-
Method Details
-
getIdentifier
String getIdentifier()INTERNAL: Returns an identifier that identifies the classifiable content. This could e.g. be the absolute filename or an URI of the resource. -
getContent
byte[] getContent()INTERNAL: Returns the actual bytes in the content of the classiable content.
-