| Java Method Summary |
| org.tm4j.config.xml.AddTopicMapSourceRule.begin(java.lang.String ns,java.lang.String name,org.xml.sax.Attributes attributes)
|
|
| org.tm4j.config.xml.NonRemovingOCRule.end()
|
|
| org.tm4j.config.xml.RegisterProviderRule.begin(java.lang.String namespace,java.lang.String name,org.xml.sax.Attributes attributes)
|
|
| org.tm4j.config.xml.RegisterProviderRule.end()
|
|
| org.tm4j.config.xml.SetMemberRule.begin(java.lang.String ns,java.lang.String name,org.xml.sax.Attributes attributes)
|
|
| org.tm4j.config.xml.SetMemberRule.end(java.lang.String ns,java.lang.String name)
|
|
| org.tm4j.config.xml.TopicMapManagerConfiguration.readConfiguration(java.io.File configFile,org.tm4j.topicmap.TopicMapManager manager)
|
This method internally calls #readConfiguration(Properties, File, TopicMapManager)
with standart Properties
|
| org.tm4j.config.xml.TopicMapManagerConfiguration.readConfiguration(java.io.Reader config,org.tm4j.topicmap.TopicMapManager manager)
|
This method internally calls #readConfiguration(Properties, Reader, TopicMapManager)
with standart Properties
|
| org.tm4j.config.xml.TopicMapManagerConfiguration.readConfiguration(java.util.Properties props,java.io.File configFile,org.tm4j.topicmap.TopicMapManager manager)
|
This methods creates a reader from configFile and
calls #readConfiguration(Properties, Reader, TopicMapManager)
|
| org.tm4j.config.xml.TopicMapManagerConfiguration.readConfiguration(java.util.Properties props,java.io.Reader config,org.tm4j.topicmap.TopicMapManager manager)
|
Fills the context with the settings from the reader.
|
| org.tm4j.config.xml.TopicMapManagerRuleSet.addRuleInstances(org.apache.commons.digester.Digester digester)
|
|
| org.tm4j.net.FPILocator.getOwnerIdentifier()
|
Returns the owner identifier String.
|
| org.tm4j.net.FPILocator.getPublicTextClass()
|
Returns a String mnemonic for one of the permitted public
text classes.
|
| org.tm4j.net.FPILocator.getPublicTextDescription()
|
Returns a String containing the public text description.
|
| org.tm4j.net.FPILocator.getPublicTextLanguage()
|
Returns a String containing the public text language.
|
| org.tm4j.net.Locator.copy()
|
Returns a copy of this object.
|
| org.tm4j.net.Locator.equals(org.tm4j.net.Locator loc)
|
Determines the equality of this Locator to loc:
|
| org.tm4j.net.Locator.getAddress()
|
Gets the address associated with the locator
|
| org.tm4j.net.Locator.getFactory()
|
Returns the locator factory associated with this locator.
|
| org.tm4j.net.Locator.getNotation()
|
Gets the string defining the notation type of this locator
|
| org.tm4j.net.Locator.hashCode()
|
Returns the Locator's object hashcode.
|
| org.tm4j.net.Locator.initialise(java.lang.String notation,java.lang.String address)
|
Initializes the locator with the specified notation and address.
|
| org.tm4j.net.Locator.resolveRelative(java.lang.String rel)
|
Returns a new Locator whose address is the result of
resolvng the specified relative address string relative
to this Locator.
|
| org.tm4j.net.Locator.resolveRelative(org.tm4j.net.Locator rel)
|
Returns a new Locator whose address is the result of
resolving the specified Locator relative to this Locator.
|
| org.tm4j.net.Locator.setFactory(org.tm4j.net.LocatorFactory factory)
|
Associates the locator with the given factory.
|
| org.tm4j.net.LocatorAdapter.equals(org.tm4j.net.Locator other)
|
Determines the equality of this Locator to other.
|
| org.tm4j.net.LocatorBase.getAddress()
|
|
| org.tm4j.net.LocatorBase.getFactory()
|
|
| org.tm4j.net.LocatorBase.getNotation()
|
|
| org.tm4j.net.LocatorBase.initialise(java.lang.String notation,java.lang.String address)
|
|
| org.tm4j.net.LocatorBase.isSupportedNotation(java.lang.String notation)
|
Determines whether the locator implementation supports the
specified notation.
|
| org.tm4j.net.LocatorBase.normalizeAddress(java.lang.String address)
|
Returns a normalized representation of the locator's address.
|
| org.tm4j.net.LocatorBase.setFactory(org.tm4j.net.LocatorFactory factory)
|
|
| org.tm4j.net.LocatorFactory.createLocator(java.lang.String notation,java.lang.String address)
|
Creates a new locator.
|
| org.tm4j.net.LocatorFactory.registerImplementation(java.lang.String notation,java.lang.Class implClass)
|
Registers a locator implementation.
|
| org.tm4j.net.LocatorFactory.removeImplementation(java.lang.Class implClass)
|
Unregisters a locator implementation.
|
| org.tm4j.net.LocatorFactoryBase.createLocator(java.lang.String notation,java.lang.String address)
|
Creates a new locator.
|
| org.tm4j.net.LocatorFactoryBase.getImplementation(java.lang.String notation)
|
Retrieves the implementation class associated with the specified notation.
|
| org.tm4j.net.LocatorFactoryBase.registerImplementation(java.lang.String notation,java.lang.Class cls)
|
|
| org.tm4j.net.LocatorFactoryBase.registerImplementation(java.lang.String notation,java.lang.String className)
|
Registers a locator implementation.
|
| org.tm4j.net.LocatorFactoryBase.removeImplementation(java.lang.Class cls)
|
|
| org.tm4j.net.LocatorFactoryBase.removeImplementation(java.lang.String className)
|
Unregisters a locator implementation.
|
| org.tm4j.net.LocatorFactoryException.getCause()
|
|
| org.tm4j.net.LocatorFactoryException.getMessage()
|
Returns a displayable message for the exception.
|
| org.tm4j.net.LocatorFactoryException.toString()
|
Returns a string representation of the exception.
|
| org.tm4j.net.LocatorResolver.resolve(org.tm4j.net.Locator locator)
|
Opens an input stream from the location specified by locator.
|
| org.tm4j.net.LocatorResolverManager.addResolver(java.lang.String notation,org.tm4j.net.LocatorResolver resolver)
|
Adds a resolver for the specified notation to this manager.
|
| org.tm4j.net.LocatorResolverManager.getResolver(java.lang.String notation)
|
Returns the resolver for the specified notation.
|
| org.tm4j.net.LocatorResolverManager.getResolverMap()
|
Returns an unmodifiable Map of resolvers by the notation they
resolve.
|
| org.tm4j.net.LocatorResolverManager.removeResolver(java.lang.String notation)
|
Removes the resolver for the specified notation from the manager.
|
| org.tm4j.net.SimpleLocatorResolverManager.addResolver(java.lang.String notation,org.tm4j.net.LocatorResolver resolver)
|
|
| org.tm4j.net.SimpleLocatorResolverManager.getResolver(java.lang.String notation)
|
|
| org.tm4j.net.SimpleLocatorResolverManager.getResolverMap()
|
|
| org.tm4j.net.SimpleLocatorResolverManager.removeResolver(java.lang.String notation)
|
|
| org.tm4j.net.SimpleLocatorResolverManager.resolve(org.tm4j.net.Locator loc)
|
|
| org.tm4j.net.URILocator.getAuthority()
|
Returns the authority associated with the URI.
|
| org.tm4j.net.URILocator.getFragment()
|
Returns a string indicating an identifier of a fragment of the object that the URI
represents.
|
| org.tm4j.net.URILocator.getPath()
|
Returns a list of strings composing the full path of the object that
the URI represents.
|
| org.tm4j.net.URILocator.getPathString()
|
Returns a string indicating the full path to the object that the URI
represents.
|
| org.tm4j.net.URILocator.getQuery()
|
Returns a query string associated with the object that the URI
represents.
|
| org.tm4j.net.URILocator.getScheme()
|
Returns the scheme associated with the URI.
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.getAuthority()
|
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.getComposedAddress()
|
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.getFragment()
|
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.getPath()
|
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.getPathString()
|
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.getQuery()
|
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.getScheme()
|
Accessors for the fields of the URI
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.normalize()
|
|
| org.tm4j.net.URILocatorHelper.URILocatorInfo.splitPath(java.lang.String path)
|
|
| org.tm4j.net.URILocatorHelper._parseStr(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.composeAddress(java.lang.String scheme,java.lang.String authority,java.lang.String path,java.lang.String query,java.lang.String fragment)
|
|
| org.tm4j.net.URILocatorHelper.getAuthority(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.getFragment(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.getPath(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.getPathString(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.getQuery(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.getScheme(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.mergePaths(java.util.List basePath,java.util.List relPath)
|
Implements relative URI handling as described in RFC 2396
|
| org.tm4j.net.URILocatorHelper.normalizeAddress(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.parse(java.lang.String _address)
|
|
| org.tm4j.net.URILocatorHelper.parseStr(java.lang.String address)
|
|
| org.tm4j.net.URILocatorHelper.resolveRelative(java.lang.String base,java.lang.String rel)
|
|
| org.tm4j.net.URILocatorResolver.addResolver(java.lang.String scheme,org.tm4j.net.LocatorResolver resolver)
|
Adds a new protocol resolver to this resolver.
|
| org.tm4j.net.URILocatorResolver.resolve(org.tm4j.net.Locator loc)
|
Opens an InputStream from the resource specified by the Locator's
address.
|
| org.tm4j.net.URILocatorResolver.setCatalogResolver(org.apache.xml.resolver.tools.CatalogResolver resolver)
|
Set the CatalogResolver used with this URILocatorResolver.
|
| org.tm4j.panckoucke.Version.getDevelopementStatus()
|
|
| org.tm4j.panckoucke.Version.getMaintenanceVersionNum()
|
|
| org.tm4j.panckoucke.Version.getMajorVersionNum()
|
|
| org.tm4j.panckoucke.Version.getProduct()
|
|
| org.tm4j.panckoucke.Version.getReleaseVersionNum()
|
|
| org.tm4j.panckoucke.Version.getVersion()
|
|
| org.tm4j.panckoucke.Version.isRelease()
|
Indicates, if the current Version may be considered
as a released version.
|
| org.tm4j.panckoucke.Version.main(java.lang.String[] args)
|
|
| org.tm4j.panckoucke.abstraction.AbstractionContext.getAbstractorHints()
|
|
| org.tm4j.panckoucke.abstraction.AbstractionContext.setAbstractorHints(java.util.Properties hints)
|
allows to pass additional information to the Abstractor
in order to finetune the abstraction-process
|
| org.tm4j.panckoucke.abstraction.AbstractionContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Contributing a distinct part to the overall model
|
| org.tm4j.panckoucke.abstraction.Abstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Builds an abtract model of the properties of the TopicMapObject
tmo.
|
| org.tm4j.panckoucke.abstraction.Abstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Checks, if a concrete demand for an abstraction model can be
handled by the implementation.
|
| org.tm4j.panckoucke.abstraction.InstantiableAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
sets the AModelFactory which the Abstractor should use
|
| org.tm4j.panckoucke.context.ContextFactory.createContext()
|
|
| org.tm4j.panckoucke.context.ContextFactory.createContext(java.io.File file)
|
|
| org.tm4j.panckoucke.context.ContextFactory.createContext(java.io.Reader reader)
|
|
| org.tm4j.panckoucke.context.PanckouckeContext.addAbstractor(java.lang.String id,org.tm4j.panckoucke.abstraction.Abstractor a)
|
Adds a to the list of available abstractors.
|
| org.tm4j.panckoucke.context.PanckouckeContext.addRenderer(java.lang.String id,org.tm4j.panckoucke.render.Renderer rd)
|
Adds rd to the list of available Renderers.
|
| org.tm4j.panckoucke.context.PanckouckeContext.getAbstractor(java.lang.String id)
|
Method getAbstractor.
|
| org.tm4j.panckoucke.context.PanckouckeContext.getAbstractorIDs()
|
Returns a Set that contains al the ID-Strings of all available Abstractors.
|
| org.tm4j.panckoucke.context.PanckouckeContext.getAvailableAbstractors()
|
Returns a Set of all available Abstractors.
|
| org.tm4j.panckoucke.context.PanckouckeContext.getAvailableRenderers()
|
Returns a Set of all available Renderers.
|
| org.tm4j.panckoucke.context.PanckouckeContext.getDefaultAbstractor()
|
Returns the default abstractor
|
| org.tm4j.panckoucke.context.PanckouckeContext.getDefaultRenderer()
|
Returns the default renderer
|
| org.tm4j.panckoucke.context.PanckouckeContext.getGestaltRegistry()
|
|
| org.tm4j.panckoucke.context.PanckouckeContext.getModelProvider()
|
Provides Access to the Panckoucke ModelProvider
|
| org.tm4j.panckoucke.context.PanckouckeContext.getNotificationRegistry()
|
|
| org.tm4j.panckoucke.context.PanckouckeContext.getRenderer(java.lang.String id)
|
Returns the renderer associated with the given id or null
if no such Renderer exists
|
| org.tm4j.panckoucke.context.PanckouckeContext.getRendererIDs()
|
Returns a Set that contains al the ID-Strings of all available Renderers.
|
| org.tm4j.panckoucke.context.PanckouckeContext.getRepresentationRegistry()
|
|
| org.tm4j.panckoucke.context.PanckouckeContext.getStoreManager()
|
Provides Access to the Panckoucke StoreManager
|
| org.tm4j.panckoucke.context.PanckouckeContext.removeAbstractor(java.lang.String id)
|
Removes the abstractor with the id id from
the list of available abstractors.
|
| org.tm4j.panckoucke.context.PanckouckeContext.removeRenderer(java.lang.String id)
|
Removes the Renderer with the id id from
the list of available Renderers.
|
| org.tm4j.panckoucke.context.PanckouckeContext.setDefaultAbstractor(java.lang.String id)
|
Sets the Abstractor with the id id as the default abstractor or
removes the current defaultAbstractor if id is null or no abstractor
with the given id exists..
|
| org.tm4j.panckoucke.context.PanckouckeContext.setDefaultRenderer(java.lang.String id)
|
Sets the Renderer with the id id as the default renderer or
removes the current defaultRenderer if id is null or no renderer
with the given id exists..
|
| org.tm4j.panckoucke.examples.ExampleOpenTopicMap.main(java.lang.String[] args)
|
|
| org.tm4j.panckoucke.examples.ExampleOpenTopicMap.panckouckeNotifies(org.tm4j.panckoucke.notification.Notification notification)
|
Panckoucke has something to tell
|
| org.tm4j.panckoucke.impl.abstraction.AbstractionContextImpl.getAbstractorHints()
|
|
| org.tm4j.panckoucke.impl.abstraction.AbstractionContextImpl.setAbstractorHints(java.util.Properties hints)
|
|
| org.tm4j.panckoucke.impl.abstraction.AbstractionContextImpl.setScopes(java.util.Set theScopes)
|
Sets the scopes.
|
| org.tm4j.panckoucke.impl.abstraction.AbstractionManager.addAbstractor(org.tm4j.panckoucke.abstraction.Abstractor a)
|
adds an Abstractor to the list of abstractors, which are
managed by this AbstractorManager
|
| org.tm4j.panckoucke.impl.abstraction.AbstractionManager.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
passes the generateModel request to an appropriate Abstractor
|
| org.tm4j.panckoucke.impl.abstraction.AbstractionManager.removeAbstractor(org.tm4j.panckoucke.abstraction.Abstractor a)
|
removes an Abstractor from the list of abstractors, which are
managed by this AbstractorManager
|
| org.tm4j.panckoucke.impl.abstraction.AbstractionManager.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.AssocTypeClassifier.classify(org.tm4j.topicmap.Topic t0)
|
|
| org.tm4j.panckoucke.impl.abstraction.AssocTypeClassifier.getGestaltForLevel(int level)
|
|
| org.tm4j.panckoucke.impl.abstraction.AssociationCompressDispatcher.dispatch(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac,java.lang.String defaultCompression)
|
Building model structures for all the associations the given
topic plays a role in.
|
| org.tm4j.panckoucke.impl.abstraction.AssociationRoleMatrixBuilder.getMatrix(java.util.List associations)
|
|
| org.tm4j.panckoucke.impl.abstraction.AssociationRoleMatrixClassifier.classify(java.util.Collection associations,org.tm4j.topicmap.Topic typeToIgnore)
|
1.
|
| org.tm4j.panckoucke.impl.abstraction.AssociationRoleMatrixClassifier.classify(org.tm4j.topicmap.Topic t0)
|
1.
|
| org.tm4j.panckoucke.impl.abstraction.AssociationRoleShelfmark.getShelfMark(org.tm4j.topicmap.Association association)
|
This method builds a shelfmark for the given association.
|
| org.tm4j.panckoucke.impl.abstraction.AssociationRoleShelfmark.isSuppressDuplicateTopics()
|
|
| org.tm4j.panckoucke.impl.abstraction.AssociationRoleShelfmark.setSuppressDuplicateTopics(boolean suppressDuplicateTopics)
|
|
| org.tm4j.panckoucke.impl.abstraction.ClassificationItem.getAllChildren()
|
|
| org.tm4j.panckoucke.impl.abstraction.ClassificationItem.getChildren(java.lang.Object key)
|
Returns a children by its key
|
| org.tm4j.panckoucke.impl.abstraction.ClassificationItem.getParent()
|
|
| org.tm4j.panckoucke.impl.abstraction.ClassificationItem.getSource()
|
|
| org.tm4j.panckoucke.impl.abstraction.ClassificationItem.itemForKey(java.lang.Object key,java.lang.Object source)
|
Adds a children to the item, that is
stored under the given key.
|
| org.tm4j.panckoucke.impl.abstraction.HierarchicalClassifier.classify(org.tm4j.topicmap.Topic t0)
|
performs the classification process for the given node
|
| org.tm4j.panckoucke.impl.abstraction.HierarchicalClassifier.getGestaltForLevel(int level)
|
|
| org.tm4j.panckoucke.impl.abstraction.HierarchicalMolder.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Alternative entry-point.
This method just calls mold(AModel, AMNode, AbstractionContext)
with the centerNode of the model.
If the centerNode of the model does not represent a topic,
the mold-method is not called and no further action will be taken.
|
| org.tm4j.panckoucke.impl.abstraction.HierarchicalMolder.mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.model.AMNode n0,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Adds nodes and arcs to the given model.
What concrete elements will be added is driven by
the HierarchicalClassifier that was passed to the constructor of
this instance.
This method triggers the classification-process by a call to
the HierarchicalClassifier#classify(Topic) classify-Method
of the classifier of this instance.
|
| org.tm4j.panckoucke.impl.abstraction.MatrixClassifier.classify(org.tm4j.topicmap.Topic t0)
|
performs the classification process for the given topic
|
| org.tm4j.panckoucke.impl.abstraction.MatrixCreator.mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Topic t0,org.tm4j.panckoucke.abstraction.AbstractionContext ac,org.tm4j.panckoucke.model.AMArc connectTo)
|
|
| org.tm4j.panckoucke.impl.abstraction.RoleOfCenterClassifier.classify(org.tm4j.topicmap.Topic t0)
|
|
| org.tm4j.panckoucke.impl.abstraction.RoleOfCenterClassifier.getGestaltForLevel(int level)
|
Instances of this class classify players in a two-level tree.
The levels of this classifiers have the following Gestalten:
level 0: AMGestaltRegistry#GESTALT_ROLE
level 1: AMGestaltRegistry#GESTALT_PLAYER
|
| org.tm4j.panckoucke.impl.abstraction.RoleTypePlayerCountClassifier.classify(org.tm4j.topicmap.Topic t0)
|
starts the classification process
|
| org.tm4j.panckoucke.impl.abstraction.RoleTypePlayerCountClassifier.getGestaltForLevel(int level)
|
Instances of this class classify players in a six-level tree.
The levels of this classifiers have the following Gestalten:
level 0: AMGestaltRegistry#GESTALT_ROLE
level 1: AMGestaltRegistry#GESTALT_CLASS
level 2: AMGestaltRegistry#GESTALT_INSTANCE
level 3: AMGestaltRegistry#GESTALT_ASSOCIATION
level 4: AMGestaltRegistry#GESTALT_ROLE
level 5: AMGestaltRegistry#GESTALT_PLAYER
|
| org.tm4j.panckoucke.impl.abstraction.RolesOfOthersClassifier.classify(org.tm4j.topicmap.Topic t0)
|
|
| org.tm4j.panckoucke.impl.abstraction.RolesOfOthersClassifier.getGestaltForLevel(int level)
|
Instances of this class classify players in a two-level tree
The levels of this classifiers have the following Gestalten:
level 0: AMGestaltRegistry#GESTALT_ROLE
level 1: AMGestaltRegistry#GESTALT_PLAYER
|
| org.tm4j.panckoucke.impl.abstraction.Shelfmark.getShelfMark(org.tm4j.topicmap.Association association)
|
|
| org.tm4j.panckoucke.impl.abstraction.SimpleAbstractor.generateArc(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.model.AMNode startnode,org.tm4j.topicmap.Member member)
|
|
| org.tm4j.panckoucke.impl.abstraction.SimpleAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.SimpleAbstractor.generateNode(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Topic topic)
|
|
| org.tm4j.panckoucke.impl.abstraction.SimpleAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.compact.ClassContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.compact.CompactAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.compact.CompactAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
|
| org.tm4j.panckoucke.impl.abstraction.compact.CompactAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Currently the CompactAbstractor supports model-generation for Topics,
Associations and Occurrences.
|
| org.tm4j.panckoucke.impl.abstraction.compact.CompactAssocAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
The generated model has the following shape
- The rootNode represents the Association tmo.
|
| org.tm4j.panckoucke.impl.abstraction.compact.CompactAssocAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
|
| org.tm4j.panckoucke.impl.abstraction.compact.CompactAssocAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.compact.InstanceContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Adds all Topic, Associations and Occurrences to the model
which are instances of tmo
This methode contributes an outgoing arc to the centernode.
|
| org.tm4j.panckoucke.impl.abstraction.compact.OccurrenceContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Adds all Occurrences of topic tmo.
|
| org.tm4j.panckoucke.impl.abstraction.compact.PlayerContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Adds all Topics, which play the role of tmo in any association of the current TM.
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractionUtil.addMembersOfAssociation(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Association assoc,org.tm4j.panckoucke.model.AMNode assocNode,org.tm4j.topicmap.Topic t0,org.tm4j.panckoucke.model.AMNode n0)
|
Adds arcs for all members of the given association.
The arcs representedObject-property is set to the roleSpec
of this member, if any, the gestalt of the arcs is set to
GESTALT_ROLE.
Adds endnodes to theese arcs for every player
of that member
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractionUtil.addTypingInfo(org.tm4j.panckoucke.model.AModel m,org.tm4j.panckoucke.model.AMNode n,org.tm4j.topicmap.Topic t)
|
Adds an incoming arc to AMNode n, with gestalt INSTANCE
and a new AMNode n2 as startnode.
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractionUtil.retrieveTypeNode(org.tm4j.panckoucke.model.AMNode n)
|
Looks for an incoming arc of n with gestalt INSTANCE.
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractor.buildModelForTopic(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Builds an extended model for a topic
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Currently model-generation for Topics,Associaitons and for Occurrences is supported.
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAssocContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
- Processes all Associations, in which tmo plays a role.
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedOccurrenceContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Adds all Occurrences of topic tmo.
|
| org.tm4j.panckoucke.impl.abstraction.extended.ExtendedSubjectContributor.contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Adds the subject and all subjectIndicators of topic tmo
to the model.
|
| org.tm4j.panckoucke.impl.abstraction.ix.AssociationIndexAbstractor.getElements()
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.AssociationTypesIndexAbstractor.getElements()
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.IndexAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.IndexAbstractor.getElements()
|
This method is called by #generateModel(TopicMapObject, AbstractionContext) generateModel.
|
| org.tm4j.panckoucke.impl.abstraction.ix.IndexAbstractor.setIndexAndGestalt(java.lang.Class indexClass,org.tm4j.panckoucke.model.AMGestalt memberGestalt)
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.IndexAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.IndexAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
This Abstractor works as long it its possible to determine
a topicMap from tmo.
|
| org.tm4j.panckoucke.impl.abstraction.ix.IndexAbstractor.tm4jIndexSupportIsEnabled()
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.MemberTypesIndexAbstractor.getElements()
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.OccurrenceTypesIndexAbstractor.getElements()
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.TopicIndexAbstractor.getElements()
|
|
| org.tm4j.panckoucke.impl.abstraction.ix.TopicTypesIndexAbstractor.getElements()
|
|
| org.tm4j.panckoucke.impl.abstraction.section.AssociationMemberSection.setAssociation(org.tm4j.topicmap.Association assoc,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Sets the driving asociation
|
| org.tm4j.panckoucke.impl.abstraction.section.AssociationSectionGroup.setTopic(org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Sets the driving topic
|
| org.tm4j.panckoucke.impl.abstraction.section.InstanceSection.setTopic(org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Sets the driving topic
|
| org.tm4j.panckoucke.impl.abstraction.section.MetaSectionGroup.setTopicMapObject(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Sets the driving topic
|
| org.tm4j.panckoucke.impl.abstraction.section.OccurrenceSection.setTopic(org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Sets the driving topic
|
| org.tm4j.panckoucke.impl.abstraction.section.RolePlayerSection.setTopic(org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Sets the driving topic
|
| org.tm4j.panckoucke.impl.abstraction.section.SectionAbstractor.buildModelForTopic(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Builds a section model for a topic
|
| org.tm4j.panckoucke.impl.abstraction.section.SectionAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.abstraction.section.SectionAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
|
| org.tm4j.panckoucke.impl.abstraction.section.SectionAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
Currently model-generation is supported for Topics and Associations only.
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologAbstractor.evaluateQuery(org.tm4j.panckoucke.model.AMMember member,java.lang.String query,boolean compactSingleRowColumns)
|
performs a Tolog-Query and returns an AbstractModel
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologAbstractor.evaluateQuery(org.tm4j.topicmap.TopicMap tm,java.lang.String query,boolean compactSingleColumnRows)
|
performs a Tolog-Query and returns an AbstractModel
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
if supportsAbstraction(tmo, ac) returns true,
this methods retrieves the tolog-query from the AbstractionContext
(by querying the hints for a property HINT_TOLOG_QUERY)
Afterwards evaluateQuery(TopicMap, String, boolean) is called and the
result is returned to the caller.
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
This method returns true, if the following two criteria
are met
- tmo must hold a reference to a TopicMap
- the AbstractorHInts must contain a Property with
the key HINT_TOLOG_QUERY, which is defined as a constant in this class
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologMatrixAbstractor.evaluateQuery(org.tm4j.panckoucke.model.AMMember member,java.lang.String query)
|
performs a Tolog-Query and returns an AbstractModel
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologMatrixAbstractor.evaluateQuery(org.tm4j.topicmap.TopicMap tm,java.lang.String query)
|
performs a Tolog-Query and returns an AbstractModel
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologMatrixAbstractor.generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
if supportsAbstraction(tmo, ac) returns true, this methods retrieves the
tolog-query from the AbstractionContext (by querying the hints for a
property HINT_TOLOG_QUERY) Afterwards evaluateQuery(TopicMap, String) is
called and the result is returned to the caller.
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologMatrixAbstractor.setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
|
|
| org.tm4j.panckoucke.impl.abstraction.tolog.TologMatrixAbstractor.supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
This method returns true, if the following two criteria are met
- tmo
must hold a reference to a TopicMap - the AbstractorHInts must contain a
Property with the key HINT_TOLOG_QUERY, which is defined as a constant in
this class
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.Column.getLabel()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.Column.getObject()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.Column.setLabel(java.lang.String label)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.Column.setObject(java.lang.Object object)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getCell(int rowindex,int colindex)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getColumnCount()
|
Returns the number of columns of this Matrix
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getColumnObjects()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getData()
|
returns the data of this matrix in a two-dimensional array.
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getGestaltForColumns()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getGestaltForData()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getGestaltForRows()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getRowCount()
|
Returns the number of rows of this Matrix
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.getRowObjects()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.setCell(java.lang.Object value,int rowindex,int colindex)
|
Fills a distinct cell in the matrix with the given value.
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.setColumn(int colindex,java.lang.Object object,java.lang.String label)
|
Sets the value of the column with the given
index to the given value
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.setGestaltForColumns(org.tm4j.panckoucke.model.AMGestalt gestaltForColumns)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.setGestaltForData(org.tm4j.panckoucke.model.AMGestalt gestaltForData)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.setGestaltForRows(org.tm4j.panckoucke.model.AMGestalt gestaltForRows)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Matrix.setRowObject(java.lang.Object value,int rowindex)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixMolder.mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.impl.abstraction.util.Matrix matrix)
|
Transforms the given matrix into an abstract model graph.
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getCell(int rowix,int colix)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getColumn(int index)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getColumnCount()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getColumnIndexForObject(java.lang.Object o)
|
Determines the index of the
column that represents the given object.
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getColumnNames()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getColumnObjects()
|
Returns an Array of those objects that are represented by
the AMNodes that form columns of this matrix.
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getColumns()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getRow(int index)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getRowCount()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getRowData(int index)
|
Returns a List of AMNodes that form
the data of the cells of the row with the
given index
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixNode.getRows()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixUtil.ColumnFiller.fn(java.lang.Object arg0)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixUtil.ColumnFiller.prepare(org.tm4j.panckoucke.impl.abstraction.util.Matrix matrix,int column,int startRow)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MatrixUtil.getMatrixFromResultSet(org.tm4j.tologx.TologResultsSet rs)
|
Transforms a TologResultSet into a Matrix
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.addRepresentedObject(java.lang.Object o)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.getData()
|
optional charcter data
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.getDataLocator()
|
An optional AMLocator
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.getGestalt()
|
The Gestalt property serves to provide some extra information about the
type of that member
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.getLabel()
|
returns a String for display purposes.
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.getRepresentedObjects()
|
Returns the objects that are represented by that member.
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.setData(java.lang.String data)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.setDataLocator(org.tm4j.panckoucke.model.AMLocator dataLocator)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.setGestalt(org.tm4j.panckoucke.model.AMGestalt gestalt)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.MemberProxy.setLabel(java.lang.String label)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Section.addMatrix(org.tm4j.panckoucke.impl.abstraction.util.Matrix matrix)
|
Adds a matrix to the subsection that is
identified by the given MemberProxy.
|
| org.tm4j.panckoucke.impl.abstraction.util.Section.getMatrices()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.Section.setMatrices(org.tm4j.panckoucke.impl.abstraction.util.Matrix[] theMatrices)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionGroup.addSection(org.tm4j.panckoucke.impl.abstraction.util.Section section)
|
adds the given MemberProxy as a subsection
if it is not already contained.
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionGroup.getSections()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionGroupNode.getSectionNode()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionGroupNode.getSections()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionMolder.mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.impl.abstraction.util.Section section,org.tm4j.panckoucke.model.AMArc sectionsArc)
|
creates an AMNode for the given Section and returns it.
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionMolder.mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.impl.abstraction.util.SectionGroup group,org.tm4j.panckoucke.model.AMArc groupsArc)
|
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionNode.getMatrices()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionNode.getMatrixNode()
|
|
| org.tm4j.panckoucke.impl.abstraction.util.SectionNode.getNode()
|
return the AMNode that represents this Section
|
| org.tm4j.panckoucke.impl.abstraction.util.TopicCentricSection.setTopic(org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
|
|
| org.tm4j.panckoucke.impl.context.ContextFactoryImpl.createContext()
|
A convienience method which returns the default-context
|
| org.tm4j.panckoucke.impl.context.ContextFactoryImpl.createContext(java.io.File configFile)
|
|
| org.tm4j.panckoucke.impl.context.ContextFactoryImpl.createContext(java.io.Reader reader)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.addAbstractor(java.lang.String shortName,org.tm4j.panckoucke.abstraction.Abstractor abstractor)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.addRenderer(java.lang.String shortName,org.tm4j.panckoucke.render.Renderer renderer)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getAbstractor(java.lang.String shortName)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getAbstractorIDs()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getAvailableAbstractors()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getAvailableRenderers()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getDefaultAbstractor()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getDefaultRenderer()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getGestaltRegistry()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getModelProvider()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getNotificationRegistry()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getRenderer(java.lang.String shortName)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getRendererIDs()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getRepresentationRegistry()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.getStoreManager()
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.removeAbstractor(java.lang.String shortName)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.removeRenderer(java.lang.String shortName)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.setDefaultAbstractor(java.lang.String shortName)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.setDefaultRenderer(java.lang.String shortName)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.setGestaltRegistry(org.tm4j.panckoucke.model.AMGestaltRegistry registry)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.setModelProvider(org.tm4j.panckoucke.model.ModelProvider provider)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.setNotificationRegistry(org.tm4j.panckoucke.notification.NotificationRegistry registry)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.setRepresentationRegistry(org.tm4j.panckoucke.render.rep.RepresentationRegistry registry)
|
|
| org.tm4j.panckoucke.impl.context.PanckouckeContextImpl.setStoreManager(org.tm4j.panckoucke.store.StoreManager manager)
|
|
| org.tm4j.panckoucke.impl.context.reader.AbstractorRuleSet.addRuleInstances(org.apache.commons.digester.Digester digester)
|
|
| org.tm4j.panckoucke.impl.context.reader.CheckVersionRule.begin(java.lang.String ns,java.lang.String name,org.xml.sax.Attributes attributes)
|
|
| org.tm4j.panckoucke.impl.context.reader.ContextRuleSet.addRuleInstances(org.apache.commons.digester.Digester digester)
|
|
| org.tm4j.panckoucke.impl.context.reader.CreateProviderRule.begin(java.lang.String namespace,java.lang.String name,org.xml.sax.Attributes attributes)
|
|
| org.tm4j.panckoucke.impl.context.reader.CreateProviderRule.end(java.lang.String arg0,java.lang.String arg1)
|
|
| org.tm4j.panckoucke.impl.context.reader.GestaltenRuleSet.addRuleInstances(org.apache.commons.digester.Digester digester)
|
|
| org.tm4j.panckoucke.impl.context.reader.LoadMapRule.begin(java.lang.String ns,java.lang.String name,org.xml.sax.Attributes attributes)
|
|
| org.tm4j.panckoucke.impl.context.reader.NonRemovingOCRule.end()
|
|
| org.tm4j.panckoucke.impl.context.reader.PanckouckeContextReader.readConfiguration(java.io.File configFile,org.tm4j.panckoucke.context.PanckouckeContext context)
|
This method internally calls #readConfiguration(Properties, File, PanckouckeContext)
with standart Properties
|
| org.tm4j.panckoucke.impl.context.reader.PanckouckeContextReader.readConfiguration(java.io.Reader config,org.tm4j.panckoucke.context.PanckouckeContext context)
|
This method internally calls #readConfiguration(Properties, Reader, PanckouckeContext)
with standart Properties
|
| org.tm4j.panckoucke.impl.context.reader.PanckouckeContextReader.readConfiguration(java.util.Properties props,java.io.File configFile,org.tm4j.panckoucke.context.PanckouckeContext context)
|
This methods creates a reader from configFile and
calls #readConfiguration(Properties, Reader, PanckouckeContext)
|
| org.tm4j.panckoucke.impl.context.reader.PanckouckeContextReader.readConfiguration(java.util.Properties props,java.io.Reader config,org.tm4j.panckoucke.context.PanckouckeContext context)
|
Fills the context with the settings from the reader.
|
| org.tm4j.panckoucke.impl.context.reader.RendererRuleSet.addRuleInstances(org.apache.commons.digester.Digester digester)
|
|
| org.tm4j.panckoucke.impl.context.reader.RepresentationsRuleSet.addRuleInstances(org.apache.commons.digester.Digester digester)
|
|
| org.tm4j.panckoucke.impl.context.reader.SetMemberRule.begin(java.lang.String ns,java.lang.String name,org.xml.sax.Attributes attributes)
|
|
| org.tm4j.panckoucke.impl.context.reader.SetMemberRule.end(java.lang.String ns,java.lang.String name)
|
|
| org.tm4j.panckoucke.impl.context.reader.StoreManagerRuleSet.addRuleInstances(org.apache.commons.digester.Digester digester)
|
|
| org.tm4j.panckoucke.impl.model.AMArcImpl.getEndNodes()
|
|
| org.tm4j.panckoucke.impl.model.AMArcImpl.getStartNode()
|
|
| org.tm4j.panckoucke.impl.model.AMLocatorImpl.equals(java.lang.Object other)
|
|
| org.tm4j.panckoucke.impl.model.AMLocatorImpl.getAddress()
|
|
| org.tm4j.panckoucke.impl.model.AMLocatorImpl.getLocator()
|
|
| org.tm4j.panckoucke.impl.model.AMLocatorImpl.getNotation()
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.addRepresentedObject(java.lang.Object object)
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.getData()
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.getDataLocator()
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.getGestalt()
|
Returns the gestalt.
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.getID()
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.getLabel()
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.getRepresentedObject()
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.getRepresentedObjects()
|
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.removeRepresentedObject(java.lang.Object object)
|
removes the TopicMapObject object from the set of objects
which are represented by this arc.
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.setData(java.lang.String data)
|
Sets the data-Property of this AMMember to the given inline-data
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.setGestalt(org.tm4j.panckoucke.model.AMGestalt gestalt)
|
Sets the gestalt.
|
| org.tm4j.panckoucke.impl.model.AMMemberImpl.setLocator(org.tm4j.panckoucke.model.AMLocator locator)
|
Sets the locator-Property of this AMMember to the given foreign resource
|
| org.tm4j.panckoucke.impl.model.AMNodeImpl.getArcs()
|
|
| org.tm4j.panckoucke.impl.model.AMNodeImpl.getIncomingArcs()
|
|
| org.tm4j.panckoucke.impl.model.AModelFactoryImpl.createAModel()
|
returns a new Instance of AModelImpl
|
| org.tm4j.panckoucke.impl.model.AModelImpl._createNode(java.lang.String label)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl._setData(org.tm4j.panckoucke.impl.model.AMMemberImpl m,java.lang.String d)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl._setDataLocator(org.tm4j.panckoucke.impl.model.AMMemberImpl m,org.tm4j.panckoucke.model.AMLocator l)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.addEndNode(org.tm4j.panckoucke.model.AMArc arc,org.tm4j.panckoucke.model.AMNode endnode)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.addRepresentedObject(org.tm4j.panckoucke.model.AMMember member,java.lang.Object object)
|
adds object to the set of representedObjects of AMMember member
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createArc(org.tm4j.panckoucke.model.AMNode node,java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createArc(org.tm4j.panckoucke.model.AMNode node,java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt,java.lang.String data)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createArc(org.tm4j.panckoucke.model.AMNode node,java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt,org.tm4j.panckoucke.model.AMLocator dataLocator)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createArc(org.tm4j.panckoucke.model.AMNode startnode,java.lang.String label)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createNode(java.lang.String label)
|
Creates a new Node with the given label.
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createNode(java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createNode(java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt,java.lang.String data)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createNode(java.lang.String label,java.lang.Object representedObject,org.tm4j.panckoucke.model.AMGestalt gestalt,org.tm4j.panckoucke.model.AMLocator dataLocator)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.createSet()
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.getCenterNode()
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.getMemberByID(java.lang.String id)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.getMemberByRepresentedObject(java.lang.Object tmo)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.removeEndNode(org.tm4j.panckoucke.model.AMArc arc,org.tm4j.panckoucke.model.AMNode endnode)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.removeRepresentedObject(org.tm4j.panckoucke.model.AMMember member,java.lang.Object o)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.setCenterNode(org.tm4j.panckoucke.model.AMNode node)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.setData(org.tm4j.panckoucke.model.AMMember member,java.lang.String data)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.setDataLocator(org.tm4j.panckoucke.model.AMMember member,org.tm4j.panckoucke.model.AMLocator loc)
|
|
| org.tm4j.panckoucke.impl.model.AModelImpl.setGestalt(org.tm4j.panckoucke.model.AMMember member,org.tm4j.panckoucke.model.AMGestalt gestalt)
|
sets the Gestalt of the member or deletes it
|
| org.tm4j.panckoucke.impl.model.AModelImpl.setStartNode(org.tm4j.panckoucke.model.AMArc arc,org.tm4j.panckoucke.model.AMNode node)
|
|
| org.tm4j.panckoucke.impl.model.ModelProviderImpl.getModel(org.tm4j.panckoucke.model.AMMember member,java.lang.String abstractorClassName,org.tm4j.panckoucke.abstraction.AbstractionContext context)
|
|
| org.tm4j.panckoucke.impl.model.ModelProviderImpl.getModel(org.tm4j.panckoucke.model.AMMember member,org.tm4j.panckoucke.abstraction.Abstractor abstractor,org.tm4j.panckoucke.abstraction.AbstractionContext options)
|
|
| org.tm4j.panckoucke.impl.model.ModelUtil.getTopicMapFromAMMember(org.tm4j.panckoucke.model.AMMember member)
|
|
| org.tm4j.panckoucke.impl.model.ModelUtil.getTopicMapObjectFromAMMember(org.tm4j.panckoucke.model.AMMember member)
|
|
|