goAdapter
Class AnnotatedSet

java.lang.Object
  extended by goAdapter.AnnotatedSet

public class AnnotatedSet
extends java.lang.Object


Field Summary
 java.util.Set<java.lang.String> elements
           
 java.lang.String name
           
 
Constructor Summary
AnnotatedSet()
           
 
Method Summary
 boolean hasSignificantComponent()
           
 boolean hasSignificantFunction()
           
 boolean hasSignificantProcess()
           
 void setAnnotation(Annotation.type a)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

elements

public java.util.Set<java.lang.String> elements
Constructor Detail

AnnotatedSet

public AnnotatedSet()
Method Detail

hasSignificantFunction

public boolean hasSignificantFunction()

hasSignificantComponent

public boolean hasSignificantComponent()

hasSignificantProcess

public boolean hasSignificantProcess()

setAnnotation

public void setAnnotation(Annotation.type a)