Class Container
- java.lang.Object
-
- org.eclipse.epsilon.egl.traceability.Content<Template>
-
- org.eclipse.epsilon.egl.traceability.Container
-
- Direct Known Subclasses:
OutputFile
,Template
public abstract class Container extends Content<Template>
-
-
Field Summary
Fields Modifier and Type Field Description protected Collection<Object>
contents
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Object child)
boolean
equals(Object o)
Collection<?>
getChildren()
String
getName()
URI
getURI()
boolean
hasChildren()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
contents
protected final Collection<Object> contents
-
-
Method Detail
-
getName
public String getName()
-
getURI
public URI getURI()
-
add
public void add(Object child)
-
getChildren
public Collection<?> getChildren()
-
hasChildren
public boolean hasChildren()
-
-