Uses of Class
org.tentackle.model.parse.RelationLine
-
Packages that use RelationLine Package Description org.tentackle.model.impl Default model implementation. -
-
Uses of RelationLine in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return RelationLine Modifier and Type Method Description RelationLineRelationImpl. getSourceLine()Gets the source line.Methods in org.tentackle.model.impl with parameters of type RelationLine Modifier and Type Method Description voidRelationImpl. parse(Entity entity, RelationLine line)Parses a relation line.protected voidEntityFactoryImpl. processRelation(EntityImpl entity, RelationLine line)Processes a relation line.voidRelationImpl. setSourceLine(RelationLine sourceLine)Sets the source line.
-