Deprecated API


Contents
Deprecated Interfaces
agg.parser.Layer
            
 

Deprecated Classes
agg.xt_basis.Completion_SimpleBT
          not used anymore 
agg.xt_basis.Convert_ImageOf
          not used anymore 
agg.xt_basis.Convert_SourceOf
          not used anymore 
agg.xt_basis.Convert_TargetOf
          not used anymore 
agg.parser.ExtendedLayerFunction
            
agg.parser.LayerFunction
            
agg.xt_basis.OrdinarySubMorphism
          not more supported 
agg.xt_basis.SubGraGra
          not more supported 
agg.xt_basis.SubGraph
          not more supported 
agg.xt_basis.SubMatch
          not more supported 
agg.xt_basis.SubRule
          not more supported 
agg.parser.WeakExtendedLayerFunction
            
agg.parser.WeakLayerFunction
            
 

Deprecated Fields
agg.parser.CriticalPair.DEPENDENCY
          replaced by TRIGGER_DEPENDENCY 
agg.parser.CriticalPairOption.DEPENDONLY
          replaced by TRIGGER_DEPEND 
 

Deprecated Methods
agg.xt_basis.TypeSet.adaptTypes(Enumeration, boolean)
          please use adaptTypes(TypeSet otherTypes, boolean all) 
agg.xt_basis.TypeGraph.addCopyOfGraph(Graph, boolean)
          addCopyOfGraph(final Graph g) should be used 
agg.attribute.AttrType.addEntry(AttrHandler, String, String)
            
agg.attribute.impl.DeclTuple.addEntry(AttrHandler, String, String)
            
agg.xt_basis.OrdinaryMorphism.addMapping(GraphObject, GraphObject, boolean)
          please use addMapping(final GraphObject o, final GraphObject i) 
agg.xt_basis.ArcTypeImpl.addUsingGraphObject(GraphObject)
          replaced by addTypeUser(GraphObject nodeOrArc) 
agg.xt_basis.TypeImpl.addUsingGraphObject(GraphObject)
          replaced by addTypeUser(GraphObject nodeOrArc) 
agg.xt_basis.NodeTypeImpl.addUsingGraphObject(GraphObject)
          replaced by addTypeUser(GraphObject nodeOrArc) 
agg.xt_basis.Type.addUsingGraphObject(GraphObject)
          replaced by addTypeUser(GraphObject nodeOrArc) 
agg.xt_basis.ArcTypeImpl.addUsingGraphObject(GraphObject, Graph)
          replaced by addTypeUser(GraphObject nodeOrArc, Graph g) 
agg.xt_basis.TypeImpl.addUsingGraphObject(GraphObject, Graph)
          replaced by addTypeUser(GraphObject nodeOrArc, Graph g) 
agg.xt_basis.NodeTypeImpl.addUsingGraphObject(GraphObject, Graph)
          replaced by addTypeUser(GraphObject nodeOrArc, Graph g) 
agg.xt_basis.Type.addUsingGraphObject(GraphObject, Graph)
          replaced by addTypeUser(GraphObject nodeOrArc, Graph g) 
agg.xt_basis.TypeSet.checkInheritanceValid(Type, Type)
          replaced by TypeSet.checkInheritanceValidity(Type, Type) 
agg.parser.ParserFactory.createEmptyCriticalPairs(GraGra, LayerFunction, CriticalPairOption)
            
agg.parser.ParserFactory.createLayerFunction(GraGra, LayerOption)
            
agg.xt_basis.Graph.createNode(Node)
          use the method copyNode(Node orig) 
agg.xt_basis.TypeGraph.createNode(Node)
          use the method copyNode(Node orig) 
agg.parser.ParserFactory.createParser(GraGra, Graph, Graph, PairContainer, ParserOption, LayerFunction)
            
agg.xt_basis.Graph.createType()
          moved to TypeSet 
agg.attribute.AttrType.deleteEntry(String)
            
agg.attribute.impl.DeclTuple.deleteEntry(String)
            
agg.xt_basis.Graph.destroyType(Type)
          moved to TypeSet 
agg.xt_basis.TypeSet.disableTypeGraphCheck()
          use TypeSet.setLevelOfTypeGraphCheck(int) 
agg.parser.ExcludePairContainer.enableNACs(boolean)
          replaced by setMorphismCompletionStrategy(MorphCompletionStrategy strat) 
agg.parser.ExcludePair.enableNACs(boolean)
          replaced by setMorphismCompletionStrategy(MorphCompletionStrategy strat) 
agg.parser.ExcludePair.enablePACs(boolean)
          replaced by setMorphismCompletionStrategy(MorphCompletionStrategy strat) 
agg.xt_basis.TypeSet.enableTypeGraphCheck()
          use TypeSet.setLevelOfTypeGraphCheck(int) 
agg.xt_basis.Graph.execute(Object)
          use Graph.copyNode(agg.xt_basis.Node) or Graph.copyArc(agg.xt_basis.Arc, agg.xt_basis.Node, agg.xt_basis.Node), this method cannot work properly in case a type graph is defined and in use. 
agg.parser.ParserFactory.generateCriticalPairs(GraGra, LayerFunction, CriticalPairOption)
            
agg.attribute.parser.javaExpr.ASCII_CharStream.getColumn()
            
agg.xt_basis.GraGra.getConstraintsVec()
          replaced by getListOfConstraints() 
agg.parser.PairContainer.getCritical(Rule, Rule, int)
          replaced by getCriticalPair(Rule r1, Rule r2, int kind) 
agg.parser.ExcludePairContainer.getCritical(Rule, Rule, int)
          replaced by getCriticalPair(Rule r1, Rule r2, int kind) 
agg.parser.ExcludePairContainer.getCritical(Rule, Rule, int, boolean)
          replaced by getCriticalPair(Rule r1, Rule r2, int kind, boolean local) 
agg.xt_basis.GraGra.getGraphs()
          replaced by getListOfGraphs() 
agg.xt_basis.GraGra.getGraphsVec()
          replaced by getListOfGraphs() 
agg.xt_basis.Graph.getIndexOf(GraphObject)
          use getIndexOfNode or getIndexOfArc 
agg.parser.LayeredSimpleDependencyPair.getLayer()
            
agg.parser.LayeredExcludePair.getLayer()
            
agg.parser.LayeredDependencyPair.getLayer()
            
agg.parser.ExcludePairContainer.getLayer()
            
agg.parser.LayeredDependencyPairContainer.getLayer()
          not more used 
agg.parser.LayeredExcludePairContainer.getLayer()
          not more used 
agg.parser.LayeredSimpleExcludePair.getLayer()
            
agg.attribute.parser.javaExpr.ASCII_CharStream.getLine()
            
agg.xt_basis.Rule.getNACsVector()
          replaced by getNACsList() 
agg.xt_basis.Rule.getNumberOfObjectsToCreate()
          use getElementsToCreate().size() 
agg.xt_basis.Rule.getNumberOfObjectsToDelete()
          use getElementsToDelete().size() 
agg.xt_basis.Rule.getObjectsToCreate()
          replaced by Vector getElementsToCreate() 
agg.xt_basis.Rule.getObjectsToDelete()
          replaced by Vector getElementsToDelete() 
agg.xt_basis.Rule.getPACsVector()
          replaced by getPACsList() Return the Vector of my PACs with elements of type OrdinaryMorphism. 
agg.xt_basis.GraGra.getRulesVec()
          replaced by getListOfRules() 
agg.xt_basis.Graph.getSizeOfArcs()
          replaced by getArcsCount() 
agg.xt_basis.Graph.getSizeOfNodes()
          replaced by getNodesCount() 
agg.xt_basis.TypeSet.getTypeForName(String)
          Type getTypeByName(String name) should be used 
agg.xt_basis.Graph.getTypes()
          moved to TypeSet 
agg.xt_basis.TypeSet.getTypesVec()
          replaced by List getTypeList() 
agg.xt_basis.ArcTypeImpl.getUsingGraphObjects()
          replaced by ArcTypeImpl.getTypeUsers() 
agg.xt_basis.TypeImpl.getUsingGraphObjects()
          replaced by TypeImpl.getTypeUsers() 
agg.xt_basis.NodeTypeImpl.getUsingGraphObjects()
          replaced by NodeTypeImpl.getTypeUsers() 
agg.attribute.parser.javaExpr.Jex.interpret(String, Class, SymbolTable)
          Strings are NOT sufficent to represent expressions 
agg.xt_basis.Arc.isInherited()
          replaced by isInheritance() 
agg.xt_basis.Graph.isoToCopy()
          replaced by isomorphicCopy() 
agg.xt_basis.Graph.isoToCopy(int)
          replaced by isomorphicCopy() 
agg.xt_basis.Rule.isReadyToTransform(boolean)
          replaced by isReadyToTransform() that includs update of the rule infos 
agg.xt_basis.GraTra.pauseRule()
          replaced by pauseRule(boolean pause) 
agg.attribute.impl.DeclTuple.removeEntryAt(int)
            
agg.xt_basis.ArcTypeImpl.removeUsingGraphObject(GraphObject)
          replaced by removeTypeUser(GraphObject nodeOrArc) 
agg.xt_basis.TypeImpl.removeUsingGraphObject(GraphObject)
          replaced by removeTypeUser(GraphObject nodeOrArc) 
agg.xt_basis.NodeTypeImpl.removeUsingGraphObject(GraphObject)
          replaced by removeTypeUser(GraphObject nodeOrArc) 
agg.xt_basis.Type.removeUsingGraphObject(GraphObject)
          replaced by removeTypeUser(GraphObject nodeOrArc) 
agg.attribute.impl.DeclTuple.renameMemberAt(int, String)
            
agg.attribute.impl.DeclTuple.retypeMemberAt(int, AttrHandler, String)
            
agg.xt_basis.Arc.setInherited(boolean)
          replaced by setInheritance(boolean inherit) 
agg.parser.LayeredSimpleDependencyPair.setLayer(LayerFunction)
            
agg.parser.LayeredExcludePair.setLayer(LayerFunction)
            
agg.parser.LayeredDependencyPair.setLayer(LayerFunction)
            
agg.parser.LayeredDependencyPairContainer.setLayer(LayerFunction)
          not more used 
agg.parser.LayeredExcludePairContainer.setLayer(LayerFunction)
          not more used 
agg.parser.LayeredSimpleExcludePair.setLayer(LayerFunction)
            
agg.xt_basis.Graph.setNacGraph(boolean)
          not more needed, set already implicitely 
agg.xt_basis.Graph.setPacGraph(boolean)
          not more needed, set already implicitely 
 

Deprecated Constructors
agg.parser.LayeredDependencyPair(LayerFunction)
            
agg.parser.LayeredDependencyPairContainer(GraGra, LayerFunction)
            
agg.parser.LayeredExcludePair(LayerFunction)
            
agg.parser.LayeredExcludePairContainer(GraGra, LayerFunction)
            
agg.parser.LayeredExcludeParser(GraGra, Graph, Graph, LayeredExcludePairContainer, LayerFunction)
            
agg.parser.LayeredSimpleDependencyPair(LayerFunction)
            
agg.parser.LayeredSimpleExcludePair(LayerFunction)
            
agg.parser.LayeredSimpleExcludeParser(GraGra, Graph, Graph, LayeredExcludePairContainer, LayerFunction)
            
agg.parser.LayeredSimpleParser(GraGra, Graph, Graph, LayerFunction)
            
agg.xt_basis.TypeGraph()
            
agg.xt_basis.TypeGraph(boolean)
            
agg.xt_basis.TypeGraph(TypeSet, boolean)