org.tm4j.panckoucke.test.abstraction .ModelShapeTestBase

Field Summary
baseLocatorAdress
gAssociation
gClass
gInstance
gPlayer
gRole
gTopic
org.tm4j.panckoucke.test.abstraction.ModelShapeTestBase.tm
Method Summary
org.tm4j.panckoucke.model.AMArc assertAnArc(org.tm4j.panckoucke.model.AMNode n,java.lang.String tmoIdentifier)
org.tm4j.panckoucke.model.AMArc assertAnArc(org.tm4j.panckoucke.model.AMNode n,java.lang.String tmoIdentifier,org.tm4j.panckoucke.model.AMGestalt arcGestalt)
Tests if there is at least one arc that has the object with the given identifier as its represented object and is of the given gestalt.
org.tm4j.panckoucke.model.AMArc assertAnArc(org.tm4j.panckoucke.model.AMNode n,org.tm4j.panckoucke.model.AMGestalt gestalt)
asserts that AMnode n has an outgoing arc with the given gestalt
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,java.lang.Class klass)
Tests wether the given arc contains at least one endnode that represents an object with the given class.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,java.lang.Class klass,org.tm4j.panckoucke.model.AMGestalt gestalt)
Tests wether the given arc contains at least one endnode with the given class and the given gestalt.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,java.lang.Object ref)
Tests wether the given arc contains at least one endnode that references the given object.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,java.lang.Object ref,org.tm4j.panckoucke.model.AMGestalt gestalt)
Tests wether the given arc contains at least one endnode that references the given object and is of the given gestalt.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,java.lang.String tmoIdentifier)
Tests wether the given arc contains at least one endnode that represents the TopicMapObject that is identified by the given tmoidentifier.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,java.lang.String tmoIdentifier,org.tm4j.panckoucke.model.AMGestalt gestalt)
Tests wether the given arc contains at least one endnode that represents the TopicMapObject that is identified by the given resourceLocator.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,org.tm4j.panckoucke.model.AMGestalt gestalt)
Tests wether the given arc contains at least one endnode with the given gestalt.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,org.tm4j.topicmap.TopicMapObject tmo)
Tests wether the given arc contains at least one endnode that represents the given TopicMapObject.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMArc a,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.model.AMGestalt gestalt)
Tests wether the given arc contains at least one endnode that represents the given TopicMapObject.
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMNode n,org.tm4j.panckoucke.model.AMGestalt arcgestalt,java.lang.Object represented)
Tests wether the given Node contains at least one arc with the given arcgestalt that in turn contains at least one endnode that represents the given object
org.tm4j.panckoucke.model.AMNode assertAnEndnode(org.tm4j.panckoucke.model.AMNode n,org.tm4j.panckoucke.model.AMGestalt arcgestalt,org.tm4j.panckoucke.model.AMGestalt nodegestalt)
Tests wether the given Node contains at least one arc with the given arcgestalt that in turn contains at least one endnode with the given nodegestalt.
void assertNoEndnode(org.tm4j.panckoucke.model.AMArc a,org.tm4j.panckoucke.model.AMGestalt gestalt)
Asserts that the given arc does not contain an endnode of the given gestalt
org.tm4j.panckoucke.model.AMNode getEndnodeWithGestalt(org.tm4j.panckoucke.model.AMArc a,org.tm4j.panckoucke.model.AMGestalt gestalt)
org.tm4j.topicmap.TopicMap initWithTMFromResource(java.lang.String resource,java.lang.String baseLocatorAdress)
org.tm4j.topicmap.TopicMapObject objectWithResourceLocator(java.lang.String fragment)
Helper: returns the object with the given fragment-identifier from the topicmap,