Package org.archifacts.core.model
Class BuildingBlock
- java.lang.Object
-
- org.archifacts.core.model.Artifact
-
- org.archifacts.core.model.BuildingBlock
-
- All Implemented Interfaces:
Archifact,HasIncomingRelationships,HasOutgoingRelationships,Named
public final class BuildingBlock extends Artifact
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BuildingBlockTypegetType()inthashCode()StringtoString()-
Methods inherited from class org.archifacts.core.model.Artifact
getContainer, getIncomingRelationships, getJavaClass, getName, getOutgoingRelationships
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.archifacts.core.model.HasIncomingRelationships
getIncomingRelationshipsOfRole, getIncomingRelationshipsOfRoles
-
Methods inherited from interface org.archifacts.core.model.HasOutgoingRelationships
getOutgoingRelationshipsOfRole, getOutgoingRelationshipsOfRoles
-
-