Modifier and Type | Method and Description |
---|---|
void |
Wandora.associationChanged(Association a) |
void |
Wandora.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
Wandora.associationRemoved(Association a) |
void |
Wandora.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
boolean |
WandoraHttpServer.TopicFilter.associationVisible(Association a) |
boolean |
WandoraJettyServer.TopicFilter.associationVisible(Association a) |
Modifier and Type | Field and Description |
---|---|
protected Association |
DnDHelper.WandoraTransferable.association |
protected Association[] |
DnDHelper.WandoraTransferable.associations |
private Association |
FreeAssociationPrompt.createdAssociation |
private Association |
SchemaAssociationPrompt.original
Deprecated.
|
private Association |
FreeAssociationPrompt.originalAssociation |
Modifier and Type | Method and Description |
---|---|
Association |
FreeAssociationPrompt.createAssociation() |
Association |
FreeAssociationPrompt.getCreatedAssociation() |
Association |
FreeAssociationPrompt.getOriginalAssociation() |
Modifier and Type | Method and Description |
---|---|
void |
FreeAssociationPrompt.fillWith(Association association) |
void |
OccurrencePanel.initializeAssociation(Topic t,
Association a,
Wandora parent) |
abstract void |
ResourceEditor.initializeAssociation(Topic t,
Association a,
Wandora parent) |
void |
DnDHelper.WandoraTransferable.setAssociation(Association a) |
void |
DnDHelper.WandoraTransferable.setAssociations(Association[] a) |
Constructor and Description |
---|
CreateAssociationTypePrompt(Wandora admin,
Association a) |
FreeAssociationPrompt(Wandora wandora,
Association original) |
FreeAssociationPrompt(Wandora wandora,
Topic contextTopic,
Association original) |
FreeAssociationPrompt(Wandora wandora,
java.util.Vector<Topic> contextTopics,
Association original) |
SchemaAssociationPrompt(Wandora parent,
Topic topic,
boolean modal,
Association original)
Deprecated.
|
WandoraTransferable(Association a) |
WandoraTransferable(Association[] a) |
Modifier and Type | Field and Description |
---|---|
private Association[] |
AssociationTable.associations |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Association,java.util.ArrayList<Topic>> |
AssociationTable.getSelectedAssociationsWithSelectedPlayers() |
java.util.Map<Association,java.util.ArrayList<Topic>> |
AssociationTable.getSelectedAssociationsWithSelectedRoles() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationTable.selectAssociation(Association association) |
void |
AssociationTable.selectAssociation(Association association,
java.util.ArrayList<Topic> roles) |
void |
AssociationTable.selectAssociations(Association[] associations) |
Modifier and Type | Method and Description |
---|---|
void |
AssociationTable.selectAssociations(java.util.Map<Association,java.util.ArrayList<Topic>> selection) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
GraphTopicPanel.getContextAssociations() |
Modifier and Type | Method and Description |
---|---|
void |
DockingFramePanel.associationChanged(Association a) |
void |
DropExtractor.associationChanged(Association a) |
void |
GraphTopicPanel.associationChanged(Association a) |
void |
LayerInfoPanel.associationChanged(Association a) |
void |
ProcessingTopicPanel.associationChanged(Association a) |
void |
RTopicPanel.associationChanged(Association a) |
void |
SearchTopicPanel.associationChanged(Association a) |
void |
SketchGridPanel.associationChanged(Association a) |
void |
TreeMapTopicPanel.associationChanged(Association a) |
void |
TreeTopicPanel.associationChanged(Association a) |
void |
WebViewTopicPanel.associationChanged(Association a) |
void |
DockingFramePanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
DropExtractor.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
GraphTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
LayerInfoPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
ProcessingTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
RTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
SearchTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
SketchGridPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
TreeMapTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
TreeTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
WebViewTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
DockingFramePanel.associationRemoved(Association a) |
void |
DropExtractor.associationRemoved(Association a) |
void |
GraphTopicPanel.associationRemoved(Association a) |
void |
LayerInfoPanel.associationRemoved(Association a) |
void |
ProcessingTopicPanel.associationRemoved(Association a) |
void |
RTopicPanel.associationRemoved(Association a) |
void |
SearchTopicPanel.associationRemoved(Association a) |
void |
SketchGridPanel.associationRemoved(Association a) |
void |
TreeMapTopicPanel.associationRemoved(Association a) |
void |
TreeTopicPanel.associationRemoved(Association a) |
void |
WebViewTopicPanel.associationRemoved(Association a) |
void |
DockingFramePanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
DropExtractor.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
GraphTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
LayerInfoPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
ProcessingTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
RTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
SearchTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
SketchGridPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
TreeMapTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
TreeTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
WebViewTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Modifier and Type | Field and Description |
---|---|
private Association |
AssociationEdge.association |
private Association |
AssociationNode.association |
Modifier and Type | Method and Description |
---|---|
Association |
AssociationEdge.getAssociation() |
Association |
AssociationNode.getAssociation() |
Association |
TopicMapGraphPanel.getMouseOverAssociation() |
private Association |
TopicMapGraphPanel.getNewAssociationFor(Association a,
TopicMap tm) |
Modifier and Type | Method and Description |
---|---|
void |
TopicMapGraphPanel.associationChanged(Association a) |
boolean |
TopicMapModel.associationIsIndexed(Association a) |
void |
TopicMapGraphPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
TopicMapGraphPanel.associationRemoved(Association a) |
void |
TopicMapGraphPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Edge |
TopicMapModel.getEdgeFor(Association a) |
private Association |
TopicMapGraphPanel.getNewAssociationFor(Association a,
TopicMap tm) |
AssociationNode |
TopicMapModel.getNodeFor(Association a) |
Constructor and Description |
---|
AssociationEdge(Association association,
TopicMapModel model)
Creates a new instance of AssociationEdge
|
AssociationEdge(Node n1,
Node n2,
java.lang.String n2Label,
Association association,
TopicMapModel model) |
AssociationNode(Association association,
TopicMapModel model)
Creates a new instance of AssociationNode
|
AssociationWrapper(Association a) |
Modifier and Type | Method and Description |
---|---|
void |
QueryEditorTopicPanel.associationChanged(Association a) |
void |
QueryEditorTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
QueryEditorTopicPanel.associationRemoved(Association a) |
void |
QueryEditorTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTraditionalTopicPanel.associationChanged(Association a) |
void |
AbstractTraditionalTopicPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
AbstractTraditionalTopicPanel.associationRemoved(Association a) |
void |
AbstractTraditionalTopicPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Modifier and Type | Method and Description |
---|---|
void |
WebViewPanel.associationChanged(Association a) |
void |
WebViewPanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
WebViewPanel.associationRemoved(Association a) |
void |
WebViewPanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Modifier and Type | Method and Description |
---|---|
void |
TopicTree.associationChanged(Association a) |
void |
TopicTreePanel.associationChanged(Association a) |
void |
TopicTree.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
TopicTreePanel.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
TopicTree.associationRemoved(Association a) |
void |
TopicTreePanel.associationRemoved(Association a) |
void |
TopicTree.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
void |
TopicTreePanel.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Modifier and Type | Method and Description |
---|---|
boolean |
VelocityWebAppHandler.TopicFilter.associationVisible(Association a) |
Modifier and Type | Method and Description |
---|---|
boolean |
DiffTool.ToolDiffOutput.noDifferences(Association a) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
DeleteAssociationsInTopic.solveTopicAssociations(Topic topic) |
java.util.Collection<Association> |
DeleteAssociationsInTopicWithType.solveTopicAssociations(Topic topic) |
java.util.Collection<Association> |
DeleteUnaryAssociations.solveTopicAssociations(Topic topic) |
Modifier and Type | Method and Description |
---|---|
void |
CollectBinaryToNary.breakAssociation(Association association,
Topic baseTopic,
Topic newAssociationType) |
java.lang.String |
DeleteAssociationsInTopic.buildAssociationName(Association association) |
boolean |
DeleteAssociations.confirmDelete(Association association) |
boolean |
DeleteAssociationsInTopic.confirmDelete(Association association) |
boolean |
RemovePlayer.confirmRemove(Wandora admin,
Association association,
Topic role) |
int |
CreateSymmetricAssociation.createSymmetricAssociation(Association association,
Topic role1,
Topic role2) |
void |
CollectBinaryToNary.deletePlayers(Association association,
Topic baseTopic) |
int |
DeleteSymmetricAssociation.deleteSymmetricAssociation(Association association,
Topic role1,
Topic role2,
java.util.Collection<Association> allAssociations) |
private Topic |
CopyEdgePath.findOtherRole(Association a,
Topic r,
Wandora admin) |
private Topic |
DetectCycles.findOtherRole(Association a,
Topic r,
Wandora admin) |
private Topic |
OpenEdgeTopic.findOtherRole(Association a,
Topic r,
Wandora admin) |
boolean |
DeleteAssociations.shouldDelete(Association association) |
boolean |
DeleteAssociationsInTopic.shouldDelete(Topic topic,
Association association) |
boolean |
DeleteUnaryAssociations.shouldDelete(Topic topic,
Association association) |
int |
SwapPlayers.swapPlayers(Association association,
Topic role1,
Topic role2) |
Modifier and Type | Method and Description |
---|---|
void |
CollectNary.collectAssociations(java.util.Collection<Association> associations,
Topic groupingRole,
Topic roleRole,
Topic playerRole,
Topic newAssociationType,
boolean deleteSourceAssociations,
TopicMap tm) |
int |
DeleteSymmetricAssociation.deleteSymmetricAssociation(Association association,
Topic role1,
Topic role2,
java.util.Collection<Association> allAssociations) |
void |
StealAssociations.stealAssociations(Topic thief,
Topic victim,
java.util.Iterator<Association> associations) |
Modifier and Type | Method and Description |
---|---|
protected void |
GXLExport.echoEdge(Association a,
java.io.PrintWriter writer) |
static void |
RDFExport.exportAssociation(java.io.PrintStream out,
Association a,
Topic subjectRole) |
int |
IncidenceMatrixExport.hasConnections(Association a,
Topic t) |
Modifier and Type | Method and Description |
---|---|
void |
IncidenceMatrixExport.exportMatrix(java.io.OutputStream out,
java.util.Iterator<Association> associationIterator,
java.util.Iterator<Topic> topicIterator,
WandoraToolLogger logger) |
void |
IncidenceMatrixExport.exportMatrixAsHTMLTable(java.io.PrintWriter writer,
java.util.ArrayList<Association> associations,
java.util.ArrayList<Topic> topics,
WandoraToolLogger logger) |
void |
IncidenceMatrixExport.exportMatrixAsTabText(java.io.PrintWriter writer,
java.util.ArrayList<Association> associations,
java.util.ArrayList<Topic> topics,
WandoraToolLogger logger) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
FullIIIFBuilder.orderByOrderRole(java.util.ArrayList<Association> associations) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Association> |
SimbergExport.getAssociations(Topic t,
Topic atype,
java.util.HashMap<Topic,Topic> constraints,
Topic orderT) |
Modifier and Type | Method and Description |
---|---|
Association |
IMDBExtractor.addAppearance(TopicMap tm,
Topic actor,
Topic show,
Topic episode,
Topic role,
java.lang.String type) |
Association |
IMDBExtractor.addKeyword(TopicMap tm,
Topic show,
Topic keyword,
java.lang.String keywordType) |
Association |
VerbOceanExtractor.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
TopicMap topicMap) |
Association |
VerbOceanExtractor.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
Topic player3Topic,
java.lang.String role3,
TopicMap topicMap) |
Association |
AbstractExtractor.createAssociation(TopicMap topicMap,
Topic aType,
Topic[] players) |
Association |
AbstractExtractor.createAssociation(TopicMap topicMap,
Topic aType,
Topic[] players,
Topic[] roles) |
Modifier and Type | Method and Description |
---|---|
Association |
MillionFirstStepsBookMetadataJSONExtractor.parseA(Topic bookTopic,
java.lang.Object data,
java.lang.String typesi,
java.lang.String type,
TopicMap tm) |
Modifier and Type | Method and Description |
---|---|
static Association |
FlickrUtils.createAssociation(TopicMap topicMap,
Topic aType,
Topic[] players) |
static Association |
FlickrUtils.createAssociation(TopicMap topicMap,
Topic aType,
Topic[] players,
Topic[] roles) |
Modifier and Type | Method and Description |
---|---|
Association |
GedcomExtractor.addAssociation(TopicMap tm,
java.lang.String associationType,
Topic player1Topic,
Topic role1Topic) |
Association |
GedcomExtractor.addAssociation(TopicMap tm,
java.lang.String associationType,
Topic player1Topic,
Topic role1Topic,
java.lang.String player2,
java.lang.String role2) |
Association |
GedcomExtractor.addAssociation(TopicMap tm,
java.lang.String associationType,
Topic player1Topic,
Topic role1Topic,
Topic player2Topic,
java.lang.String role2) |
Association |
GedcomExtractor.fillAssociation(TopicMap tm,
Association association,
java.lang.String player,
java.lang.String role) |
Association |
GedcomExtractor.fillAssociation(TopicMap tm,
Association association,
Topic playerTopic,
java.lang.String role) |
private Association |
GedcomExtractor.processEvent(Gedcom.Node node,
TopicMap tm,
java.lang.String eventType,
Topic baseTopic,
Topic baseTypeTopic) |
Modifier and Type | Method and Description |
---|---|
Association |
GedcomExtractor.fillAssociation(TopicMap tm,
Association association,
java.lang.String player,
java.lang.String role) |
Association |
GedcomExtractor.fillAssociation(TopicMap tm,
Association association,
Topic playerTopic,
java.lang.String role) |
Modifier and Type | Field and Description |
---|---|
private Association |
AdrExtractor.AdrParser.association |
private Association |
GeoExtractor.GeoParser.association |
private Association |
HCalendarExtractor.HCalendarParser.association |
Modifier and Type | Method and Description |
---|---|
static Association |
AbstractMusicBrainzExtractor.createAssociation(TopicMap tm,
java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2) |
static Association |
AbstractMusicBrainzExtractor.createAssociation(TopicMap tm,
java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
Topic player3Topic,
java.lang.String role3) |
Modifier and Type | Field and Description |
---|---|
Association |
PropertyTableExtractor.PropertyTableParseListener.TableState.association |
Modifier and Type | Method and Description |
---|---|
private void |
JsoupPropertyTableExtractor.handleAssoc(Association assoc,
org.jsoup.nodes.Element playerRow) |
Modifier and Type | Method and Description |
---|---|
Association |
YouTubeExtractor.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
TopicMap tm) |
Association |
YouTubeExtractor.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
Topic player3Topic,
java.lang.String role3,
TopicMap tm) |
Association |
YouTubeExtractor.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
Topic player3Topic,
java.lang.String role3,
Topic player4Topic,
java.lang.String role4,
TopicMap tm) |
Modifier and Type | Method and Description |
---|---|
Association |
LSystemGraphGenerator.createAssociation(TopicMap tm,
Topic t1,
Topic t2) |
Modifier and Type | Method and Description |
---|---|
Association |
GOAImport.GOAParser.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2) |
Association |
OBOImport.OBOParser.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2) |
Association |
GOAImport.GOAParser.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
Topic player3Topic,
java.lang.String role3) |
Association |
OBOImport.OBOParser.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
Topic player3Topic,
java.lang.String role3) |
Association |
OBOImport.OBOParser.createAssociation(java.lang.String associationType,
Topic player1Topic,
java.lang.String role1,
Topic player2Topic,
java.lang.String role2,
Topic player3Topic,
java.lang.String role3,
Topic player4Topic,
java.lang.String role4) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
OBO.solveOBODescription(Association a,
Topic t) |
Modifier and Type | Method and Description |
---|---|
static Association[] |
RHelper.getContextAssociations() |
Modifier and Type | Method and Description |
---|---|
private java.util.HashMap<Topic,java.util.Set> |
SOMClassifier.buildInputSets(Wandora admin,
Topic groupingRole,
java.util.Iterator<Association> associations) |
private java.util.Set<Topic> |
SOMClassifier.getRolesFrom(java.util.Iterator<Association> associations) |
Modifier and Type | Method and Description |
---|---|
void |
WandoraManager.associationChanged(Association a) |
void |
WandoraManager.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
WandoraManager.associationRemoved(Association a) |
void |
WandoraManager.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTopicFilter.associationVisible(Association a) |
boolean |
TopicFilter.associationVisible(Association a) |
static boolean |
AbstractTopicFilter.associationVisible(Association a,
TopicFilter filter) |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<Association,java.lang.String> |
TMBox.AssociationPlayerComparator.nameMap |
Modifier and Type | Method and Description |
---|---|
abstract Association |
TopicMap.copyAssociationIn(Association a)
Copies an association of a different topic map in this topic map.
|
abstract Association |
TopicMap.createAssociation(Topic type)
Creates a new association of the given type without any members.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<Association> |
Topic.getAssociations()
Gets all associations where this topic is a player.
|
abstract java.util.Iterator<Association> |
TopicMap.getAssociations()
Returns all associations in the topic map.
|
abstract java.util.Collection<Association> |
Topic.getAssociations(Topic type)
Gets all associations of specified type where this topic is a player.
|
abstract java.util.Collection<Association> |
Topic.getAssociations(Topic type,
Topic role)
Gets associations of the specified type where this topic is in the specified role
|
abstract java.util.Collection<Association> |
TopicMap.getAssociationsOfType(Topic type)
Returns all associations in the topic map that are of the given type.
|
abstract java.util.Collection<Association> |
Topic.getAssociationsWithRole()
Gets associations that have this topic as role.
|
abstract java.util.Collection<Association> |
Topic.getAssociationsWithType()
Gets associations that have this topic as type.
|
static java.util.Collection<Association> |
TMBox.removeDuplicateAssociations(java.util.Collection<Association> associations,
java.util.Collection<Topic> ignoreTopics)
Associations must be sorted first for this to work!
|
static java.util.Collection<Association> |
TMBox.sortAssociations(java.util.Collection<Association> associations,
java.util.Collection<Topic> ignoreTopics,
java.lang.String lang) |
static java.util.Collection<Association> |
TMBox.sortAssociations(java.util.Collection<Association> associations,
java.lang.String lang) |
static java.util.Collection<Association> |
TMBox.sortAssociations(java.util.Collection<Association> associations,
java.lang.String lang,
Topic role) |
Modifier and Type | Method and Description |
---|---|
void |
TopicMapListener.associationChanged(Association a)
A notification used to report general or large changes in association.
|
void |
TopicMapListenerAdapter.associationChanged(Association a) |
void |
TopicMapListener.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer)
A notification that a player in an association with a certain role has
been changed.
|
void |
TopicMapListenerAdapter.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
TopicMapListener.associationRemoved(Association a)
A notification that an association has been completely removed.
|
void |
TopicMapListenerAdapter.associationRemoved(Association a) |
void |
TopicMapListener.associationTypeChanged(Association a,
Topic newType,
Topic oldType)
A notification that association type has changed.
|
void |
TopicMapListenerAdapter.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
static boolean |
TMBox.associationVisible(Association a)
Checks if association is visible at visibility level of 1.
|
static boolean |
TMBox.associationVisible(Association a,
int level)
Checks if association is visible at given level.
|
abstract Association |
TopicMap.copyAssociationIn(Association a)
Copies an association of a different topic map in this topic map.
|
static long |
TopicMapHashCode.getAssociationHashCode(Association a) |
static java.lang.String[] |
TopicTools.getAsTriplet(Association a)
Returns given association as a string array where first element
is association type and next elements association player topics.
|
java.lang.String |
TMBox.AssociationPlayerComparator.getNameFor(Association a) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Association> |
TMBox.removeDuplicateAssociations(java.util.Collection<Association> associations,
java.util.Collection<Topic> ignoreTopics)
Associations must be sorted first for this to work!
|
static java.util.Collection<Association> |
TMBox.sortAssociations(java.util.Collection<Association> associations,
java.util.Collection<Topic> ignoreTopics,
java.lang.String lang) |
static java.util.Collection<Association> |
TMBox.sortAssociations(java.util.Collection<Association> associations,
java.lang.String lang) |
static java.util.Collection<Association> |
TMBox.sortAssociations(java.util.Collection<Association> associations,
java.lang.String lang,
Topic role) |
Modifier and Type | Field and Description |
---|---|
protected java.lang.ref.WeakReference<java.util.Hashtable<Topic,java.util.Hashtable<Topic,java.util.Collection<Association>>>> |
DatabaseTopic.storedAssociations |
Modifier and Type | Method and Description |
---|---|
private Association |
DatabaseTopicMap._copyAssociationIn(Association a)
Deprecated.
|
Association |
DatabaseTopicMap.copyAssociationIn(Association a)
Deprecated.
|
Association |
DatabaseTopicMap.createAssociation(Topic type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Hashtable<Topic,java.util.Hashtable<Topic,java.util.Collection<Association>>> |
DatabaseTopic.fetchAssociations() |
java.util.Collection<Association> |
DatabaseTopic.getAssociations() |
java.util.Iterator<Association> |
DatabaseTopicMap.getAssociations()
Deprecated.
Note that you must iterate through all rows because statement and result set
will only be closed after last row has been fetched.
|
java.util.Collection<Association> |
DatabaseTopic.getAssociations(Topic type) |
java.util.Collection<Association> |
DatabaseTopic.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
DatabaseTopicMap.getAssociationsOfType(Topic type)
Deprecated.
|
java.util.Collection<Association> |
DatabaseTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
DatabaseTopic.getAssociationsWithType() |
java.util.Collection<Association> |
DatabaseTopicMap.queryAssociation(java.lang.String query)
Deprecated.
Executes a database query and returns results as a collection of associations.
|
java.util.Collection<Association> |
DatabaseTopicMap.queryAssociation(java.lang.String query,
java.sql.Connection con)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private Association |
DatabaseTopicMap._copyAssociationIn(Association a)
Deprecated.
|
void |
DatabaseTopicMap.associationChanged(Association a)
Deprecated.
|
void |
DatabaseTopicMap.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer)
Deprecated.
|
(package private) void |
DatabaseTopicMap.associationRemoved(Association a)
Deprecated.
|
void |
DatabaseTopicMap.associationTypeChanged(Association a,
Topic newType,
Topic oldType)
Deprecated.
|
Association |
DatabaseTopicMap.copyAssociationIn(Association a)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseAssociation |
Modifier and Type | Field and Description |
---|---|
protected java.lang.ref.WeakReference<java.util.HashMap<Topic,java.util.HashMap<Topic,java.util.Collection<Association>>>> |
DatabaseTopic.storedAssociations |
Modifier and Type | Method and Description |
---|---|
private Association |
DatabaseTopicMap._copyAssociationIn(Association a) |
Association |
DatabaseTopicMap.copyAssociationIn(Association a) |
Association |
DatabaseTopicMap.createAssociation(Topic type) |
Modifier and Type | Method and Description |
---|---|
protected java.util.HashMap<Topic,java.util.HashMap<Topic,java.util.Collection<Association>>> |
DatabaseTopic.fetchAssociations() |
java.util.Collection<Association> |
DatabaseTopic.getAssociations() |
java.util.Iterator<Association> |
DatabaseTopicMap.getAssociations()
Note that you must iterate through all rows because statement and result set
will only be closed after last row has been fetched.
|
java.util.Collection<Association> |
DatabaseTopic.getAssociations(Topic type) |
java.util.Collection<Association> |
DatabaseTopic.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
DatabaseTopicMap.getAssociationsOfType(Topic type) |
java.util.Collection<Association> |
DatabaseTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
DatabaseTopic.getAssociationsWithType() |
java.util.Collection<Association> |
DatabaseTopicMap.queryAssociation(java.lang.String query)
Executes a database query and returns results as a collection of associations.
|
Modifier and Type | Method and Description |
---|---|
private Association |
DatabaseTopicMap._copyAssociationIn(Association a) |
void |
DatabaseTopicMap.associationChanged(Association a) |
void |
DatabaseTopicMap.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
(package private) void |
DatabaseTopicMap.associationRemoved(Association a) |
void |
DatabaseTopicMap.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Association |
DatabaseTopicMap.copyAssociationIn(Association a) |
Modifier and Type | Field and Description |
---|---|
Association |
TopicMapDiff.AssociationDeleted.a |
Modifier and Type | Method and Description |
---|---|
Association |
TopicMapDiff.getAssociation(java.lang.Object[] a,
TopicMap tm) |
Modifier and Type | Method and Description |
---|---|
boolean |
TopicMapDiff.findAssociation(TopicMap tm2,
Association a1) |
protected void |
HTMLDiffEntryFormatter.formatAssociation(Association a,
java.io.Writer writer) |
protected void |
PatchDiffEntryFormatter.formatAssociation(Association a,
java.io.Writer writer) |
protected void |
PlainTextDiffEntryFormatter.formatAssociation(Association a,
java.io.Writer writer) |
boolean |
BasicDiffOutput.noDifferences(Association a) |
boolean |
DiffOutput.noDifferences(Association a) |
boolean |
ListDiffOutput.noDifferences(Association a) |
Constructor and Description |
---|
AssociationAdded(Association association) |
AssociationDeleted(Association a) |
Modifier and Type | Class and Description |
---|---|
class |
LayeredAssociation
Unlike LayeredTopic, LayeredAssociation is not a collection of individual
associations of different layers.
|
Modifier and Type | Field and Description |
---|---|
Association |
LayerStack.AssociationsIterator.next |
Modifier and Type | Field and Description |
---|---|
java.util.Iterator<Association> |
LayerStack.AssociationsIterator.currentAssociations |
Modifier and Type | Method and Description |
---|---|
Association |
LayerStack.copyAssociationIn(Association a) |
Association |
LayerStack.createAssociation(Topic type) |
Association |
LayeredAssociation.findAssociationForLayer(Layer l)
Finds an association in the given layer that matches this LayredAssociation.
|
Association |
LayeredAssociation.findAssociationForSelectedLayer() |
Association |
LayerStack.AssociationsIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
LayeredAssociation.findAssociationsForLayer(Layer l)
Finds all associations in the given layer that match this LayeredAssociation.
|
java.util.Iterator<Association> |
LayerStack.getAssociations() |
java.util.Collection<Association> |
LayeredTopic.getAssociations()
Returns associations of this topic.
|
java.util.Collection<Association> |
LayeredTopic.getAssociations(Topic type)
See notes in getAssociations().
|
java.util.Collection<Association> |
LayeredTopic.getAssociations(Topic type,
Topic role)
See notes in getAssociations().
|
java.util.Collection<Association> |
LayerStack.getAssociationsOfType(Topic type) |
java.util.Collection<Association> |
LayeredTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
LayeredTopic.getAssociationsWithType() |
Modifier and Type | Method and Description |
---|---|
void |
LayerStack.associationChanged(Association a) |
boolean |
LayeredAssociation.associationMatchesThis(Association a)
Checks if the given non layered association matches this association.
|
void |
LayerStack.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
LayerStack.associationRemoved(Association a) |
void |
LayerStack.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Association |
LayerStack.copyAssociationIn(Association a) |
(package private) LayeredAssociation |
LayerStack.makeLayeredAssociation(Association a)
Makes layered association from an individual association.
|
Modifier and Type | Method and Description |
---|---|
private void |
LayeredTopic._addAssociations(java.util.HashSet<Association> associations,
KeyedHashMap<LayeredTopic,java.util.Vector<LayeredTopic>> players,
java.util.Vector<LayeredTopic> roles,
java.util.Vector<LayeredTopic> chosen,
LayeredTopic type)
Adds LayeredAssociations into associations set based on the possible players
for each role given in the players map.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkedAssociation |
Modifier and Type | Field and Description |
---|---|
protected Association |
LinkedAssociation.wrappedAssociation |
Modifier and Type | Method and Description |
---|---|
Association |
LinkedTopicMap.copyAssociationIn(Association a) |
Association |
LinkedTopicMap.createAssociation(Topic type) |
Association |
LinkedTopicMap.getUnlinkedAssociation(Association a) |
Association |
LinkedAssociation.getWrappedAssociation() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
LinkedTopic.getAssociations() |
java.util.Iterator<Association> |
LinkedTopicMap.getAssociations() |
java.util.Collection<Association> |
LinkedTopic.getAssociations(Topic type) |
java.util.Collection<Association> |
LinkedTopic.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
LinkedTopicMap.getAssociationsOfType(Topic type) |
java.util.Collection<Association> |
LinkedTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
LinkedTopic.getAssociationsWithType() |
java.util.Collection<Association> |
LinkedTopicMap.getLinkedAssociations(java.util.Collection<Association> associations) |
java.util.Collection<Association> |
LinkedTopicMap.getUnlinkedAssociations(java.util.Collection<Association> associations) |
Modifier and Type | Method and Description |
---|---|
void |
LinkedTopicMap.associationChanged(Association a) |
void |
LinkedTopicMap.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
LinkedTopicMap.associationRemoved(Association a) |
void |
LinkedTopicMap.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Association |
LinkedTopicMap.copyAssociationIn(Association a) |
LinkedAssociation |
LinkedTopicMap.getLinkedAssociation(Association a) |
Association |
LinkedTopicMap.getUnlinkedAssociation(Association a) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
LinkedTopicMap.getLinkedAssociations(java.util.Collection<Association> associations) |
java.util.Collection<Association> |
LinkedTopicMap.getUnlinkedAssociations(java.util.Collection<Association> associations) |
Constructor and Description |
---|
LinkedAssociation(Association wrappedAssociation,
LinkedTopicMap topicMap) |
Modifier and Type | Class and Description |
---|---|
class |
AssociationImpl
TODO: maybe we should check for duplicate associations when modifying association and throw an exception if found
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Topic,java.util.Map<Topic,java.util.Collection<Association>>> |
TopicImpl.associationIndex |
private java.util.Set<Association> |
TopicImpl.associations |
private java.util.Set<Association> |
TopicMapImpl.associations
All associations in this topic map.
|
private java.util.Set<Association> |
TopicImpl.associationTypeIndex |
private java.util.Map<Topic,java.util.Collection<Association>> |
TopicMapImpl.associationTypeIndex
Indexes associations according to their type.
|
private java.util.Set<Association> |
TopicImpl.roleTypeIndex |
Modifier and Type | Method and Description |
---|---|
private Association |
TopicMapImpl._copyAssociationIn(Association a) |
Association |
TopicMapImpl.copyAssociationIn(Association a) |
Association |
TopicMapImpl.createAssociation(Topic type) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
TopicImpl.getAssociations() |
java.util.Collection<Association> |
TopicImpl.getAssociations(Topic type) |
java.util.Collection<Association> |
TopicImpl.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
TopicImpl.getAssociationsWithRole() |
java.util.Collection<Association> |
TopicImpl.getAssociationsWithType() |
Modifier and Type | Method and Description |
---|---|
private Association |
TopicMapImpl._copyAssociationIn(Association a) |
(package private) void |
TopicImpl.addedAsAssociationType(Association a) |
(package private) void |
TopicImpl.addedAsRoleType(Association a) |
(package private) void |
TopicImpl.addInAssociation(Association a,
Topic role) |
void |
TopicMapImpl.associationChanged(Association a) |
void |
TopicMapImpl.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
TopicMapImpl.associationRemoved(Association a) |
void |
TopicMapImpl.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
(package private) void |
TopicImpl.associationTypeChanged(Association a,
Topic type,
Topic oldType,
Topic role) |
Association |
TopicMapImpl.copyAssociationIn(Association a) |
void |
TopicMapImpl.duplicateAssociationRemoved(Association a,
Association removeda) |
(package private) void |
TopicImpl.removedFromAssociationType(Association a) |
(package private) void |
TopicImpl.removedFromRoleType(Association a) |
(package private) void |
TopicImpl.removeDuplicateAssociations(Association notThis)
Deletes duplicate associations but does not delete the one given as parameter.
|
(package private) void |
TopicImpl.removeFromAssociation(Association a,
Topic role,
boolean otherRoles) |
void |
TopicMapImpl.setAssociationType(Association a,
Topic type,
Topic oldtype) |
Modifier and Type | Method and Description |
---|---|
private Association |
LTMParser.parseAssociation() |
Modifier and Type | Class and Description |
---|---|
class |
QueryAssociation |
Modifier and Type | Method and Description |
---|---|
Association |
QueryTopicMap.copyAssociationIn(Association a) |
Association |
QueryTopicMap.createAssociation(Topic type) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
QueryTopic.getAssociations() |
java.util.Iterator<Association> |
QueryTopicMap.getAssociations() |
java.util.Collection<Association> |
QueryTopic.getAssociations(Topic type) |
java.util.Collection<Association> |
QueryTopic.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
QueryTopicMap.getAssociationsOfType(Topic type) |
java.util.Collection<Association> |
QueryTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
QueryTopic.getAssociationsWithType() |
Modifier and Type | Method and Description |
---|---|
void |
QueryTopicMap.associationChanged(Association a) |
void |
QueryTopicMap.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
QueryTopicMap.associationRemoved(Association a) |
void |
QueryTopicMap.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Association |
QueryTopicMap.copyAssociationIn(Association a) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteAssociation |
Modifier and Type | Method and Description |
---|---|
Association |
RemoteTopicMap.copyAssociationIn(Association a) |
Association |
RemoteTopicMap.createAssociation(Topic type) |
Modifier and Type | Method and Description |
---|---|
private void |
RemoteTopicMap._associationChanged(Association a) |
void |
RemoteTopicMap.associationChanged(Association a) |
void |
RemoteTopicMap.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
RemoteTopicMap.associationRemoved(Association a) |
void |
RemoteTopicMap.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Association |
RemoteTopicMap.copyAssociationIn(Association a) |
void |
RemoteTopicMap.duplicateAssociationRemoved(Association a,
Association removeda) |
Modifier and Type | Method and Description |
---|---|
void |
ServerInterface.removeAssociation(Association a) |
void |
SocketServerInterface.removeAssociation(Association a) |
Modifier and Type | Class and Description |
---|---|
class |
T2WAssociation |
Modifier and Type | Method and Description |
---|---|
Association |
T2WTopicMap.copyAssociationIn(Association a) |
Association |
T2WTopicMap.createAssociation(Topic type) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
T2WTopic.getAssociations() |
java.util.Iterator<Association> |
T2WTopicMap.getAssociations() |
java.util.Collection<Association> |
T2WTopic.getAssociations(Topic type) |
java.util.Collection<Association> |
T2WTopic.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
T2WTopicMap.getAssociationsOfType(Topic type) |
java.util.Collection<Association> |
T2WTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
T2WTopic.getAssociationsWithType() |
java.util.Collection<Association> |
T2WTopicMap.wrapAssociations(java.util.Collection<org.tmapi.core.Association> as) |
Modifier and Type | Method and Description |
---|---|
Association |
T2WTopicMap.copyAssociationIn(Association a) |
Modifier and Type | Class and Description |
---|---|
class |
UndoAssociation |
Modifier and Type | Field and Description |
---|---|
private Association |
UndoAssociation.wrapped |
Modifier and Type | Method and Description |
---|---|
Association |
UndoTopicMap.copyAssociationIn(Association a) |
Association |
UndoTopicMap.createAssociation(Topic type) |
static Association |
RemoveAssociationOperation.findAssociation(TopicMap tm,
Locator type,
java.util.HashMap<Locator,Locator> players) |
Association |
UndoAssociation.getWrapped() |
(package private) Association |
UndoTopicMap.wrapAssociation(Association a) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
UndoTopic.getAssociations() |
java.util.Iterator<Association> |
UndoTopicMap.getAssociations() |
java.util.Collection<Association> |
UndoTopic.getAssociations(Topic type) |
java.util.Collection<Association> |
UndoTopic.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
UndoTopicMap.getAssociationsOfType(Topic type) |
java.util.Collection<Association> |
UndoTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
UndoTopic.getAssociationsWithType() |
(package private) java.util.Collection<Association> |
UndoTopicMap.wrapAssociations(java.util.Collection<Association> as) |
Modifier and Type | Method and Description |
---|---|
static ModifyAssociationOperation |
ModifyAssociationOperation.addPlayer(Association a,
Topic role,
Topic player) |
static ModifyAssociationOperation |
ModifyAssociationOperation.addPlayers(Association a,
java.util.Map<Topic,Topic> members) |
void |
UndoTopicMap.TopicMapListenerWrapper.associationChanged(Association a) |
void |
UndoTopicMap.TopicMapListenerWrapper.associationPlayerChanged(Association a,
Topic role,
Topic newPlayer,
Topic oldPlayer) |
void |
UndoTopicMap.TopicMapListenerWrapper.associationRemoved(Association a) |
void |
UndoTopicMap.TopicMapListenerWrapper.associationTypeChanged(Association a,
Topic newType,
Topic oldType) |
Association |
UndoTopicMap.copyAssociationIn(Association a) |
static ModifyAssociationOperation |
ModifyAssociationOperation.removePlayer(Association a,
Topic role) |
static ModifyAssociationOperation |
ModifyAssociationOperation.setType(Association a,
Topic type) |
(package private) Association |
UndoTopicMap.wrapAssociation(Association a) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Collection<Association> |
UndoTopicMap.wrapAssociations(java.util.Collection<Association> as) |
Constructor and Description |
---|
CreateAssociationOperation(Association a,
boolean exists) |
RemoveAssociationOperation(Association a) |
UndoAssociation(Association wrapped,
UndoTopicMap topicMap) |
Modifier and Type | Method and Description |
---|---|
Association |
RandomTest.getRandomAssociation(TopicMap tm,
java.util.Random random) |
Modifier and Type | Field and Description |
---|---|
protected Association |
W2TAssociation.a |
Modifier and Type | Method and Description |
---|---|
Association |
W2TAssociation.getWrapped() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<org.tmapi.core.Association> |
W2TTopicMap.wrapAssociations(java.util.Collection<Association> associations) |
Constructor and Description |
---|
W2TAssociation(W2TTopicMap tm,
Association a) |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceAssociation |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Association> |
WebServiceTopic.associations |
Modifier and Type | Method and Description |
---|---|
Association |
WebServiceTopicMap.copyAssociationIn(Association a) |
Association |
WebServiceTopicMap.createAssociation(Topic type) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Association> |
WebServiceTopic.getAssociations() |
java.util.Iterator<Association> |
WebServiceTopicMap.getAssociations() |
java.util.Collection<Association> |
WebServiceTopic.getAssociations(Topic type) |
java.util.Collection<Association> |
WebServiceTopic.getAssociations(Topic type,
Topic role) |
java.util.Collection<Association> |
WebServiceTopicMap.getAssociationsOfType(Topic type) |
java.util.Collection<Association> |
WebServiceTopic.getAssociationsWithRole() |
java.util.Collection<Association> |
WebServiceTopic.getAssociationsWithType() |
Modifier and Type | Method and Description |
---|---|
Association |
WebServiceTopicMap.copyAssociationIn(Association a) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Association> |
GenericVelocityHelper.cropAssociationsByType(java.util.Collection<Association> v,
Topic type) |
static java.util.Collection<Association> |
GenericVelocityHelper.cropAssociationsByType(Topic topic,
java.util.Collection v,
java.lang.String associationTypeSI) |
static java.util.ArrayList<Association> |
GenericVelocityHelper.cropAssociationsByVisibility(java.util.Collection<Association> v) |
static java.util.ArrayList<Association> |
GenericVelocityHelper.getVisibleAssociations(Topic topic) |
static java.util.Collection<Association> |
GenericVelocityHelper.removeAssociationsByType(java.util.Collection<Association> v,
Topic type) |
static java.util.Collection<Association> |
GenericVelocityHelper.sortAssociationsWithPlayer(java.util.Collection<Association> associations,
Topic sortRole,
java.lang.String lang) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Association> |
GenericVelocityHelper.cropAssociationsByType(java.util.Collection<Association> v,
Topic type) |
static java.util.ArrayList<Association> |
GenericVelocityHelper.cropAssociationsByVisibility(java.util.Collection<Association> v) |
static java.util.Collection<Association> |
GenericVelocityHelper.removeAssociationsByType(java.util.Collection<Association> v,
Topic type) |
static java.util.Collection<Association> |
GenericVelocityHelper.sortAssociationsWithPlayer(java.util.Collection<Association> associations,
Topic sortRole,
java.lang.String lang) |
Copyright 2004-2015 Wandora Team