Uses of Class
ca.phon.session.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in ca.phon.phontalk.parser
Fields in ca.phon.phontalk.parser declared as Comment -
Uses of Comment in ca.phon.session
Methods in ca.phon.session that return CommentModifier and TypeMethodDescriptionSessionFactory.cloneComment
(Comment comment) SessionFactory.createComment()
Create commentSessionFactory.createComment
(CommentSPI commentImpl) SessionFactory.createComment
(String tag, String value) Create commentSessionFactory.createComment
(String tag, String value, MediaSegment segment) Record.getComment
(int idx) SessionMetadata.getComment
(int idx) Methods in ca.phon.session with parameters of type CommentModifier and TypeMethodDescriptionvoid
Record.addComment
(Comment comment) void
SessionMetadata.addComment
(Comment comment) SessionFactory.cloneComment
(Comment comment) void
Record.removeComment
(Comment comment) void
SessionMetadata.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.impl
Methods in ca.phon.session.impl that return CommentModifier and TypeMethodDescriptionRecordImpl.getComment
(int idx) SessionMetadataImpl.getComment
(int idx) Methods in ca.phon.session.impl with parameters of type CommentModifier and TypeMethodDescriptionvoid
RecordImpl.addComment
(Comment comment) void
SessionMetadataImpl.addComment
(Comment comment) void
RecordImpl.removeComment
(Comment comment) void
SessionMetadataImpl.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.io.xml.v12
Methods in ca.phon.session.io.xml.v12 that return CommentMethods in ca.phon.session.io.xml.v12 with parameters of type CommentModifier and TypeMethodDescriptionvoid
LazyRecord.addComment
(Comment comment) void
LazyRecord.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.io.xml.v13
Methods in ca.phon.session.io.xml.v13 that return CommentMethods in ca.phon.session.io.xml.v13 with parameters of type CommentModifier and TypeMethodDescriptionvoid
LazyRecord.addComment
(Comment comment) void
LazyRecord.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.spi
Methods in ca.phon.session.spi that return CommentModifier and TypeMethodDescriptionRecordSPI.getComment
(int idx) get comment at given indexSessionMetadataSPI.getComment
(int idx) get comment at given indexMethods in ca.phon.session.spi with parameters of type CommentModifier and TypeMethodDescriptionvoid
RecordSPI.addComment
(Comment comment) Add commentvoid
SessionMetadataSPI.addComment
(Comment comment) Add commentvoid
RecordSPI.removeComment
(Comment comment) Remove commentvoid
SessionMetadataSPI.removeComment
(Comment comment) Remove comment