Package org.archifacts.core.model
Class ArtifactContainer
- java.lang.Object
-
- org.archifacts.core.model.ArtifactContainer
-
- All Implemented Interfaces:
HasArtifacts,HasIncomingRelationships,HasOutgoingRelationships,Named
public final class ArtifactContainer extends Object implements HasArtifacts, Named, HasIncomingRelationships, HasOutgoingRelationships
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ApplicationgetApplication()Set<Artifact>getArtifacts()Set<ArtifactRelationship>getIncomingRelationships()StringgetName()Set<ArtifactRelationship>getOutgoingRelationships()ArtifactContainerTypegetType()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.archifacts.core.model.HasArtifacts
getBuildingBlocks, getBuildingBlocksOfType, getExternalArtifacts, getMiscArtifacts
-
Methods inherited from interface org.archifacts.core.model.HasIncomingRelationships
getIncomingRelationshipsOfRole
-
Methods inherited from interface org.archifacts.core.model.HasOutgoingRelationships
getOutgoingRelationshipsOfRole
-
-
-
-
Method Detail
-
getApplication
public Application getApplication()
-
getArtifacts
public Set<Artifact> getArtifacts()
- Specified by:
getArtifactsin interfaceHasArtifacts
-
getType
public ArtifactContainerType getType()
-
getOutgoingRelationships
public Set<ArtifactRelationship> getOutgoingRelationships()
- Specified by:
getOutgoingRelationshipsin interfaceHasOutgoingRelationships
-
getIncomingRelationships
public Set<ArtifactRelationship> getIncomingRelationships()
- Specified by:
getIncomingRelationshipsin interfaceHasIncomingRelationships
-
-