public interface HasMapperFacts
Modifier and Type | Method and Description |
---|---|
void |
addChildToIndex(MapperFact e)
Called during the SAX parse process to add child to factsContent
|
void |
addFact(MapperFact newFact)
Adds a new Fact to the end of the Facts container.
|
void |
addFactAt(MapperFact newFact,
int pos)
Adds a new Fact at the position indicated by pos.
|
void |
delFact(MapperFact fact)
Removes a fact from the container.
|
boolean |
equals(java.lang.Object obj)
Equals.
|
java.util.Iterator<MapperFact> |
getChildrenFacts()
Access to an iterator over the children facts of this object.
|
int |
getChildrenFactsCount()
Returns the number of facts.
|
HasMapperFacts |
getMapperParent()
Access to the parent element of a Fact.
|
int |
hashCode()
Hash code.
|
void |
registerFact(MapperFact fact)
Registers a new fact has been added to the container.
|
void |
unregisterFact(MapperFact fact)
Same as
registerFact(MapperFact) but in this case for removing the information stored. |
java.util.Iterator<MapperFact> getChildrenFacts()
int getChildrenFactsCount()
HasMapperFacts getMapperParent()
void addFact(MapperFact newFact) throws MapConfigurationFileException
This method does not updates the taxonomy URLs.
newFact
- the new fact to be addedMapConfigurationFileException
- the map configuration file exceptionvoid addFactAt(MapperFact newFact, int pos) throws MapConfigurationFileException
newFact
- Fact to be addedpos
- integer. Zero basedMapConfigurationFileException
- the map configuration file exceptionvoid delFact(MapperFact fact)
fact
- Fact to removevoid registerFact(MapperFact fact) throws MapConfigurationFileException
fact
- the factMapConfigurationFileException
- the map configuration file exceptionvoid unregisterFact(MapperFact fact)
registerFact(MapperFact)
but in this case for removing the information stored.fact
- the factint hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the objvoid addChildToIndex(MapperFact e)
e
- Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa