fr.paris5.shaman.insight.data
Interface Topic
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- TopicImpl
- public interface Topic
- extends java.io.Serializable
Represents a Topic. It does not provide information on related
Topics, use TopicNode
for this.
- Version:
- $Id: Topic.java,v 1.4 2002/07/25 13:18:08 caillette Exp $
- Author:
- Laurent Caillette
serialVersionUID
public static final long serialVersionUID
PATH_SEPARATOR
public static final java.lang.String PATH_SEPARATOR
getId
public long getId()
getName
public java.lang.String getName()
getFQName
public java.lang.String getFQName()
getChildCount
public int getChildCount()
isRoot
public boolean isRoot()
Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.