|
|||||||||
| Home >> All >> org >> tm4j >> tmapi >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.tm4j.tmapi.core
Class TMAPIFactoryImpl

java.lang.Objectorg.tm4j.tmapi.core.TMAPIFactoryImpl
- public class TMAPIFactoryImpl
- extends java.lang.Object
| Field Summary | |
(package private) java.lang.String |
m_defaultLocatorNotation
|
(package private) org.tm4j.topicmap.TopicMapFactory |
m_factory
|
(package private) org.tm4j.topicmap.utils.IDGenerator |
m_idGen
|
(package private) org.tm4j.net.LocatorFactory |
m_locfactory
|
(package private) org.tm4j.topicmap.TopicMapProvider |
m_provider
|
| Constructor Summary | |
TMAPIFactoryImpl(org.tm4j.topicmap.TopicMapProvider provider)
|
|
| Method Summary | |
org.tmapi.core.Association |
createAssociation()
|
org.tmapi.core.BaseName |
createBaseName()
|
org.tmapi.helpers.Locator |
createLocator(java.lang.String notation,
java.lang.String locator)
|
org.tmapi.core.Member |
createMember()
|
org.tmapi.core.Occurrence |
createOccurrence()
|
org.tmapi.core.Topic |
createTopic()
|
org.tmapi.core.TopicMap |
createTopicMap(org.tmapi.helpers.Locator baseAddress)
|
org.tmapi.core.Variant |
createVariant()
|
static org.tmapi.core.Factory |
newInstance()
|
void |
setTM4JTopicMap(org.tm4j.topicmap.TopicMap tm)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_provider
org.tm4j.topicmap.TopicMapProvider m_provider
m_factory
org.tm4j.topicmap.TopicMapFactory m_factory
m_locfactory
org.tm4j.net.LocatorFactory m_locfactory
m_idGen
org.tm4j.topicmap.utils.IDGenerator m_idGen
m_defaultLocatorNotation
java.lang.String m_defaultLocatorNotation
| Constructor Detail |
TMAPIFactoryImpl
public TMAPIFactoryImpl(org.tm4j.topicmap.TopicMapProvider provider)
| Method Detail |
newInstance
public static org.tmapi.core.Factory newInstance()
createAssociation
public org.tmapi.core.Association createAssociation()
createBaseName
public org.tmapi.core.BaseName createBaseName()
createLocator
public org.tmapi.helpers.Locator createLocator(java.lang.String notation, java.lang.String locator)
createMember
public org.tmapi.core.Member createMember()
createOccurrence
public org.tmapi.core.Occurrence createOccurrence()
createTopic
public org.tmapi.core.Topic createTopic()
createTopicMap
public org.tmapi.core.TopicMap createTopicMap(org.tmapi.helpers.Locator baseAddress)
createVariant
public org.tmapi.core.Variant createVariant()
setTM4JTopicMap
public void setTM4JTopicMap(org.tm4j.topicmap.TopicMap tm)
|
|||||||||
| Home >> All >> org >> tm4j >> tmapi >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.tm4j.tmapi.core.TMAPIFactoryImpl