Interface and Description |
---|
net.ontopia.utils.CachedIF |
net.ontopia.topicmaps.schema.core.CardinalityConstraintIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.topicmaps.schema.core.ConstraintIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.utils.DeciderIF
Use
Predicate |
net.ontopia.utils.GrabberIF
use
Function |
net.ontopia.topicmaps.impl.utils.IndexManagerIF
Use the TopicMapIF.getIndex(String) method instead.
|
net.ontopia.utils.LookupIndexIF |
net.ontopia.topicmaps.schema.core.SchemaIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.topicmaps.schema.core.SchemaReaderIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.topicmaps.schema.core.SchemaValidatorIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.topicmaps.schema.core.SchemaWriterIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.utils.StringifierIF |
net.ontopia.topicmaps.schema.core.TMObjectMatcherIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.topicmaps.impl.utils.TopicMapTransactionIF
All the useful methods have been moved to
TopicMapStoreIF and TopicMapIF.
|
net.ontopia.topicmaps.schema.core.ValidationHandlerIF
The schema tools are no longer maintained in favor of a future TMCL implementation
|
Exceptions and Description |
---|
net.ontopia.topicmaps.schema.core.SchemaSyntaxException
The schema tools are no longer maintained in favor of a future TMCL implementation
|
net.ontopia.topicmaps.schema.core.SchemaViolationException
The schema tools are no longer maintained in favor of a future TMCL implementation
|
Method and Description |
---|
net.ontopia.topicmaps.nav2.core.FunctionIF.call(PageContext, TagSupport)
1.3.4. Use
Object call(PageContext)
instead. |
net.ontopia.topicmaps.viz.ExtendedTGPanel.edgeNum()
this method has been replaced by the
visibleEdgeCount() method.
|
net.ontopia.topicmaps.nav2.core.FunctionIF.getModule()
This method is not used, and need not be implemented.
|
net.ontopia.topicmaps.nav2.core.FunctionIF.getName()
1.3.4. Function names are now stored outside the
function object itself.
|
net.ontopia.topicmaps.nav2.core.FunctionIF.getReturnVariableName()
1.3.4. Return function value from the
Object
call(PageContext) method instead. |
net.ontopia.topicmaps.nav2.core.FunctionIF.getRootNode()
This method is not used, and need not be implemented.
|
net.ontopia.topicmaps.query.core.QueryProcessorIF.load(Reader)
use rule import declaration instead, or contexts
|
net.ontopia.topicmaps.query.core.QueryProcessorIF.load(String)
use rule import declaration instead, or contexts
|
net.ontopia.topicmaps.viz.ExtendedTGPanel.nodeNum()
this method has been replaced by the
visibleNodeCount() method.
|
net.ontopia.topicmaps.nav2.core.NavigatorPageIF.registerFunction(FunctionIF)
1.3.4. Replaced by registerFunction(String, Function).
|
net.ontopia.topicmaps.nav.taglibs.template.PutTag.setBody(String)
attribute no longer neccessary to use becaue the
existence of a content attribute tells the tag whether to use the
body content or not.
|