Uses of Class
ontopoly.sysmodel.TopicMapSource
-
Packages that use TopicMapSource Package Description ontopoly.conversion ontopoly.models ontopoly.sysmodel -
-
Uses of TopicMapSource in ontopoly.conversion
Methods in ontopoly.conversion with parameters of type TopicMapSource Modifier and Type Method Description static String
ConversionUtils. convertNew(TopicMap oldTopicMap, String tmname, TopicMapSource tmsource)
-
Uses of TopicMapSource in ontopoly.models
Methods in ontopoly.models that return TopicMapSource Modifier and Type Method Description TopicMapSource
TopicMapSourceModel. getTopicMapSource()
protected TopicMapSource
TopicMapSourceModel. load()
Methods in ontopoly.models with parameters of type TopicMapSource Modifier and Type Method Description void
TopicMapSourceModel. setObject(TopicMapSource source)
Constructors in ontopoly.models with parameters of type TopicMapSource Constructor Description TopicMapSourceModel(TopicMapSource topicMapSource)
-
Uses of TopicMapSource in ontopoly.sysmodel
Methods in ontopoly.sysmodel that return types with arguments of type TopicMapSource Modifier and Type Method Description List<TopicMapSource>
OntopolyRepository. getEditableSources()
-