com.gomjabbar.meta.patterns.bnd
Class MethodPatterns

java.lang.Object
  |
  +--com.gomjabbar.meta.patterns.bnd.MethodPatterns
All Implemented Interfaces:
IClassPatternChild, IMultipleMethodPatternHolder

public class MethodPatterns
extends java.lang.Object
implements IClassPatternChild, IMultipleMethodPatternHolder

ElementChildren MultiplicityEventual Parents
method-patternsmethod-pattern [0:n]class-pattern [1]


Constructor Summary
MethodPatterns(AbstractBindingFactory p_factory)
           
 
Method Summary
 void add(MethodPattern p_child)
           
 void addText(java.lang.String p_text)
           
 IMethodPatternsChild[] getChildrenList()
           
 MethodPattern[] getMethodPatternChildrenList()
           
 ClassPattern getParentClassPattern()
           
 void setParent(ClassPattern p_parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodPatterns

public MethodPatterns(AbstractBindingFactory p_factory)
Method Detail

setParent

public void setParent(ClassPattern p_parent)
Specified by:
setParent in interface IClassPatternChild

getParentClassPattern

public ClassPattern getParentClassPattern()
Specified by:
getParentClassPattern in interface IClassPatternChild

getChildrenList

public IMethodPatternsChild[] getChildrenList()

addText

public void addText(java.lang.String p_text)

getMethodPatternChildrenList

public MethodPattern[] getMethodPatternChildrenList()
Specified by:
getMethodPatternChildrenList in interface IMultipleMethodPatternHolder

add

public void add(MethodPattern p_child)
Specified by:
add in interface IMultipleMethodPatternHolder